1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00
openwrt/package/madwifi/patches/101-no_werror.patch
2016-03-20 17:29:15 +01:00

12 lines
322 B
Diff

--- madwifi.old/Makefile.inc 2006-07-14 07:15:56.000000000 +0200
+++ madwifi.dev/Makefile.inc 2006-08-30 05:20:27.000000000 +0200
@@ -181,7 +181,7 @@
#
TOOLS= $(DEPTH)/tools
-COPTS+= -Werror
+# COPTS+= -Werror
INCS= -include $(obj)/$(DEPTH)/include/compat.h -I$(obj)/$(DEPTH)/include
ifeq ($(strip $(BUS)),AHB)