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/unslung.conf | |
parent | ecccb2d03ca2ed8bc4f5811dcfe796a403bf3a55 (diff) |
Convert IPKG_ARCHS -> PACKAGE_ARCHS, IPKG_EXTRA_ARCHS -> PACKAGE_EXTRA_ARCHS in preparation for deb handling
Diffstat (limited to 'conf/distro/unslung.conf')
-rw-r--r-- | conf/distro/unslung.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |