diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-13 17:47:02 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-13 17:47:02 +0000 |
commit | bdaf490526786a7ab2d03841870479c65484dad1 (patch) | |
tree | eb709e9df306e1267ad069792b42a85ef202ed13 /package/lcd4linux | |
parent | c4f1385c9612424f8b22295ec78e8dcf6152db85 (diff) | |
download | upstream-bdaf490526786a7ab2d03841870479c65484dad1.tar.gz upstream-bdaf490526786a7ab2d03841870479c65484dad1.tar.bz2 upstream-bdaf490526786a7ab2d03841870479c65484dad1.zip |
add source url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lcd4linux')
-rw-r--r-- | package/lcd4linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/lcd4linux/Makefile b/package/lcd4linux/Makefile index 4171521d86..09d329b9dc 100644 --- a/package/lcd4linux/Makefile +++ b/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 |