diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-10-24 08:18:33 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-10-24 08:18:33 +0000 |
commit | 2c9dc13a724044a66c13bb2d58181aaf0111949e (patch) | |
tree | d925896d36960750619c8bdce2d6f0ababb8bed7 /package/busybox | |
parent | 9be2e59eae187a0e8079623583e17c70ce7b03fa (diff) | |
download | master-187ad058-2c9dc13a724044a66c13bb2d58181aaf0111949e.tar.gz master-187ad058-2c9dc13a724044a66c13bb2d58181aaf0111949e.tar.bz2 master-187ad058-2c9dc13a724044a66c13bb2d58181aaf0111949e.zip |
package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28549 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/loginutils/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in index c6e50bdd40..94bf32ba4f 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 |