mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-17 19:07:32 +02:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28549 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ad3a0dd2d1
commit
08ae823ac0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user