mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
fixes tapi dependencies
SVN-Revision: 33029
This commit is contained in:
parent
12c6df34cd
commit
54f30d4f46
@ -22,7 +22,7 @@ define KernelPackage/ltq-tapi
|
|||||||
SUBMENU:=Voice over IP
|
SUBMENU:=Voice over IP
|
||||||
TITLE:=Lantiq TAPI subsystem
|
TITLE:=Lantiq TAPI subsystem
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=+kmod-ltq-ifxos @TARGET_lantiq
|
DEPENDS:=+kmod-ltq-ifxos @(TARGET_lantiq_danube||TARGET_lantiq_falcon)
|
||||||
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
|
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
|
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
|
@ -26,7 +26,7 @@ define Package/ltq-tapidemo
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=TAPIdemo application for Lantiq boards
|
TITLE:=TAPIdemo application for Lantiq boards
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=+kmod-ltq-tapi +kmod-ltq-vmmc +libpthread
|
DEPENDS:=+kmod-ltq-tapi +kmod-ltq-vmmc +libpthread @(TARGET_lantiq_danube||TARGET_lantiq_falcon)
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
MENU:=1
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
@ -22,7 +22,7 @@ define KernelPackage/ltq-vmmc
|
|||||||
SUBMENU:=Voice over IP
|
SUBMENU:=Voice over IP
|
||||||
TITLE:=TAPI LL driver for Voice Macro
|
TITLE:=TAPI LL driver for Voice Macro
|
||||||
URL:=http://www.lantiq.com/
|
URL:=http://www.lantiq.com/
|
||||||
DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
|
DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon)
|
||||||
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
|
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
|
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
|
||||||
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
||||||
|
@ -34,7 +34,7 @@ define Package/owsip-template
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
Package/owsip-oss=$(call Package/owsip-template,oss,OSS,BROKEN)
|
Package/owsip-oss=$(call Package/owsip-template,oss,OSS,BROKEN)
|
||||||
Package/owsip-ltq-tapi=$(call Package/owsip-template,ltq-tapi,Lantiq VMMC,@TARGET_lantiq +kmod-ltq-kpi2udp)
|
Package/owsip-ltq-tapi=$(call Package/owsip-template,ltq-tapi,Lantiq VMMC,@(TARGET_lantiq_danube||TARGET_lantiq_falcon) +kmod-ltq-kpi2udp)
|
||||||
|
|
||||||
define Package/owsip-$(BUILD_VARIANT)/description
|
define Package/owsip-$(BUILD_VARIANT)/description
|
||||||
OpenWrt sip daemon - $(BUILD_VARIANT)
|
OpenWrt sip daemon - $(BUILD_VARIANT)
|
||||||
|
Loading…
Reference in New Issue
Block a user