diff options
author | Matteo Croce <matteo@openwrt.org> | 2008-07-14 10:23:36 +0000 |
---|---|---|
committer | Matteo Croce <matteo@openwrt.org> | 2008-07-14 10:23:36 +0000 |
commit | 6615198354ade451112e04d1894acf887be68202 (patch) | |
tree | 912c6dad0aa822fe5fd5fcbb5487bf7e33f3a8f2 /package/acx/Makefile | |
parent | 03d24ee682ad234818238f59abde58dcb9ee0638 (diff) | |
download | upstream-6615198354ade451112e04d1894acf887be68202.tar.gz upstream-6615198354ade451112e04d1894acf887be68202.tar.bz2 upstream-6615198354ade451112e04d1894acf887be68202.zip |
acx: fix firmware download URL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/acx/Makefile')
-rw-r--r-- | package/acx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile index c1dbe35309..a15da69873 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -18,7 +18,7 @@ PKG_SOURCE_URL:=@SF/acx100 PKG_MD5SUM:=7d5ce3215708e4e9f95cf567a9ee3a12 PKG_FW_C16_NAME:=tiacx111c16 -PKG_FW_C16_URL:=http://teknoraver.campuslife.it/software/acx-mac80211/ +PKG_FW_C16_URL:=http://teknoraver.net/software/acx-mac80211/ PKG_FW_C16_MD5SUM:=7026826460376f6b174f9225bd7781b9 PKG_FW_C19_NAME:=tiacx111c19 |