diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-01-31 04:09:54 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-01-31 04:09:54 +0000 |
commit | 02cabf59486ff526a71c760b7120e0ce5e7892b7 (patch) | |
tree | d7025986045fd65118b17b57a8aedd7b718e4d82 /package/madwifi/Makefile | |
parent | e80d5f9686da8698ae2b8d961401ec76cedcce30 (diff) | |
download | upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.tar.gz upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.tar.bz2 upstream-02cabf59486ff526a71c760b7120e0ce5e7892b7.zip |
pull madwifi forward to the latest upstream version - should fix some dual radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG)
SVN-Revision: 10334
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r-- | package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 1cf9246372..43ffb34094 100644 --- a/package/madwifi/Makefile +++ b/package/madwifi/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=madwifi -PKG_REV:=3280 +PKG_REV:=3314 PKG_VERSION:=r$(PKG_REV) # PKG_BRANCH:=madwifi-dfs PKG_RELEASE:=1 |