Explorar o código

package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)

SVN-Revision: 28549
Nicolas Thill %!s(int64=14) %!d(string=hai) anos
pai
achega
d3a428d406
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      package/busybox/config/loginutils/Config.in

+ 5 - 0
package/busybox/config/loginutils/Config.in

@@ -219,10 +219,15 @@ config BUSYBOX_CONFIG_LOGIN
 config BUSYBOX_CONFIG_PAM
 config BUSYBOX_CONFIG_PAM
 	bool "Support for PAM (Pluggable Authentication Modules)"
 	bool "Support for PAM (Pluggable Authentication Modules)"
 	default n
 	default n
+	depends on DEVEL
 	depends on BUSYBOX_CONFIG_LOGIN
 	depends on BUSYBOX_CONFIG_LOGIN
 	help
 	help
 	  Use PAM in login(1) instead of direct access to password database.
 	  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
 config BUSYBOX_CONFIG_LOGIN_SCRIPTS
 	bool "Support for login scripts"
 	bool "Support for login scripts"
 	depends on BUSYBOX_CONFIG_LOGIN
 	depends on BUSYBOX_CONFIG_LOGIN