upgrade madwifi-ng snapshot to r1329-20051121
authorImre Kaloz <kaloz@openwrt.org>
Mon, 21 Nov 2005 05:54:29 +0000 (05:54 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Mon, 21 Nov 2005 05:54:29 +0000 (05:54 +0000)
SVN-Revision: 2539

openwrt/target/linux/package/madwifi/Makefile
openwrt/target/linux/package/madwifi/patches/105-kernel_version_fix.patch [deleted file]

index 2f573d66f244286a6f650ceba51fc22935e69079..8fb29bcea3c9fa72baf333a9e97c74727d546f9c 100644 (file)
@@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk
 include ../../rules.mk
 
 PKG_NAME:=madwifi
-PKG_VERSION:=r1195-20051021
+PKG_VERSION:=r1329-20051121
 PKG_RELEASE:=1
-PKG_MD5SUM:=5d6a52260ece434a2e3b4ff826a3c5f4
+PKG_MD5SUM:=3441f239bc2f902230025be8d9ab926c
 
 PKG_SOURCE_URL:=http://snapshots.madwifi.org
 PKG_SOURCE:=$(PKG_NAME)-trunk-$(PKG_VERSION).tar.gz
diff --git a/openwrt/target/linux/package/madwifi/patches/105-kernel_version_fix.patch b/openwrt/target/linux/package/madwifi/patches/105-kernel_version_fix.patch
deleted file mode 100644 (file)
index f34c2ce..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur madwifi-svn/net80211/ieee80211_linux.h madwifi-svn.openwrt/net80211/ieee80211_linux.h
---- madwifi-svn/net80211/ieee80211_linux.h     2005-10-22 18:16:58.000000000 +0200
-+++ madwifi-svn.openwrt/net80211/ieee80211_linux.h     2005-10-22 18:31:50.000000000 +0200
-@@ -341,7 +341,7 @@
- }
- #endif
- /* XXX not in 2.6.6 but is in 2.6.10; might have appeared earlier */
--#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) && LINUX_VERSION_CODE < KERNEL_VERSION(2,4,31)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) && LINUX_VERSION_CODE < KERNEL_VERSION(2,4,30)
- static __inline unsigned long msecs_to_jiffies(const unsigned int m)
- {
-       return (m * HZ + 999) / 1000;