summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-03-07 08:03:46 +0000
committerNicolas Thill <nico@openwrt.org>2005-03-07 08:03:46 +0000
commit56c6201a5fa02cde4307496f9c3b3a32a94ac213 (patch)
tree6722b205e69e58cb574f89897ca347c2ed2bfed6 /openwrt/package/busybox
parent90fa4b42b391659bef15213c02f57e45e1f0ca36 (diff)
downloadmtk-20170518-56c6201a5fa02cde4307496f9c3b3a32a94ac213.zip
mtk-20170518-56c6201a5fa02cde4307496f9c3b3a32a94ac213.tar.gz
mtk-20170518-56c6201a5fa02cde4307496f9c3b3a32a94ac213.tar.bz2
Enable passwd by default
SVN-Revision: 328
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r--openwrt/package/busybox/config/loginutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/loginutils/Config.in b/openwrt/package/busybox/config/loginutils/Config.in
index e42140a..7ab724f 100644
--- a/openwrt/package/busybox/config/loginutils/Config.in
+++ b/openwrt/package/busybox/config/loginutils/Config.in
@@ -87,7 +87,7 @@ config BUSYBOX_CONFIG_FEATURE_SECURETTY
config BUSYBOX_CONFIG_PASSWD
bool "passwd"
- default n
+ default y
select BUSYBOX_CONFIG_FEATURE_SUID
help
passwd changes passwords for user and group accounts. A normal user