diff options
Diffstat (limited to 'conf/machine/nslu2be.conf')
-rw-r--r-- | conf/machine/nslu2be.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/nslu2be.conf b/conf/machine/nslu2be.conf new file mode 100644 index 0000000000..7cbdd80c1b --- /dev/null +++ b/conf/machine/nslu2be.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@NAME: Linksys NSLU2 (big-endian) +#@DESCRIPTION: Machine configuration for an NSLU2 in big-endian mode + +require conf/machine/ixp4xxbe.conf + +MACHINE_ARCH = "ixp4xxbe" + +PACKAGE_EXTRA_ARCHS += "ixp4xxbe" |