diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-20 11:04:45 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-20 11:04:45 +0000 |
commit | 3cb946597ed916b167109b9faecb8c6eb0a695e8 (patch) | |
tree | 07f9da78aeef27659c771a639c19a2b5d4b93cdb /conf/distro | |
parent | ecccb2d03ca2ed8bc4f5811dcfe796a403bf3a55 (diff) |
Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS in preparation for deb handling
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/openmn.conf | 2 | ||||
-rw-r--r-- | conf/distro/unslung.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/openmn.conf b/conf/distro/openmn.conf index 8118acb1da..9de6c7d9e1 100644 --- a/conf/distro/openmn.conf +++ b/conf/distro/openmn.conf @@ -12,7 +12,7 @@ TARGET_OS = "linux" INHERIT += "package_ipk" INHERIT += "debian" -IPKG_EXTRA_ARCHS = "armv5te openmn" +PACKAGE_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 541eaef852..892c589389 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_EXTRA_ARCHS has the full list of supported architectures (from nslu2.conf) +# PACKAGE_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 |