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
This commit is contained in:
parent
84825b630e
commit
1573a45868
3 changed files with 4 additions and 1 deletions
|
@ -13,6 +13,7 @@ PKG_RELEASE:=1
|
|||
PKG_BASE_NAME:=drv_mei_cpe
|
||||
PKG_SOURCE:=$(PKG_BASE_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_BASE_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/
|
||||
PKG_MD5SUM:=cf2fccc1bc72390b2aec46650abf2f20
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue