diff options
Diffstat (limited to 'conf/machine/nslu2le.conf')
-rw-r--r-- | conf/machine/nslu2le.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/nslu2le.conf b/conf/machine/nslu2le.conf new file mode 100644 index 0000000000..86c4ce7a31 --- /dev/null +++ b/conf/machine/nslu2le.conf @@ -0,0 +1,19 @@ +#@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" + +MACHINE_ARCH = "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.conf + +EXTRA_IMAGECMD_jffs2 += "--little-endian" + +INHERIT += "nslu2-image" |