merge of 'd283e920162c9ff5c4a3392010a4376d56a02b3c'
[vuplus_openembedded] / conf / machine / nslu2le.conf
1 #@TYPE: Machine
2 #@NAME: Linksys NSLU2 (little-endian)
3 #@DESCRIPTION: Machine configuration for an NSLU2 in little-endian mode
4
5 TARGET_ARCH = "arm"
6
7 PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
8
9 MACHINE_ARCH = "ixp4xxle"
10
11 require conf/machine/include/ixp4xx.conf
12
13 EXTRA_IMAGECMD_jffs2 += "--little-endian"
14
15 OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
16