diff options
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index ceaf1108fc..ad4c3eea70 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -1,5 +1,5 @@ #@TYPE: Distribution -#@NAME: Unslung +#@NAME: Unslung #@DESCRIPTION: Unslung Linux Distribution for the NSLU2 TARGET_FPU = "soft" @@ -9,12 +9,17 @@ INHERIT += " package_ipk nslu2_flashimg" IMAGE_FSTYPE = "ext2.gz" -BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel" -BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-ax8817x kernel-module-catc \ -kernel-module-cdcether kernel-module-kaweth kernel-module-pegasus \ -kernel-module-rtl8150 kernel-module-usbnet kernel-module-mii" +UNSLUNG_EXTRA_PACKAGES += + +UNSLUNG_EXTRA_DEPENDS += -PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-unslung-kernel-standard" +UNSLUNG_EXTRA_RDEPENDS += "kernel-module-ax8817x kernel-module-catc \ +kernel-module-cdcether kernel-module-kaweth kernel-module-pegasus \ +kernel-module-rtl8150 kernel-module-usbnet kernel-module-mii \ +kernel-module-md kernel-module-raid0 kernel-module-raid1 kernel-module-raid5 \ +kernel-module-usb-serial" + +UNSLUNG_EXTRA_RRECOMMENDS += PREFERRED_VERSION_glibc ?= "2.2.5" PREFERRED_VERSION_glibc-initial ?= "2.2.5" |