madwifi-ng: update to newer upstream release to support 2.6.21 kernel.
authorMike Westerhof <mwester@dls.net>
Thu, 28 Jun 2007 14:37:36 +0000 (14:37 +0000)
committerMike Westerhof <mwester@dls.net>
Thu, 28 Jun 2007 14:37:36 +0000 (14:37 +0000)
Also do not strip the kernel modules, that makes them unloadable.

conf/distro/include/slugos.inc
packages/madwifi/madwifi-ng_r2518-20070626.bb [new file with mode: 0644]

index 8679300..46ba2fc 100644 (file)
@@ -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"
\ No newline at end of file
diff --git a/packages/madwifi/madwifi-ng_r2518-20070626.bb b/packages/madwifi/madwifi-ng_r2518-20070626.bb
new file mode 100644 (file)
index 0000000..9f042ac
--- /dev/null
@@ -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