summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2006-05-24 09:39:23 +0000
committerImre Kaloz <kaloz@openwrt.org>2006-05-24 09:39:23 +0000
commitec495381c03a2a8875273f0c58755c1d04b318e6 (patch)
treeb933fa9bc7e3cccac5ba7d7a6b4391d1bd31dcb8 /openwrt
parent9cd0fd775280bbe092b2f37e6287c61a98f648e3 (diff)
downloadmtk-20170518-ec495381c03a2a8875273f0c58755c1d04b318e6.zip
mtk-20170518-ec495381c03a2a8875273f0c58755c1d04b318e6.tar.gz
mtk-20170518-ec495381c03a2a8875273f0c58755c1d04b318e6.tar.bz2
upgrade madwifi to r1590, fix the kernel cflags patch - thanks to Ge0rG
SVN-Revision: 3827
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/target/linux/package/madwifi/Makefile4
-rw-r--r--openwrt/target/linux/package/madwifi/patches/100-kernel_cflags.patch6
2 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index 9f95ed1..1a50c5d 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/target/linux/package/madwifi/Makefile
@@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk
include ../../rules.mk
PKG_NAME:=madwifi-ng
-PKG_VERSION:=r1543-20060506
+PKG_VERSION:=r1590-20060523
PKG_RELEASE:=1
-PKG_MD5SUM:=3d89e5197c7e43eb37564c176140b2bf
+PKG_MD5SUM:=d3b32a2db92ff95cb0c3eb24a1017d9e
PKG_SOURCE_URL:=http://snapshots.madwifi.org/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
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 b67183c..ef283dd 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; \