This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 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 |
# Note: armv4 armv4t armv5te will be added by tune-xscale.inc automatically. |
| 8 |
PACKAGE_EXTRA_ARCHS = "armv5e ixp4xxle" |
| 9 |
|
| 10 |
MACHINE_OVERRIDES += "ixp4xx nslu2" |
| 11 |
|
| 12 |
ROOT_FLASH_SIZE ?= "6" |
| 13 |
|
| 14 |
require conf/machine/include/ixp4xx.inc |
| 15 |
|
| 16 |
EXTRA_IMAGECMD_jffs2 += "--little-endian" |