From e2ea34b1e3675f0f0b8b1b3c05ee7f9590c773f5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 27 May 2006 09:55:35 +0000 Subject: Clean up IPKG_ARCHS as it was being used inconsistently, often with duplication. Create IPKG_EXTRA_ARCHS to add to the standard variable. Update documentation.conf with the details. --- conf/distro/openmn.conf | 2 +- conf/distro/unslung.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/distro') diff --git a/conf/distro/openmn.conf b/conf/distro/openmn.conf index 316720d655..0e3d36ed2d 100644 --- a/conf/distro/openmn.conf +++ b/conf/distro/openmn.conf @@ -12,7 +12,7 @@ TARGET_OS = "linux" INHERIT += "package_ipk" INHERIT += "debian" -IPKG_ARCHS = "armv5te openmn" +IPKG_EXTRA_ARCHS = "armv5te openmn" FEED_URIS = "mnci54##http://www.mn-solutions.de/feed/mnci54/base" diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 599d787898..6d76e0946a 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -26,7 +26,7 @@ THUMB_INTERWORK = "no" # to armeb - this makes this stuff independent of changes in machine/nslu2.conf TARGET_ARCH = "armeb" PACKAGE_ARCH = "${TARGET_ARCH}" -# IPKG_ARCHS has the full list of supported architectures (from nslu2.conf) +# IPKG_EXTRA_ARCHS has the full list of supported architectures (from nslu2.conf) # match the optimisation settings to that which has traditionally been used # in unslung -- cgit v1.2.3