diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 18:32:24 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 18:32:24 +0000 |
commit | 3a919c7bfa3cdabdf35ebee086142e1694cd28f5 (patch) | |
tree | 6495e41c4fce197b22d8eeb161a60d7c74bc78cb /target/linux/package/madwifi/Makefile | |
parent | 539594b67971a62933dbda0253a268916d21630b (diff) | |
download | master-187ad058-3a919c7bfa3cdabdf35ebee086142e1694cd28f5.tar.gz master-187ad058-3a919c7bfa3cdabdf35ebee086142e1694cd28f5.tar.bz2 master-187ad058-3a919c7bfa3cdabdf35ebee086142e1694cd28f5.zip |
update madwifi, see #385, 105-radiotap_endian_fix.patch is integrated upstream
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/madwifi/Makefile')
-rw-r--r-- | target/linux/package/madwifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/package/madwifi/Makefile b/target/linux/package/madwifi/Makefile index e89ec1d0f7..66f625861b 100644 --- a/target/linux/package/madwifi/Makefile +++ b/target/linux/package/madwifi/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk include ../../rules.mk PKG_NAME:=madwifi-ng -PKG_VERSION:=r1456-20060225 +PKG_VERSION:=r1475-20060317 PKG_RELEASE:=1 -PKG_MD5SUM:=27ccc5ba2e463fd8bee6da74d717731d +PKG_MD5SUM:=b25d4b4d790e890564109348b1ff9005 PKG_SOURCE_URL:=http://snapshots.madwifi.org/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |