From 53744b0ffd779b7923a4edf4f8665e18726fafc6 Mon Sep 17 00:00:00 2001 From: Bruno Randolf Date: Fri, 15 Oct 2004 15:27:54 +0000 Subject: 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 --- conf/machine/mtx-1.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'conf/machine/mtx-1.conf') 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 -- cgit 1.2.3-korg