diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-01-12 13:27:26 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-01-12 13:27:26 +0000 |
commit | a2f8bbfe100bf59e3ccc50a059003350329ba248 (patch) | |
tree | 9bfc3d050b9e3f22509ea8075446edbaccc2a784 /package/acx-mac80211/Makefile | |
parent | f120ad5e1d6f98fa12390a92f6a55eaea8a36439 (diff) | |
download | upstream-a2f8bbfe100bf59e3ccc50a059003350329ba248.tar.gz upstream-a2f8bbfe100bf59e3ccc50a059003350329ba248.tar.bz2 upstream-a2f8bbfe100bf59e3ccc50a059003350329ba248.zip |
update the acx driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10178 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 33f7512d85..c365037f30 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_VERSION:=20071003 +PKG_VERSION:=20080112 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/acx100 -PKG_MD5SUM:=dff7b396299001724e522d3ccf79c883 +PKG_MD5SUM:=3d2253c3a639ebccf06113be888118fb PKG_FW_NAME:=tiacx111c16 PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ |