1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 13:25:07 +03:00
openwrt-xburst/openwrt/target/linux/package/madwifi/patches/101-no_werror.patch

13 lines
448 B
Diff
Raw Normal View History

diff -ru madwifi-ng-r1451-20060212/Makefile.inc madwifi-ng-r1451-20060212-patch/Makefile.inc
--- madwifi-ng-r1451-20060212/Makefile.inc 2006-01-24 00:51:17.000000000 -0500
+++ madwifi-ng-r1451-20060212-patch/Makefile.inc 2006-02-16 06:00:21.000000000 -0500
@@ -198,7 +198,7 @@
#
TOOLS= ${DEPTH}/tools
-COPTS+= -Werror
+#COPTS+= -Werror
INCS= -include ${obj}/${DEPTH}/include/compat.h -I${obj}/${DEPTH}/include
ifeq ($(strip ${BUS}),AHB)