[oe-commits] org.oe.dev madwifi-ng: added recipe for the latest snapshop in order to provide support for more

mwester commit openembedded-commits at lists.openembedded.org
Tue Sep 4 09:03:52 UTC 2007


madwifi-ng: added recipe for the latest snapshop in order to provide support for more
recent kernels.  Default preference = -1, since this version will not build on BE kernels.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: 6e5c49eb75135e003132c12690930ce3bd10298f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=6e5c49eb75135e003132c12690930ce3bd10298f
Files:
1
packages/madwifi/madwifi-ng_r2702-20070903.bb
Diffs:

#
# mt diff -r64fd2558efa673a547baf2804710dc40fbbc5d0e -r6e5c49eb75135e003132c12690930ce3bd10298f
#
# 
# 
# add_file "packages/madwifi/madwifi-ng_r2702-20070903.bb"
#  content [c1a3090f2306173ae94202b7e71f996c56c9a7f4]
# 
============================================================
--- packages/madwifi/madwifi-ng_r2702-20070903.bb	c1a3090f2306173ae94202b7e71f996c56c9a7f4
+++ packages/madwifi/madwifi-ng_r2702-20070903.bb	c1a3090f2306173ae94202b7e71f996c56c9a7f4
@@ -0,0 +1,14 @@
+# Bitbake recipe for the madwifi-ng driver
+
+# Don't use this unless you know what you're doing -- this version does
+# *NOT* build on BE kernels.
+DEFAULT_PREFERENCE = "-1"
+
+# 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
+
+# PR set after the include, to override what's set in the included file.
+PR = "r0"






More information about the Openembedded-commits mailing list