finally move buildroot-ng to trunk
[openwrt/staging/yousong.git] / package / madwifi / patches / 101-no_werror.patch
1 --- madwifi.old/Makefile.inc 2006-07-14 07:15:56.000000000 +0200
2 +++ madwifi.dev/Makefile.inc 2006-08-30 05:20:27.000000000 +0200
3 @@ -181,7 +181,7 @@
4 #
5 TOOLS= $(DEPTH)/tools
6
7 -COPTS+= -Werror
8 +# COPTS+= -Werror
9 INCS= -include $(obj)/$(DEPTH)/include/compat.h -I$(obj)/$(DEPTH)/include
10
11 ifeq ($(strip $(BUS)),AHB)