diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-27 10:02:52 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-27 10:02:52 +0000 |
commit | a4960156e312e2d5ea97c6dc36313149b8c731ae (patch) | |
tree | 9372c49c32c6f23eb66246e1551a5a82409fb7b9 | |
parent | d9aaca8e9b05d2816981647d1ea5644db8135ec0 (diff) | |
download | mtk-20170518-a4960156e312e2d5ea97c6dc36313149b8c731ae.zip mtk-20170518-a4960156e312e2d5ea97c6dc36313149b8c731ae.tar.gz mtk-20170518-a4960156e312e2d5ea97c6dc36313149b8c731ae.tar.bz2 |
do not treat warnings as errors for madwifi (needed for gcc4)
SVN-Revision: 3055
-rw-r--r-- | openwrt/target/linux/package/madwifi/patches/101-no_werror.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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 0000000..6041318 --- /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) |