Merge
authorChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 16:46:03 +0000 (16:46 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 23 Sep 2004 16:46:03 +0000 (16:46 +0000)
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

conf/unslung.conf

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