diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/beagle.conf | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index 974c8431b1..0b76d87dc7 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -6,16 +6,15 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "montavista-sa" -BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules " -BOOTSTRAP_EXTRA_RDEPENDS = " kernel modutils-collateral \ -kernel-module-net-fd \ +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils hostap-modules orinoco-modules " +BOOTSTRAP_EXTRA_RDEPENDS = " kernel-module-net-fd \ kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \ kernel-module-pcnet-cs kernel-module-8390 kernel-module-unix \ kernel-module-sa1100-ir \ kernel-module-usb-eth kernel-module-sa1100usb-core \ -kernel-module-ppp-generic kernel-module-mtdchar \ +kernel-module-ppp-generic kernel-module-ppp-async kernel-module-mtdchar \ kernel-module-fat kernel-module-vfat " -BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs orinoco-modules " +BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs " # FIXME: the modules list is not complete yet! |