diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-30 12:25:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-30 12:25:38 +0000 |
commit | b25f2f5edb9f618ee32a7a3a5165165e579e9fba (patch) | |
tree | 6b0c4c5993d57d926122a52d219e720f57551a44 /package/acx-mac80211/Makefile | |
parent | 291abdac58b413ff1ef817d1d036ab1a17010e4c (diff) | |
download | upstream-b25f2f5edb9f618ee32a7a3a5165165e579e9fba.tar.gz upstream-b25f2f5edb9f618ee32a7a3a5165165e579e9fba.tar.bz2 upstream-b25f2f5edb9f618ee32a7a3a5165165e579e9fba.zip |
Update acx-mac80211 to a more recent snapshot, thanks sn9
SVN-Revision: 12439
Diffstat (limited to 'package/acx-mac80211/Makefile')
-rw-r--r-- | package/acx-mac80211/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/package/acx-mac80211/Makefile b/package/acx-mac80211/Makefile index 10865ab262..2fcf3a6f4e 100644 --- a/package/acx-mac80211/Makefile +++ b/package/acx-mac80211/Makefile @@ -10,12 +10,15 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx-mac80211 -PKG_VERSION:=20080210 +PKG_REV:=11edba2 +PKG_VERSION:=20080805 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@SF/acx100 -PKG_MD5SUM:=d1c38b3ff24ce9162eb678298763ec88 +PKG_SOURCE_URL:=git://gitorious.org/acx-mac80211/mainline.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=$(PKG_REV) PKG_FW_C16_NAME:=tiacx111c16 PKG_FW_C16_URL:=http://teknoraver.net/software/acx-mac80211/ |