diff options
author | Bruno Randolf <br1@subnet.at> | 2004-10-15 15:27:54 +0000 |
---|---|---|
committer | Bruno Randolf <br1@subnet.at> | 2004-10-15 15:27:54 +0000 |
commit | 53744b0ffd779b7923a4edf4f8665e18726fafc6 (patch) | |
tree | f606755505d253118ca598e3e5cf627f0d5b4556 /conf/machine | |
parent | df40b0bc2a4e8c0e23a23a300fa8d410621136fb (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages
2004/10/15 17:27:21+02:00 (none)!br1
mtx-1 and nylon updates
2004/10/15 17:25:12+02:00 (none)!br1
autoload hostap_pci on mtx-1
BKrev: 416fec7akNTy9S4XNbGWyEzJ1NRUZw
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/mtx-1.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/conf/machine/mtx-1.conf b/conf/machine/mtx-1.conf index e69de29bb2..7ec6409f8b 100644 --- a/conf/machine/mtx-1.conf +++ b/conf/machine/mtx-1.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: 4G Systems mtx-1 +#@DESCRIPTION: Machine configuration for the mtx-1 (aka MeshCube) + +TARGET_ARCH = "mipsel" +IPKG_ARCHS = "all mipsel ${MACHINE}" + +PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1" +PREFERRED_VERSION_linux-mtx-1 = "2.4.24" + +EXTRA_IMAGECMD_jffs2 = "--pad=0x1c00000 --little-endian --eraseblock=0x20000 -n" + +# does not gain any speed and just creates problems: +# TARGET_CC_ARCH = "-march=mips32" + +USE_DEVFS = "1" +USE_VT = "0" +SERIAL_CONSOLE = "115200 tts/0 vt100" + +BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usb-storage kernel-module-scsi-mod kernel-module-sd-mod kernel-module-usbnet kernel-module-mii"
\ No newline at end of file |