let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / target / linux / 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)