diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-24 09:39:23 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-24 09:39:23 +0000 |
commit | 9295dc842fb87825f069726c7f7436d7bb4aca0d (patch) | |
tree | 4facc76650efc140c7c9f1df48a7e65bce0257a9 /openwrt/target/linux/package/madwifi/patches | |
parent | 9025eb89f108136b019e2061a3469ef0d83c3bf0 (diff) |
upgrade madwifi to r1590, fix the kernel cflags patch - thanks to Ge0rG
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3827 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/madwifi/patches')
-rw-r--r-- | openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch b/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch index b67183c38..ef283dd3f 100644 --- a/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch +++ b/openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch @@ -1,12 +1,12 @@ diff -ru madwifi-ng-r1486-20060329/Makefile madwifi-ng-r1486-20060329-patch/Makefile --- madwifi-ng-r1486-20060329/Makefile 2006-03-13 19:23:02.000000000 -0500 +++ madwifi-ng-r1486-20060329-patch/Makefile 2006-03-31 10:52:05.000000000 -0500 -@@ -52,7 +52,7 @@ +@@ -51,7 +51,7 @@ all: modules tools --modules: configcheck svnversion.h -+modules: svnversion.h +-modules: configcheck svnversion.h ++modules: svnversion.h mkdir -p ${SYMBOLSDIR} for i in ${DIRS_MODULES}; do \ $(MAKE) -C $$i || exit 1; \ |