diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-13 17:47:02 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-13 17:47:02 +0000 |
commit | 6f881cdb0ffba2b26f16d6c6778c187ab240da57 (patch) | |
tree | d5aee3233950973d49edc028ed00e28e72b7462f /openwrt/package | |
parent | 677dd2392f7e010cdd2cdf1c9c0cda69e0389e9f (diff) | |
download | mtk-20170518-6f881cdb0ffba2b26f16d6c6778c187ab240da57.zip mtk-20170518-6f881cdb0ffba2b26f16d6c6778c187ab240da57.tar.gz mtk-20170518-6f881cdb0ffba2b26f16d6c6778c187ab240da57.tar.bz2 |
add source url
SVN-Revision: 3359
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/lcd4linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/lcd4linux/Makefile b/openwrt/package/lcd4linux/Makefile index 4171521..09d329b 100644 --- a/openwrt/package/lcd4linux/Makefile +++ b/openwrt/package/lcd4linux/Makefile @@ -7,7 +7,8 @@ PKG_VERSION:=0.10.0+cvs20051015 PKG_RELEASE:=1 PKG_MD5SUM:=5b5ac629be4bb5c29104fb8f6b7fa444 -PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/lcd4linux/ +PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/lcd4linux/ \ + http://ftp.de.debian.org/debian/pool/main/l/lcd4linux/ PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_CAT:=zcat |