projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce792f
)
madwifi: disable debug by default in the source tree instead of only relying on the...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 1 Aug 2009 21:29:15 +0000
(21:29 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 1 Aug 2009 21:29:15 +0000
(21:29 +0000)
SVN-Revision: 17085
package/madwifi/patches/200-no_debug.patch
patch
|
blob
|
history
diff --git
a/package/madwifi/patches/200-no_debug.patch
b/package/madwifi/patches/200-no_debug.patch
index ed443893a6e8f8c1892b800647b3e116081c39e4..5e5eb04547f77f7dacd297fe4e59a07f859a076f 100644
(file)
--- a/
package/madwifi/patches/200-no_debug.patch
+++ b/
package/madwifi/patches/200-no_debug.patch
@@
-204,12
+204,14
@@
#include <linux/wireless.h>
--- a/Makefile.inc
+++ b/Makefile.inc
-@@ -148,7 +148,8 @@ ATH_RATE= $(TOP)/ath_rate
+@@ -147,8 +147,9 @@ ATH_RATE= $(TOP)/ath_rate
+ #
TOOLS= $(TOP)/tools
-
WARNINGS = -Werror
+
-
WARNINGS = -Werror
-COPTS+= $(WARNINGS)
-+DEBUG = -DAR_DEBUG -DIEEE80211_DEBUG
++WARNINGS = -Wno-unused
++# DEBUG = -DAR_DEBUG -DIEEE80211_DEBUG
+COPTS+= $(WARNINGS) $(DEBUG)
INCS= -include $(TOP)/include/compat.h -I$(TOP)/include