#@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"