diff options
author | Matteo Croce <matteo@openwrt.org> | 2007-10-03 17:30:27 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2007-10-03 17:30:27 +0000 |
commit | 0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9 (patch) | |
tree | a37bea8c7739ea1a6faf05ecdb18f40d97c98953 /package/acx/Makefile | |
parent | 2699938e8673913e835505bbe2888940cf049d37 (diff) | |
download | upstream-0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9.tar.gz upstream-0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9.tar.bz2 upstream-0d0e1ba7e7287bd744eabdf56cffd7b01577a8f9.zip |
upgrade acx and acx-mac80211, removed two patches now unneeded
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/Makefile')
-rw-r--r-- | package/acx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile index d10398f7fc..2a1cbb32f1 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=acx -PKG_VERSION:=20070610 +PKG_VERSION:=20071003 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@openwrt/ -PKG_MD5SUM:=ce36d3d00f87a331d3dee6d5359d4499 +PKG_SOURCE_URL:=@SF/acx100 +PKG_MD5SUM:=09cbaa558e1850d4996e7083d8b7bb93 PKG_FW_NAME:=tiacx111c16 PKG_FW_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ |