From 87ae0b7ab2976cfc1872838f0b37e059aac443b6 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 11 Mar 2018 10:49:03 +0100 Subject: [PATCH] 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) -- 2.30.2