diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-13 19:09:51 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-13 19:09:51 +0000 |
commit | 145720abbeb89a216a8643fe256dcb019451dc44 (patch) | |
tree | 67b8cbee492724248c289f27b109804720983257 /conf | |
parent | 81caf70c144d9619c66707064457e70b9546b8c0 (diff) |
unslung: Fixed backwards compatibility requirement for nslu2 package arch.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/unslung.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index f7ea4ded4d..407a0bb203 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -21,7 +21,9 @@ THUMB_INTERWORK = "no" # to armeb - this makes this stuff independent of changes in machine/nslu2.conf TARGET_ARCH = "armeb" PACKAGE_ARCH = "${TARGET_ARCH}" -# PACKAGE_EXTRA_ARCHS has the full list of supported architectures (from nslu2.conf) +# PACKAGE_EXTRA_ARCHS has the full list of supported architectures (from nslu2be.conf). +# We need "nslu2" added for backwards compatibility. +PACKAGE_EXTRA_ARCHS += "nslu2" # match the optimisation settings to that which has traditionally been used # in unslung |