aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/ixp4xxbe.conf
blob: f303454cbb6ae99acf5ef1b1b9328f281c88bdc6 (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"
require 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"