package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 24 Oct 2011 08:18:33 +0000 (08:18 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 24 Oct 2011 08:18:33 +0000 (08:18 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28549 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/config/loginutils/Config.in

index c6e50bd..94bf32b 100644 (file)
@@ -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