commit aad91c3cbe0c5d32b6a6956e0cc304b3bd6ab9cb
parent c16e18ccd28522e3106cf7d19c502b8f2d8c1599
Author: sin <sin@2f30.org>
Date: Tue, 3 Jun 2014 15:53:45 +0100
Remove hwclock from busybox - ubase provides it
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/busybox/busybox.config b/busybox/busybox.config
@@ -556,7 +556,7 @@ CONFIG_FEATURE_FDISK_ADVANCED=y
# CONFIG_HEXDUMP is not set
# CONFIG_FEATURE_HEXDUMP_REVERSE is not set
# CONFIG_HD is not set
-CONFIG_HWCLOCK=y
+# CONFIG_HWCLOCK is not set
# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set
# CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set
# CONFIG_IPCRM is not set
diff --git a/busybox/busybox.mk b/busybox/busybox.mk
@@ -12,7 +12,6 @@ INSTALL_SYMLINK = \
busybox /bin/fuser \
busybox /bin/gunzip \
busybox /bin/gzip \
- busybox /bin/hwclock \
busybox /bin/ifconfig \
busybox /bin/ip \
busybox /bin/kbd_mode \