[oe-commits] org.oe.dev unslung: Fixed backwards compatibility requirement for nslu2 package arch.

rwhitby commit openembedded-commits at lists.openembedded.org
Tue Feb 13 23:59:55 UTC 2007


unslung: Fixed backwards compatibility requirement for nslu2 package arch.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: c847baecc3966625d8ba8f5fa7b9f27ceb72b01f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c847baecc3966625d8ba8f5fa7b9f27ceb72b01f
Files:
1
conf/distro/unslung.conf
Diffs:

#
# mt diff -rd1d8e0c6b4512b826c27a059ecbb9c6d0627b9cb -rc847baecc3966625d8ba8f5fa7b9f27ceb72b01f
#
# 
# 
# patch "conf/distro/unslung.conf"
#  from [08c7f1f9e3e5e1809e95cdcd317e1bd68eef3047]
#    to [8bd8439e0962e59013bdf02742ba2358f977436f]
# 
============================================================
--- conf/distro/unslung.conf	08c7f1f9e3e5e1809e95cdcd317e1bd68eef3047
+++ conf/distro/unslung.conf	8bd8439e0962e59013bdf02742ba2358f977436f
@@ -21,7 +21,9 @@ PACKAGE_ARCH = "${TARGET_ARCH}"
 # 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






More information about the Openembedded-commits mailing list