minimal-uclibc.conf: Add pam to DISTRO_FEATURES
authorKhem Raj <raj.khem@gmail.com>
Wed, 9 Jun 2010 20:45:43 +0000 (13:45 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 10 Jun 2010 00:34:19 +0000 (17:34 -0700)
* 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 <raj.khem@gmail.com>
conf/distro/minimal-uclibc.conf

index df72769..a0af3a6 100644 (file)
@@ -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"