Merge bk://openembedded@openembedded.bkbits.net/packages
[vuplus_openembedded] / conf / machine / mtx-1.conf
1 #@TYPE: Machine
2 #@NAME: 4G Systems mtx-1
3 #@DESCRIPTION: Machine configuration for the mtx-1 (aka MeshCube)
4
5 TARGET_ARCH = "mipsel"
6 IPKG_ARCHS = "all mipsel ${MACHINE}"
7
8 PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1"
9 PREFERRED_VERSION_linux-mtx-1 = "2.4.24"
10
11 EXTRA_IMAGECMD_jffs2 = "--pad=0x1c00000 --little-endian --eraseblock=0x20000 -n"  
12
13 # does not gain any speed and just creates problems:
14 # TARGET_CC_ARCH = "-march=mips32" 
15
16 USE_DEVFS = "1"
17 USE_VT = "0"
18 SERIAL_CONSOLE = "115200 tts/0 vt100"
19
20 BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-usb-storage kernel-module-scsi-mod kernel-module-sd-mod kernel-module-usbnet kernel-module-mii"