diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-07-09 10:54:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-07-09 10:54:32 +0000 |
commit | 91c645eb5af237982fa074ece782addeaea6465f (patch) | |
tree | 60ab81d0cbea0e3b4fb149d4cbe9827566e1e3b2 | |
parent | 8b295a5fc4ffb861e01c7e35f2bc37f402b5f56f (diff) | |
download | buildroot-novena-91c645eb5af237982fa074ece782addeaea6465f.tar.gz buildroot-novena-91c645eb5af237982fa074ece782addeaea6465f.zip |
enable rdate and hwclock
-rw-r--r-- | sources/busybox.config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sources/busybox.config b/sources/busybox.config index 6c6eb3e7d..b00043465 100644 --- a/sources/busybox.config +++ b/sources/busybox.config @@ -435,13 +435,14 @@ CONFIG_FEATURE_FDISK_WRITABLE=y # CONFIG_MKFS_MINIX is not set CONFIG_GETOPT=y CONFIG_HEXDUMP=y -# CONFIG_HWCLOCK is not set +CONFIG_HWCLOCK=y +CONFIG_FEATURE_HWCLOCK_LONGOPTIONS=y # CONFIG_LOSETUP is not set # CONFIG_MKSWAP is not set CONFIG_MORE=y CONFIG_FEATURE_USE_TERMIOS=y CONFIG_PIVOT_ROOT=y -# CONFIG_RDATE is not set +CONFIG_RDATE=y CONFIG_SWAPONOFF=y CONFIG_MOUNT=y # CONFIG_NFSMOUNT is not set |