diff options
Diffstat (limited to 'conf/unslung.conf')
-rw-r--r-- | conf/unslung.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/unslung.conf b/conf/unslung.conf index b080b17f3c..bb964cc9f5 100644 --- a/conf/unslung.conf +++ b/conf/unslung.conf @@ -7,6 +7,11 @@ INHERIT += " package_ipk debian 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" + + PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-linksys" PREFERRED_VERSION_glibc ?= "2.2.5" |