diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-17 19:49:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-17 19:49:39 +0000 |
commit | 61f024c208929e8ec10e4d384430803a856799b4 (patch) | |
tree | e54362e110d80888450a86c24f39e9fc7ebf602b | |
parent | fe01ca174555970662ae730574cb484566df60e6 (diff) | |
download | upstream-61f024c208929e8ec10e4d384430803a856799b4.tar.gz upstream-61f024c208929e8ec10e4d384430803a856799b4.tar.bz2 upstream-61f024c208929e8ec10e4d384430803a856799b4.zip |
Put the acx tarball on openwrt.org (#1913)
SVN-Revision: 7656
-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 9886216a3a..70d394de5d 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 |