diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-12 22:33:55 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2013-10-12 22:33:55 +0000 |
commit | af32e63bae3293bc109d17c2abc786ba505a0cf2 (patch) | |
tree | 287a1566c2724aceb5c99e30c657b6d94200a527 /package/kernel/lantiq/ltq-vmmc | |
parent | c808a4a7efd0342cb565958dcd43bdd75d432ded (diff) | |
download | upstream-af32e63bae3293bc109d17c2abc786ba505a0cf2.tar.gz upstream-af32e63bae3293bc109d17c2abc786ba505a0cf2.tar.bz2 upstream-af32e63bae3293bc109d17c2abc786ba505a0cf2.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>
SVN-Revision: 38376
Diffstat (limited to 'package/kernel/lantiq/ltq-vmmc')
-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 |