kernel package cleanup, move madwifi from target/linux/package/ to package/, update...
[openwrt.git] / package / madwifi / patches / 101-no_werror.patch
1 diff -ru madwifi-ng-r1486-20060329/Makefile.inc madwifi-ng-r1486-20060329-patch/Makefile.inc
2 --- madwifi-ng-r1486-20060329/Makefile.inc      2006-03-21 15:21:12.000000000 -0500
3 +++ madwifi-ng-r1486-20060329-patch/Makefile.inc        2006-03-29 16:44:41.000000000 -0500
4 @@ -193,7 +193,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)