diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-10-12 22:33:55 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-10-12 22:33:55 +0000 |
commit | fad1f4d6ec77b1f1f94e7630681794f350fb4dcc (patch) | |
tree | 751e22bd54c4645b62f129a02194ea3637bd8b5a /package/kernel/lantiq/ltq-vmmc/Makefile | |
parent | f6ccd395dd5507deba988e759f621b474ec6ed70 (diff) | |
download | master-187ad058-fad1f4d6ec77b1f1f94e7630681794f350fb4dcc.tar.gz master-187ad058-fad1f4d6ec77b1f1f94e7630681794f350fb4dcc.tar.bz2 master-187ad058-fad1f4d6ec77b1f1f94e7630681794f350fb4dcc.zip |
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/kernel/lantiq/ltq-vmmc/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile index 1708652d64..7fac28d803 100644 --- a/package/kernel/lantiq/ltq-vmmc/Makefile +++ b/package/kernel/lantiq/ltq-vmmc/Makefile @@ -60,7 +60,7 @@ ifneq ($(CONFIG_VOICE_CPE_VMMC_MPS_HISTORY_SIZE),128) endif #defaults -FW_URL:=http://localhost/ +FW_URL:=http://downloads.openwrt.org/sources/ FW_TARGET:=ifx_firmware.bin FW_FILE:=fw_voip_ifx.tar.gz COEF_TARGET:=ifx_bbd_fxs.bin |