From: Nicolas Thill Date: Mon, 24 Oct 2011 08:18:33 +0000 (+0000) Subject: package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=de1a49daa72ab815ed340a7d294fbded1ac61efd package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743) SVN-Revision: 28549 --- 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