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

MACHINE_FEATURES = "kernel26 usbhost ext2"

require 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"

PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel"