aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2009-03-24 12:08:21 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2009-03-24 12:09:26 +0100
commit9a591708b4932b5f57357a04152e53b2342016d5 (patch)
tree0a6ef8dc31f019df266b429aa78befdf1892d15e
parented9094c6885767bf5b229a0b3901048eeecd9791 (diff)
downloadopenembedded-9a591708b4932b5f57357a04152e53b2342016d5.tar.gz
wrap: fix tuning
-rw-r--r--conf/machine/wrap.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf
index 1fc75ebe94..8dbd6619d9 100644
--- a/conf/machine/wrap.conf
+++ b/conf/machine/wrap.conf
@@ -3,7 +3,8 @@
#@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards.
TARGET_ARCH = "i486"
-PACKAGE_EXTRA_ARCHS = "i386 x86"
+
+require conf/machine/include/tune-x86.inc
PREFERRED_PROVIDER_virtual/kernel = "linux"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"