This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Freecom FSG-3 (big-endian) |
| 3 |
#@DESCRIPTION: Machine configuration for an FSG3 in big-endian mode |
| 4 |
|
| 5 |
TARGET_ARCH = "armeb" |
| 6 |
|
| 7 |
PACKAGE_EXTRA_ARCHS = "ixp4xxbe" |
| 8 |
|
| 9 |
MACHINE_ARCH = "ixp4xxbe" |
| 10 |
|
| 11 |
MACHINE_OVERRIDES += "ixp4xx ixp4xxbe" |
| 12 |
|
| 13 |
# Match the vendor's latest kernel |
| 14 |
PREFERRED_PROVIDER_virtual/kernel ?= "fsg3-kernel" |
| 15 |
PREFERRED_VERSION_fsg3-kernel = "2.6.18" |
| 16 |
KERNEL_CCSUFFIX = "-3.4.4+csl-arm-2005q3" |
| 17 |
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-3.4.4+csl-arm-2005q3 = "gcc-cross-kernel-3.4.4" |
| 18 |
PREFERRED_VERSION_virtual/${TARGET_PREFIX}gcc-3.4.4+csl-arm-2005q3 = "csl-arm-2005q3" |
| 19 |
|
| 20 |
require conf/machine/include/ixp4xx.inc |
| 21 |
|
| 22 |
# No room for jffs2 - the rootfs needs to be installed directly to disk |
| 23 |
IMAGE_FSTYPES = "tar.gz" |