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/wrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/wrap.conf') diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf index 1073259e7a..592be8dd3c 100644 --- a/conf/machine/wrap.conf +++ b/conf/machine/wrap.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards. TARGET_ARCH = "i486" -IPKG_EXTRA_ARCHS = "i386" +PACKAGE_EXTRA_ARCHS = "i386" PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" -- cgit 1.2.3-korg