diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-12 22:33:55 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-10-12 22:33:55 +0000 |
commit | 1573a45868f2c3dc9063e7b085d3e78ba64c28bb (patch) | |
tree | 751e22bd54c4645b62f129a02194ea3637bd8b5a /package/network/config/ltq-vdsl-app/Makefile | |
parent | 84825b630eb71de5b78fe47a3d3c9b64ffcfb420 (diff) |
lantiq: add some missing PKG_SOURCE_URLs
These URLs where missing and causes build failures.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/ltq-vdsl-app/Makefile')
-rw-r--r-- | package/network/config/ltq-vdsl-app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile index 3de29d5205..413e29f05e 100644 --- a/package/network/config/ltq-vdsl-app/Makefile +++ b/package/network/config/ltq-vdsl-app/Makefile @@ -11,6 +11,8 @@ PKG_VERSION:=4.11.4 PKG_RELEASE:=1 PKG_BASE_NAME:=dsl_cpe_control_vrx PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ +PKG_MD5SUM:=e9152ced26a91fbeefa4f34badb97484 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION) PKG_BUILD_DEPENDS:=kmod-ltq-vdsl-vr9 |