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/mtx-1.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/mtx-1.conf') diff --git a/conf/machine/mtx-1.conf b/conf/machine/mtx-1.conf index 73500b501d..33a69f45b3 100644 --- a/conf/machine/mtx-1.conf +++ b/conf/machine/mtx-1.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the mtx-1 (aka MeshCube) TARGET_ARCH = "mipsel" -IPKG_ARCHS = "all mipsel ${MACHINE}" +PACKAGE_ARCHS = "all mipsel ${MACHINE}" PREFERRED_PROVIDER_virtual/kernel = "linux-mtx-1" -- cgit 1.2.3-korg