diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-13 17:47:02 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-13 17:47:02 +0000 |
commit | a5e1dcd0162762ac15c625ac5c12aa9435a08c8b (patch) | |
tree | 3a29d00f1fbd414cd5a175f22f8b10efbcb508f6 | |
parent | c7552634b1a2cf7e6eaa79e309d5cd8040abf837 (diff) |
add source url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3359 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 4171521d8..09d329b9d 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 |