aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ixp4xxbe.conf
blob: 700f7995fb8f4e05dae7e522b616ccf3b15eac14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#@TYPE: Machine
#@NAME: Generic IXP4XX kernel
#@DESCRIPTION: Machine configuration for a generic ixp4xx board in bigendian mode

MACHINE_FEATURES = "kernel26 usbhost ext2"

ARCH_BYTE_SEX = "be"
include conf/machine/include/ixp4xx.conf

PACKAGE_EXTRA_ARCHS = "armv4eb armv4teb armv5eb armv5teb ixp4xxeb"

EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000 --faketime -n"

PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"