diff options
author | Bernhard Reutner-Fischer | 2008-08-19 11:28:52 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-08-19 11:28:52 +0000 |
commit | c77e843c0927bc4235d6d54981bcf7fdaa9f0421 (patch) | |
tree | 07f4acd33b33c4159abfd50b5f9424409ab7a2a4 /scripts | |
parent | d7cc2e601d9d909ca9de168da746dede7487e860 (diff) | |
download | busybox-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.zip busybox-c77e843c0927bc4235d6d54981bcf7fdaa9f0421.tar.gz |
- add new applet rdev (Grant Erickson)
- fixes and shrink (me)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 404c50d..a3e98a1 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -520,6 +520,7 @@ CONFIG_FEATURE_MOUNT_FLAGS=y CONFIG_FEATURE_MOUNT_FSTAB=y CONFIG_PIVOT_ROOT=y CONFIG_RDATE=y +CONFIG_RDEV=y CONFIG_READPROFILE=y CONFIG_RTCWAKE=y CONFIG_SCRIPT=y |