[oe-commits] org.oe.dev madwifi-ng: update to newer upstream release to support 2.6.21 kernel.

mwester commit openembedded-commits at lists.openembedded.org
Thu Jun 28 16:58:52 UTC 2007


madwifi-ng: update to newer upstream release to support 2.6.21 kernel.
Also do not strip the kernel modules, that makes them unloadable.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 78d052f85b4140a16dabac52589d626ae16d49b2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=78d052f85b4140a16dabac52589d626ae16d49b2
Files:
1
packages/madwifi/madwifi-ng_r2518-20070626.bb
conf/distro/include/slugos.inc
Diffs:

#
# mt diff -r63a4b240e54f7a768052cf70fdc1ddfeede7269e -r78d052f85b4140a16dabac52589d626ae16d49b2
#
# 
# 
# add_file "packages/madwifi/madwifi-ng_r2518-20070626.bb"
#  content [3a9994ed9252cf4eea51127470e69d0f8017024b]
# 
# patch "conf/distro/include/slugos.inc"
#  from [4105c50380f9423e8f6ed3e2a3621f5d19cec855]
#    to [d634625f9bd8ff8d6b2556f51f7ce153b2b45d15]
# 
============================================================
--- packages/madwifi/madwifi-ng_r2518-20070626.bb	3a9994ed9252cf4eea51127470e69d0f8017024b
+++ packages/madwifi/madwifi-ng_r2518-20070626.bb	3a9994ed9252cf4eea51127470e69d0f8017024b
@@ -0,0 +1,7 @@
+PR = "r0"
+
+# Disable stripping of kernel modules, since this action strips too
+# much out, and the resulting module won't load.
+INHIBIT_PACKAGE_STRIP = "1"
+
+require madwifi-ng_r.inc
============================================================
--- conf/distro/include/slugos.inc	4105c50380f9423e8f6ed3e2a3621f5d19cec855
+++ conf/distro/include/slugos.inc	d634625f9bd8ff8d6b2556f51f7ce153b2b45d15
@@ -142,6 +142,6 @@ IGNORE_STRIP_ERRORS = ""
 # Due to upstream instability, and another OE project with conflicting
 # needs, nail down a specific, known-working version of madwifi-ng.
 # Remove this once the madwifi-ng stuff seems to stabilize once again.
-PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225"
+#PREFERRED_VERSION_madwifi-ng ?= "r2156-20070225"
 
 PREFERRED_VERSION_linux-libc-headers = "2.6.18"






More information about the Openembedded-commits mailing list