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 | 35bf3bbf34d829ad6b0c3e579b5f015e0f5634d6 (patch) | |
tree | ae93ee0c53be3ebca6d754d337bb62e131b80bae /package/madwifi/Makefile | |
parent | f6f798feeb91735bb7e59e542629abada01fd229 (diff) | |
download | upstream-35bf3bbf34d829ad6b0c3e579b5f015e0f5634d6.tar.gz upstream-35bf3bbf34d829ad6b0c3e579b5f015e0f5634d6.tar.bz2 upstream-35bf3bbf34d829ad6b0c3e579b5f015e0f5634d6.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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |