From: Imre Kaloz Date: Fri, 27 Jan 2006 10:02:52 +0000 (+0000) Subject: do not treat warnings as errors for madwifi (needed for gcc4) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=a4960156e312e2d5ea97c6dc36313149b8c731ae do not treat warnings as errors for madwifi (needed for gcc4) SVN-Revision: 3055 --- diff --git a/openwrt/target/linux/package/madwifi/patches/101-no_werror.patch b/openwrt/target/linux/package/madwifi/patches/101-no_werror.patch new file mode 100644 index 0000000000..6041318d9f --- /dev/null +++ b/openwrt/target/linux/package/madwifi/patches/101-no_werror.patch @@ -0,0 +1,12 @@ +diff -ur madwifi-ng-r1358-20051215/Makefile.inc madwifi-ng-r1358-20051215-owrt/Makefile.inc +--- madwifi-ng-r1358-20051215/Makefile.inc 2005-11-10 03:17:23.000000000 +0100 ++++ madwifi-ng-r1358-20051215-owrt/Makefile.inc 2006-01-21 14:36:55.000000000 +0100 +@@ -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)