From f4291d46b6f607c0a77ea3d391f3a3db2c5966cc Mon Sep 17 00:00:00 2001 From: kaloz Date: Fri, 27 Jan 2006 10:02:52 +0000 Subject: do not treat warnings as errors for madwifi (needed for gcc4) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/madwifi/patches/101-no_werror.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/linux/package/madwifi/patches/101-no_werror.patch (limited to 'target/linux') diff --git a/target/linux/package/madwifi/patches/101-no_werror.patch b/target/linux/package/madwifi/patches/101-no_werror.patch new file mode 100644 index 000000000..6041318d9 --- /dev/null +++ b/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) -- cgit v1.2.3