From 0dc02df5726be8b3569d7c806b4f1036413b81ee Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Jun 2010 13:45:43 -0700 Subject: minimal-uclibc.conf: Add pam to DISTRO_FEATURES * if pam is not in the DISTRO_FEATURES then pam modules dont end up in th root file system but when using shadow pam is used for authentication and uclibc needs these modules otherwise login fails. Signed-off-by: Khem Raj --- conf/distro/minimal-uclibc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/distro') diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index df727697e2..a0af3a6640 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -38,4 +38,5 @@ require conf/distro/minimal.conf DISTRO_FEATURES = "nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci" # Following features are for ARM and E500 based machines DISTRO_FEATURES += "eabi" - +# pam is needed on uclibc if using shadow +DISTRO_FEATURES += "pam" -- cgit v1.2.3