do not treat warnings as errors for madwifi (needed for gcc4)
SVN-Revision: 3055
This commit is contained in:
parent
d9aaca8e9b
commit
a4960156e3
1 changed files with 12 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
diff -ur madwifi-ng-r1358-20051215/Makefile.inc madwifi-ng-r1358-20051215-owrt/Makefile.inc
|
||||
--- madwifi-ng-r1358-20051215/Makefile.inc 2005-11-10 03:17:23.000000000 +0100
|
||||
+++ madwifi-ng-r1358-20051215-owrt/Makefile.inc 2006-01-21 14:36:55.000000000 +0100
|
||||
@@ -181,7 +181,7 @@
|
||||
#
|
||||
TOOLS= ${DEPTH}/tools
|
||||
|
||||
-COPTS+= -Werror
|
||||
+#COPTS+= -Werror
|
||||
INCS= -include ${obj}/${DEPTH}/include/compat.h -I${obj}/${DEPTH}/include
|
||||
|
||||
ifeq ($(strip ${BUS}),AHB)
|
Loading…
Reference in a new issue