From 5f7266cda7e8670bcfddbecaf5fa193b26983549 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Fri, 9 Mar 2018 15:04:24 +0100 Subject: [PATCH 1/2] asterisk-chan-lantiq: update snapshot Signed-off-by: Sebastian Kemper --- net/asterisk-chan-lantiq/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/asterisk-chan-lantiq/Makefile b/net/asterisk-chan-lantiq/Makefile index 0c3d364..39914ef 100644 --- a/net/asterisk-chan-lantiq/Makefile +++ b/net/asterisk-chan-lantiq/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2017 OpenWrt.org +# Copyright (C) 2017 - 2018 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chan-lantiq -PKG_VERSION:=20171128 +PKG_VERSION:=20180215 PKG_RELEASE:=1 -LANTIQ_AST13_VERSION:=5adf3d7774a75c88835f2f3daf824e2cda2c6e67 -LANTIQ_AST15_VERSION:=2eb991b66d135e6f22da30a2827918aed2d7b328 +LANTIQ_AST13_VERSION:=f0d7ca7df8e5df802c5bcb79643e3bdc3956c190 +LANTIQ_AST15_VERSION:=c9d68dd06fcd46ac7985df45f8c2b8833e658f8e PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Jiri Slachta From 87ae0b7ab2976cfc1872838f0b37e059aac443b6 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 11 Mar 2018 10:49:03 +0100 Subject: [PATCH 2/2] asterisk-chan-lantiq: add back nonshared flag The module is never attempted to build in the regular buildbot package cycle. Stick back the nonshared flag to get at least some log during the target build cycle. This also updates the dependency on kmod-ltq-vmmc to be selective (+). Signed-off-by: Sebastian Kemper --- net/asterisk-chan-lantiq/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/asterisk-chan-lantiq/Makefile b/net/asterisk-chan-lantiq/Makefile index 39914ef..c8d0b75 100644 --- a/net/asterisk-chan-lantiq/Makefile +++ b/net/asterisk-chan-lantiq/Makefile @@ -19,6 +19,8 @@ PKG_MAINTAINER:=Jiri Slachta PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +PKG_FLAGS:=nonshared + include $(INCLUDE_DIR)/package.mk define Download/github @@ -38,7 +40,7 @@ define Package/$(PKG_NAME)/Default CATEGORY:=Network TITLE:=Lantiq channel driver URL:=https://github.com/kochstefan/asterisk_channel_lantiq - DEPENDS:=kmod-ltq-vmmc + DEPENDS:=+kmod-ltq-vmmc endef define Package/asterisk13-$(PKG_NAME)