fix for madwifi radiotap support (patch by jwright)
[openwrt.git] / target / linux / package / madwifi / patches / 101-no_werror.patch
1 diff -ru madwifi-ng-r1451-20060212/Makefile.inc madwifi-ng-r1451-20060212-patch/Makefile.inc
2 --- madwifi-ng-r1451-20060212/Makefile.inc      2006-01-24 00:51:17.000000000 -0500
3 +++ madwifi-ng-r1451-20060212-patch/Makefile.inc        2006-02-16 06:00:21.000000000 -0500
4 @@ -198,7 +198,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)