diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-13 19:48:39 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-13 19:48:39 +0000 |
commit | d7ad2da4354c1776cbf9d0eec173a9bfa584b4bf (patch) | |
tree | 1dd7b8fc5600c7ad8e47b97c0b92bc48eda07761 | |
parent | cdd336bf20a4a50107919327b7cbad0382105b9d (diff) | |
parent | 145720abbeb89a216a8643fe256dcb019451dc44 (diff) |
merge of '53e411470094db53a09956f80b4ee9fe381960bd'
and 'c847baecc3966625d8ba8f5fa7b9f27ceb72b01f'
-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 |