diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 19:54:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 19:54:20 +0200 |
commit | 33dd541790614765228a71477e1f8b2b6aa21ce1 (patch) | |
tree | c293114e1ff13922e6e5063961a630312b56a52d /package/busybox/config/loginutils | |
parent | 13a16e7b8ba486e04de29fcc2a30ca52cf1e6301 (diff) |
reorganize the handling of busybox applets, which needs to be disabled when full programm is choosen by the user
Diffstat (limited to 'package/busybox/config/loginutils')
-rw-r--r-- | package/busybox/config/loginutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/loginutils/Config.in b/package/busybox/config/loginutils/Config.in index 1c36631f9..5538f0139 100644 --- a/package/busybox/config/loginutils/Config.in +++ b/package/busybox/config/loginutils/Config.in @@ -229,7 +229,7 @@ config BUSYBOX_LOGIN_SESSION_AS_CHILD config BUSYBOX_PAM bool "Support for PAM (Pluggable Authentication Modules)" - depends on !ADK_PACKAGE_PAM + depends on !BUSYBOX_DISABLE_PAM default n depends on BUSYBOX_LOGIN help |