diff options
author | Holger Freyther <zecke@selfish.org> | 2004-09-19 14:19:34 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-09-19 14:19:34 +0000 |
commit | 0426c6b79f5dadd9b37770d2f1ff331a8c3fe30d (patch) | |
tree | cacdbc7e4359920c0e9b8cb1265ba2721d990443 /conf | |
parent | 4f2cc80be3c055faa6f0f6b566c0f138e3c333d0 (diff) |
Merge Opie-Console_CVS Conflict
2004/09/19 16:15:58+02:00 handhelds.org!zecke
Bump the Version number of the Opie CVS Packages to 1.1.6-cvs-${CVSDATE}
2004/09/19 01:46:25+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/09/19 01:45:58+02:00 handhelds.org!zecke
Beagle Kernel work:
Fix APM handling
Include more modules, for example mtdchar so that one can erase the partition if needed
Change the BootLogo to another bootscreen
2004/09/18 13:24:59+02:00 handhelds.org!zecke
Merge bk://openembedded@openembedded.bkbits.net/packages
into handhelds.org:/home/ich/programming/oe/oe-packages-exported
2004/09/17 02:52:19+02:00 handhelds.org!zecke
Beagle updates and implementations
-Make tslib work with the beagle touchscreen interface
-Qt/E map the lightning to Key 91, allow keyboard repeating
-Provide default modules and modules.conf for modules-colleteral
-Do not use Intel Assabat as machine name for beagle
-Fix dependencies by fixing spelling
BKrev: 414d9576pvCHcHdDvMCQrAF7FbMcLg
Diffstat (limited to 'conf')
-rw-r--r-- | conf/beagle.conf | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index 8e0b35b97a..9fb6849c10 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -6,11 +6,18 @@ 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 hostap-modules-cs orinoco-modules \ +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel modutils-collateral hostap-modules orinoco-modules " +BOOTSTRAP_EXTRA_RDEPENDS = " kernel modutils-collateral \ kernel-module-net-fd \ kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor \ -kernel-module-pcnet_cs kernel-module-8390" +kernel-module-pcnet-cs kernel-module-8390 kernel-module-unix \ +kernel-module-sa1100-ir \ +kernel-module-usb-eth kernel-module-sa1100usb-core \ +kernel-module-ide-cs kernel-module-ppp-generic kernel-module-mtdchar \ +kernel-module-fat kernel-module-vfat \ +kernel-module-ide-cs kernel-module-ide-disk kernel-module-ide-mod " +BOOTSTRAP_EXTRA_RRECOMMENDS = "hostap-modules-cs orinoco-modules " + # FIXME: the modules list is not complete yet! |