summaryrefslogtreecommitdiff
path: root/busybox/busybox-1.00-rc2/silence-hwclock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'busybox/busybox-1.00-rc2/silence-hwclock.patch')
-rw-r--r--busybox/busybox-1.00-rc2/silence-hwclock.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/busybox/busybox-1.00-rc2/silence-hwclock.patch b/busybox/busybox-1.00-rc2/silence-hwclock.patch
deleted file mode 100644
index 3388e8b611..0000000000
--- a/busybox/busybox-1.00-rc2/silence-hwclock.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- busybox-1.00-pre2/util-linux/hwclock.c~silence-hwclock
-+++ busybox-1.00-pre2/util-linux/hwclock.c
-@@ -114,12 +114,8 @@
- bb_perror_msg_and_die ( "Could not access RTC" );
- }
-
-- printf ( "1\n" );
--
- tm = *( utc ? gmtime ( &t ) : localtime ( &t ));
- tm. tm_isdst = 0;
--
-- printf ( "2\n") ;
-
- if ( ioctl ( rtc, RTC_SET_TIME, &tm ) < 0 )
- bb_perror_msg_and_die ( "Could not set the RTC time" );