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 <sebastian_ml@gmx.net>
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_FLAGS:=nonshared
+
include $(INCLUDE_DIR)/package.mk
define Download/github
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)