diff options
author | Koen Kooi <koen@openembedded.org> | 2007-01-01 18:19:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-01-01 18:19:17 +0000 |
commit | e757490d49e9cb18ff4114eb44db8207dde827e9 (patch) | |
tree | b632af958800491add8fee9dd34ab2c2d0510464 | |
parent | 4a6ac907a9d6a444004a4384b53581b9ca09e090 (diff) | |
parent | d03b28a9b699f505895eb0048eb1defa3e0b72a6 (diff) |
merge of '5c1ed62467a4b699ec7940179d22e83acf36ad4f'
and '7ac3268bfbc5039a8aba9b5db44344ebfaa1f59c'
-rw-r--r-- | conf/machine/ixp4xxle.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/ixp4xxle.conf b/conf/machine/ixp4xxle.conf index 347c7ba3fb..d3fcd2b017 100644 --- a/conf/machine/ixp4xxle.conf +++ b/conf/machine/ixp4xxle.conf @@ -5,7 +5,9 @@ MACHINE_FEATURES = "kernel26 usbhost ext2" ARCH_BYTE_SEX = "le" -include conf/machine/include/ixp4xx.conf +require conf/machine/include/ixp4xx.conf +require conf/machine/include/tune-xscale.conf + PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ixp4xxle" |