diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/beagle.conf | 5 | ||||
-rw-r--r-- | conf/openzaurus-3.5.1.conf | 8 | ||||
-rw-r--r-- | conf/wrt54oe.conf | 0 |
3 files changed, 10 insertions, 3 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" diff --git a/conf/openzaurus-3.5.1.conf b/conf/openzaurus-3.5.1.conf index 705f8720c8..47d4736cb4 100644 --- a/conf/openzaurus-3.5.1.conf +++ b/conf/openzaurus-3.5.1.conf @@ -1,16 +1,20 @@ -CVSDATE = 20040912 +include conf/openzaurus.conf + +CVSDATE = 20040913 ASSUME_PROVIDED = "virtual/arm-linux-gcc-2.95" PREFERRED_PROVIDERS = "virtual/qte:qte-for-opie virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" -DISTRO = "openzaurus" + OEINCLUDELOGS = "yes" KERNEL_CONSOLE = "tty1" TARGET_FPU = "soft" #DEBUG_OPTIMIZATION = "-O -g3" #DEBUG_BUILD = "1" #INHIBIT_PACKAGE_STRIP = "1" + PREFERRED_VERSION_binutils-cross = "2.15.91.0.1" PREFERRED_VERSION_qte-for-opie = "2.3.7" +PREFERRED_VERSION_orinoco-modules = "0.13e" diff --git a/conf/wrt54oe.conf b/conf/wrt54oe.conf new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/conf/wrt54oe.conf |