blob: 1ad9bdd96a1c9061dc19766e2baee711fb0756fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#@TYPE: Machine
#@NAME: Linksys NSLU2 (little-endian)
#@DESCRIPTION: Machine configuration for an NSLU2 in little-endian mode
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle"
OVERRIDES = "local:${MACHINE}:nslu2:ixp4xx:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
ROOT_FLASH_SIZE ?= "6"
require conf/machine/include/ixp4xx.inc
EXTRA_IMAGECMD_jffs2 += "--little-endian"
INHERIT += "nslu2-image"
|