From 3cb946597ed916b167109b9faecb8c6eb0a695e8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Nov 2006 11:04:45 +0000 Subject: Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS in preparation for deb handling --- conf/machine/magician.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/magician.conf') diff --git a/conf/machine/magician.conf b/conf/machine/magician.conf index d2cc9b1f49..e5138be1c8 100644 --- a/conf/machine/magician.conf +++ b/conf/machine/magician.conf @@ -6,7 +6,7 @@ # Hardware-based properties # TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa ipaq-pxa270" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt ipaqpxa ipaq-pxa270" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf -- cgit 1.2.3-korg