diff options
Diffstat (limited to 'conf/machine/ixp4xxle.conf')
-rw-r--r-- | conf/machine/ixp4xxle.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf new file mode 100644 index 0000000000..4af4e9d9cf --- /dev/null +++ b/conf/machine/ixp4xxle.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: Generic IXP4XX kernel +#@DESCRIPTION: Machine configuration for a generic ixp4xx board in little-endian mode + +MACHINE_FEATURES = "kernel26 usbhost ext2" + +ARCH_BYTE_SEX = "le" +include conf/machine/include/ixp4xx.conf + +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xx${ARCH_BYTE_SEX}" + +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 --faketime -n" + |