summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-23 16:46:03 +0000
committerChris Larson <clarson@kergoth.com>2004-09-23 16:46:03 +0000
commit28191f42c500887e1f1d56df11b4783d4832b544 (patch)
tree2f8626d4114b6a3ab62755595ef6f3567c11824a /conf
parentacb6c8a7af682a9eda471568141e641defbc70ec (diff)
Merge
2004/09/21 17:38:18-04:00 rant-central.com!roy Adds USB networking modules to the unslung root_fs. Note: depmod on the slug doesn't like these modules. It thinks they are "not for this architecture". The ELFDATAM test is failing in depmod, so it looks like a munged #define somewhere. The modules will work, but you have to insmod manually. BKrev: 4152fdcbuMMgiOqsXMajFWy_o-99nQ
Diffstat (limited to 'conf')
-rw-r--r--conf/unslung.conf5
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"