diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-17 16:32:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-17 16:32:51 +0000 |
commit | a474581eff3aff3ece80c20f60d717578b979d23 (patch) | |
tree | e756467a005c2d1b95b46b4594a4699673a8f7f2 /openwrt/target/linux/package/madwifi/Makefile | |
parent | 64edf9cd82a3443e1b4d9625207d3d517f40cc07 (diff) |
fix for madwifi radiotap support (patch by jwright)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3249 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/madwifi/Makefile')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index eabbdd0f2..c19272692 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:=r1416-20060126 +PKG_VERSION:=r1451-20060212 PKG_RELEASE:=1 -PKG_MD5SUM:=f308a0dbbb5d5497c0e09d86e8bde32c +PKG_MD5SUM:=e3bef6881d711033689964bf0b982f14 PKG_SOURCE_URL:=http://snapshots.madwifi.org/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |