aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/mx21ads.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-11-20 20:22:20 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-11-20 20:22:20 +0000
commitbd6fabb08f0bbb0cdbe99909d9e5b859d8faafe9 (patch)
treee549d7912ca640b3a482cb0163b94035e06ffd3a /conf/machine/mx21ads.conf
parent7431b40c061dca0deea95d5e0009e8326ae84358 (diff)
downloadopenembedded-bd6fabb08f0bbb0cdbe99909d9e5b859d8faafe9.tar.gz
mx21ads.conf: Fix IPKG_EXTRA_ARHCS reference
Diffstat (limited to 'conf/machine/mx21ads.conf')
-rw-r--r--conf/machine/mx21ads.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mx21ads.conf b/conf/machine/mx21ads.conf
index e88b3e3811..77961714eb 100644
--- a/conf/machine/mx21ads.conf
+++ b/conf/machine/mx21ads.conf
@@ -7,7 +7,7 @@ TARGET_ARCH = "arm"
MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget"
GUI_MACHINE_CLASS = "smallscreen"
-IPKG_EXTRA_ARCHS = "arm armv4t armv5te"
+PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te"
PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"