summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-10-24 08:18:33 +0000
committerNicolas Thill <nico@openwrt.org>2011-10-24 08:18:33 +0000
commitd3a428d4068be6f6e2eac0e2ce498b2512ef6da4 (patch)
tree579bc00e89a0fb19cace20d9ac4075af4234c0af /package/busybox
parentdba02bbacc94fe912936c32d07233203f3491216 (diff)
downloadmtk-20170518-d3a428d4068be6f6e2eac0e2ce498b2512ef6da4.zip
mtk-20170518-d3a428d4068be6f6e2eac0e2ce498b2512ef6da4.tar.gz
mtk-20170518-d3a428d4068be6f6e2eac0e2ce498b2512ef6da4.tar.bz2
package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)
SVN-Revision: 28549
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/loginutils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in
index c6e50bd..94bf32b 100644
--- a/package/busybox/config/loginutils/Config.in
+++ b/package/busybox/config/loginutils/Config.in
@@ -219,10 +219,15 @@ config BUSYBOX_CONFIG_LOGIN
config BUSYBOX_CONFIG_PAM
bool "Support for PAM (Pluggable Authentication Modules)"
default n
+ depends on DEVEL
depends on BUSYBOX_CONFIG_LOGIN
help
Use PAM in login(1) instead of direct access to password database.
+ OpenWrt specific:
+ You should install libpam from the packages feed and compile it
+ before trying to build busysbox.
+
config BUSYBOX_CONFIG_LOGIN_SCRIPTS
bool "Support for login scripts"
depends on BUSYBOX_CONFIG_LOGIN