upgrade madwifi to r1416-20060126, unite madwifi-tools and kmod-madwifi (madwifi...
[openwrt.git] / openwrt / target / linux / package / madwifi / patches / 101-no_werror.patch
1 diff -ur madwifi-ng-r1358-20051215/Makefile.inc madwifi-ng-r1358-20051215-owrt/Makefile.inc
2 --- madwifi-ng-r1358-20051215/Makefile.inc 2005-11-10 03:17:23.000000000 +0100
3 +++ madwifi-ng-r1358-20051215-owrt/Makefile.inc 2006-01-21 14:36:55.000000000 +0100
4 @@ -181,7 +181,7 @@
5 #
6 TOOLS= ${DEPTH}/tools
7
8 -COPTS+= -Werror
9 +#COPTS+= -Werror
10 INCS= -include ${obj}/${DEPTH}/include/compat.h -I${obj}/${DEPTH}/include
11
12 ifeq ($(strip ${BUS}),AHB)
This page took 0.040053 seconds and 5 git commands to generate.