diff options
author | solar <solar@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-11-10 08:57:04 +0000 |
---|---|---|
committer | solar <solar@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2004-11-10 08:57:04 +0000 |
commit | 27e7e48c9245632c21a2859f9c2b3d958574a2f5 (patch) | |
tree | abae35f0e86e45cceb6c168cf84e43d7b86fd0c0 | |
parent | e20ce4570e16bf1c70643278772f879867d5ca2b (diff) |
patched busybox.confing gentoo bug #69785
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@171 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | obsolete-buildroot/sources/openwrt/busybox/busybox.config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/obsolete-buildroot/sources/openwrt/busybox/busybox.config b/obsolete-buildroot/sources/openwrt/busybox/busybox.config index 49f0be79bd..1b78d20c24 100644 --- a/obsolete-buildroot/sources/openwrt/busybox/busybox.config +++ b/obsolete-buildroot/sources/openwrt/busybox/busybox.config @@ -253,13 +253,20 @@ CONFIG_MESG=y # CONFIG_ADDUSER is not set # CONFIG_DELUSER is not set # CONFIG_GETTY is not set +# CONFIG_FEATURE_U_W_TMP is not set # CONFIG_LOGIN is not set +# CONFIG_FEATURE_SECURETTY is not set CONFIG_PASSWD=y # CONFIG_SU is not set # CONFIG_SULOGIN is not set # CONFIG_VLOCK is not set # +# Common options for adduser, deluser, login, su +# +# CONFIG_FEATURE_SHADOWPASSWDS is not set + +# # Miscellaneous Utilities # # CONFIG_ADJTIMEX is not set |