projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] firewall: do not check for module availability, let iptables fail if a...
[openwrt.git]
/
package
/
mac80211
/
patches
/
120-pr_fmt_warnings.patch
diff --git
a/package/mac80211/patches/120-pr_fmt_warnings.patch
b/package/mac80211/patches/120-pr_fmt_warnings.patch
index
9b69328
..
920398e
100644
(file)
--- a/
package/mac80211/patches/120-pr_fmt_warnings.patch
+++ b/
package/mac80211/patches/120-pr_fmt_warnings.patch
@@
-165,3
+165,13
@@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/etherdevice.h>
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/etherdevice.h>
+--- a/compat/crc8.c
++++ b/compat/crc8.c
+@@ -14,6 +14,7 @@
+ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
++#undef pr_fmt
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+
+ #include <linux/module.h>
This page took
0.023708 seconds
and
4
git commands to generate.