summaryrefslogtreecommitdiff
path: root/conf/machine/nslu2be.conf
blob: 16d1ed8508f0ac82503736ac6fcea14fdb9ad69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#@TYPE: Machine
#@NAME: Linksys NSLU2 (big-endian)
#@DESCRIPTION: Machine configuration for an NSLU2 in big-endian mode

TARGET_ARCH = "armeb"

PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb ixp4xxbe"

MACHINE_ARCH = "ixp4xxbe"
IXP4XX_MACHINE_OVERRIDE = ":nslu2:ixp4xx"

require conf/machine/include/ixp4xx.conf

EXTRA_IMAGECMD_jffs2 += "--big-endian"

OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"