diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-02-17 16:32:51 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-02-17 16:32:51 +0000 |
| commit | 5dc49bf217b4fa313d43949fbe30dcd159112e08 (patch) | |
| tree | 15ea6b94011106f074cbcbcc2f6e2befd4a210a5 /openwrt/target/linux/package/madwifi/Makefile | |
| parent | 1ea6f94ee2341d5fa856bad6d13fe486ff202d2b (diff) | |
| download | mtk-20170518-5dc49bf217b4fa313d43949fbe30dcd159112e08.zip mtk-20170518-5dc49bf217b4fa313d43949fbe30dcd159112e08.tar.gz mtk-20170518-5dc49bf217b4fa313d43949fbe30dcd159112e08.tar.bz2 | |
fix for madwifi radiotap support (patch by jwright)
SVN-Revision: 3249
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 eabbdd0..c192726 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 |
