storcenter.conf: remove IPKG_ARCHS in favor of PACKAGE_EXTRA_ARCHS
authorAndrew Wilcox <andy@protium.com>
Tue, 12 Dec 2006 18:47:42 +0000 (18:47 +0000)
committerAndrew Wilcox <andy@protium.com>
Tue, 12 Dec 2006 18:47:42 +0000 (18:47 +0000)
conf/machine/storcenter.conf

index 2c21b52..a36684b 100644 (file)
@@ -1,7 +1,7 @@
 TARGET_ARCH = "powerpc"
 TARGET_OS = "linux"
 # TARGET_VENDOR = "oe"
-IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}"
+PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
 # terminal specs - console, but no other ports
 SERIAL_CONSOLE="115200 console"
 USE_VT="0"