unslung: Fixed backwards compatibility requirement for nslu2 package arch.
authorRod Whitby <rod@whitby.id.au>
Tue, 13 Feb 2007 19:09:51 +0000 (19:09 +0000)
committerRod Whitby <rod@whitby.id.au>
Tue, 13 Feb 2007 19:09:51 +0000 (19:09 +0000)
conf/distro/unslung.conf

index f7ea4de..407a0bb 100644 (file)
@@ -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