diff options
Diffstat (limited to 'conf/beagle.conf')
-rw-r--r-- | conf/beagle.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index 38bd99b276..8e0b35b97a 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -9,7 +9,10 @@ PREFERRED_PROVIDER_virtual/kernel = "montavista-sa" BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules" BOOTSTRAP_EXTRA_RDEPENDS = "kernel modutils-collateral hostap-modules-cs orinoco-modules \ kernel-module-net-fd \ -kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor " +kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \ +kernel-module-pcnet_cs kernel-module-8390" + +# FIXME: the modules list is not complete yet! EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000" EXTRA_IMAGEDEPENDS = "cetools-native" |