From 8c3a770d0404234ab3d01287ed59cf1fd2271801 Mon Sep 17 00:00:00 2001
From: nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 7 Mar 2005 08:03:46 +0000
Subject: Enable passwd by default

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@328 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/package/busybox/config/loginutils/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'openwrt/package/busybox/config')

diff --git a/openwrt/package/busybox/config/loginutils/Config.in b/openwrt/package/busybox/config/loginutils/Config.in
index e42140ac2..7ab724f5c 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
-- 
cgit v1.2.3