diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-17 19:49:39 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-17 19:49:39 +0000 |
commit | 934baac1dcae3c45fa94a4b43018d3507d63be51 (patch) | |
tree | e0d9a9ef530bbea1e2e644df372d66101933614d | |
parent | b074a1feb98bbac863788dd499e86ab634ebf9cd (diff) |
Put the acx tarball on openwrt.org (#1913)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7656 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 9886216a3..70d394de5 100644 --- a/package/acx/Makefile +++ b/package/acx/Makefile @@ -14,7 +14,7 @@ PKG_VERSION:=20070101 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://lisas.de/~andi/acx100/ +PKG_SOURCE_URL:=@openwrt/ PKG_MD5SUM:=ec6322b9c82781897a9433ef0cefda6f PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) #PKG_CAT:=bzcat |