diff options
| author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-02 02:15:12 +0000 |
|---|---|---|
| committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-02 02:15:12 +0000 |
| commit | 349b06f4c50ddd1248ba773b2d477a73698e3970 (patch) | |
| tree | b3a3025ca8e10ee64e1fa41bb2d125367846a7a8 /conf | |
| parent | e4804a842235fe27e5bac51d9908933cdb3dd40e (diff) | |
| parent | 24223cc2043c1148c88f10a463d0098231b7f31e (diff) | |
merge of '253548a9fef0f4eda716e6b0611bae50c0fc4eb3'
and 'da7866de083247553abfdcab2457e49e772484f7'
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/ixp4xxbe.conf | 2 | ||||
| -rw-r--r-- | conf/machine/magicbox.conf | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index f208852d3a..9b3a4f693f 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -8,4 +8,6 @@ PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb" require conf/machine/include/ixp4xx.conf +TARGET_CC_ARCH += " -D__ARMEB__ " + EXTRA_IMAGECMD_jffs2 += "--big-endian" diff --git a/conf/machine/magicbox.conf b/conf/machine/magicbox.conf index 4ed28337d6..5231c68bb1 100644 --- a/conf/machine/magicbox.conf +++ b/conf/machine/magicbox.conf @@ -7,17 +7,17 @@ PACKAGE_EXTRA_ARCHS = "ppc405" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" -MACHINE_FEATURES = "kernel26 ext2" +MACHINE_FEATURES = "kernel26" +MACHINE_TASK_PROVIDER = "task-base" TARGET_CPU = "405" -OLDEST_KERNEL = "2.6.12" +OLDEST_KERNEL = "2.6.18" SERIAL_CONSOLE = "115200 ttyS0" PREFERRED_VERSION_u-boot = "1.1.2" -EXTRA_IMAGECMD = "--big-endian" -ERASEBLOCK_SIZE = "0x10000" -IMAGE_FSTYPES = "jffs2" +EXTRA_IMAGECMD_jffs2 = "--big-endian" +EXTRA_IMAGECMD_squashfs = " -be -all-root " #tune for the 405 cpu require conf/machine/include/tune-ppc405.conf |
