diff options
author | Rob Landley <rob@landley.net> | 2005-10-08 18:49:45 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-10-08 18:49:45 +0000 |
commit | 4a7252babdeca935e8446b136f98bae6b6e2f04a (patch) | |
tree | cda1148d99465a80bc7ef5f4256c31c34b43bea6 /sysdeps/linux | |
parent | 45ad0e87d679fd7fe09909577e539dfe95646e54 (diff) | |
download | busybox-w32-4a7252babdeca935e8446b136f98bae6b6e2f04a.tar.gz busybox-w32-4a7252babdeca935e8446b136f98bae6b6e2f04a.tar.bz2 busybox-w32-4a7252babdeca935e8446b136f98bae6b6e2f04a.zip |
Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can
find it (and tweak defconfig to catch up).
Diffstat (limited to 'sysdeps/linux')
-rw-r--r-- | sysdeps/linux/defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/linux/defconfig b/sysdeps/linux/defconfig index 617e86ba7..51582d1ae 100644 --- a/sysdeps/linux/defconfig +++ b/sysdeps/linux/defconfig | |||
@@ -121,6 +121,7 @@ CONFIG_RMDIR=y | |||
121 | CONFIG_SLEEP=y | 121 | CONFIG_SLEEP=y |
122 | # CONFIG_FEATURE_FANCY_SLEEP is not set | 122 | # CONFIG_FEATURE_FANCY_SLEEP is not set |
123 | CONFIG_SORT=y | 123 | CONFIG_SORT=y |
124 | CONFIG_FEATURE_SORT_BIG=y | ||
124 | # CONFIG_STTY is not set | 125 | # CONFIG_STTY is not set |
125 | CONFIG_SYNC=y | 126 | CONFIG_SYNC=y |
126 | CONFIG_TAIL=y | 127 | CONFIG_TAIL=y |
@@ -407,7 +408,7 @@ CONFIG_PIVOT_ROOT=y | |||
407 | # CONFIG_RDATE is not set | 408 | # CONFIG_RDATE is not set |
408 | CONFIG_SWAPONOFF=y | 409 | CONFIG_SWAPONOFF=y |
409 | CONFIG_MOUNT=y | 410 | CONFIG_MOUNT=y |
410 | # CONFIG_NFSMOUNT is not set | 411 | # CONFIG_FEATURE_MOUNT_NFS is not set |
411 | CONFIG_UMOUNT=y | 412 | CONFIG_UMOUNT=y |
412 | 413 | ||
413 | # | 414 | # |