Merge pull request #321 from micmac1/chan-lantiq-fix-target-build

asterisk-chan-lantiq: fix dep for nonshared builds
This commit is contained in:
Jiri Slachta 2018-05-01 21:19:05 +02:00 committed by GitHub
commit b159ed0cf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk13-chan-lantiq PKG_NAME:=asterisk13-chan-lantiq
PKG_VERSION:=20180215 PKG_VERSION:=20180215
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git
@ -27,12 +27,12 @@ PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME) define Package/$(PKG_NAME)
SUBMENU:=Telephony SUBMENU:=Telephony Lantiq
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Lantiq channel driver TITLE:=Lantiq channel driver
URL:=https://github.com/kochstefan/asterisk_channel_lantiq URL:=https://github.com/kochstefan/asterisk_channel_lantiq
DEPENDS:=asterisk13 +kmod-ltq-vmmc DEPENDS:=+asterisk13 +kmod-ltq-vmmc
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk15-chan-lantiq PKG_NAME:=asterisk15-chan-lantiq
PKG_VERSION:=20180215 PKG_VERSION:=20180215
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git
@ -27,12 +27,12 @@ PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME) define Package/$(PKG_NAME)
SUBMENU:=Telephony SUBMENU:=Telephony Lantiq
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Lantiq channel driver TITLE:=Lantiq channel driver
URL:=https://github.com/kochstefan/asterisk_channel_lantiq URL:=https://github.com/kochstefan/asterisk_channel_lantiq
DEPENDS:=asterisk15 +kmod-ltq-vmmc DEPENDS:=+asterisk15 +kmod-ltq-vmmc
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description