diff options
| author | Jiri Slachta | 2018-05-01 19:19:05 +0000 |
|---|---|---|
| committer | GitHub | 2018-05-01 19:19:05 +0000 |
| commit | b159ed0cf9b1011f587d15318d107f8bb42d78e1 (patch) | |
| tree | 1eaa7ef3ccf33982321543bc584326b5d608a68a | |
| parent | 4289fbab0d4bde04f3fed0657a9893c6089ad827 (diff) | |
| parent | 8dd77211e025709bef36d4994fcf08ccc9107422 (diff) | |
| download | telephony-b159ed0cf9b1011f587d15318d107f8bb42d78e1.tar.gz | |
Merge pull request #321 from micmac1/chan-lantiq-fix-target-build
asterisk-chan-lantiq: fix dep for nonshared builds
| -rw-r--r-- | net/asterisk-13.x-chan-lantiq/Makefile | 6 | ||||
| -rw-r--r-- | net/asterisk-15.x-chan-lantiq/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/asterisk-13.x-chan-lantiq/Makefile b/net/asterisk-13.x-chan-lantiq/Makefile index a2fc266..7776487 100644 --- a/net/asterisk-13.x-chan-lantiq/Makefile +++ b/net/asterisk-13.x-chan-lantiq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk13-chan-lantiq PKG_VERSION:=20180215 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git @@ -27,12 +27,12 @@ PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) - SUBMENU:=Telephony + SUBMENU:=Telephony Lantiq SECTION:=net CATEGORY:=Network TITLE:=Lantiq channel driver URL:=https://github.com/kochstefan/asterisk_channel_lantiq - DEPENDS:=asterisk13 +kmod-ltq-vmmc + DEPENDS:=+asterisk13 +kmod-ltq-vmmc endef define Package/$(PKG_NAME)/description diff --git a/net/asterisk-15.x-chan-lantiq/Makefile b/net/asterisk-15.x-chan-lantiq/Makefile index 8527c4c..cef4cf7 100644 --- a/net/asterisk-15.x-chan-lantiq/Makefile +++ b/net/asterisk-15.x-chan-lantiq/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk15-chan-lantiq PKG_VERSION:=20180215 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git @@ -27,12 +27,12 @@ PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) - SUBMENU:=Telephony + SUBMENU:=Telephony Lantiq SECTION:=net CATEGORY:=Network TITLE:=Lantiq channel driver URL:=https://github.com/kochstefan/asterisk_channel_lantiq - DEPENDS:=asterisk15 +kmod-ltq-vmmc + DEPENDS:=+asterisk15 +kmod-ltq-vmmc endef define Package/$(PKG_NAME)/description |