add no_werror patch again, fix xscale cflags
[openwrt.git] / package / madwifi / patches / 101-no_werror.patch
diff --git a/package/madwifi/patches/101-no_werror.patch b/package/madwifi/patches/101-no_werror.patch
new file mode 100644 (file)
index 0000000..d71021e
--- /dev/null
@@ -0,0 +1,11 @@
+--- 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)