This is now the same behaviour as used by the external asterisk packages asterisk-chan-dongle and asterisk-chan-sccp.
Signed-off-by: Arnold Schulz <[email protected]> --- net/asterisk-16.x-chan-lantiq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/asterisk-16.x-chan-lantiq/Makefile b/net/asterisk-16.x-chan-lantiq/Makefile index 8210c07..55c1c35 100644 --- a/net/asterisk-16.x-chan-lantiq/Makefile +++ b/net/asterisk-16.x-chan-lantiq/Makefile @@ -27,12 +27,12 @@ PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) - SUBMENU:=Telephony Lantiq + SUBMENU:=Telephony SECTION:=net CATEGORY:=Network TITLE:=Lantiq channel driver URL:=https://github.com/kochstefan/asterisk_channel_lantiq - DEPENDS:=+asterisk16 +kmod-ltq-vmmc + DEPENDS:=asterisk16 +kmod-ltq-vmmc endef define Package/$(PKG_NAME)/description -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
