mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-06 09:21:36 +01:00
evoice: dependency fixes
This commit is contained in:
parent
902b3bb8bc
commit
4f7c30f13a
1 changed files with 3 additions and 6 deletions
|
|
@ -33,9 +33,10 @@ define Package/$(PKG_NAME)
|
|||
SUBMENU:=Telephony
|
||||
TITLE:=Ensemble Voice
|
||||
URL:=
|
||||
DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp\
|
||||
DEPENDS:= +libubox +libubus +libpicoevent +libuci +libstdcpp +libopenssl\
|
||||
+TARGET_iopsys_brcm63xx_arm:bcmkernel\
|
||||
+TARGET_iopsys_econet:kmod-voip_driver
|
||||
+TARGET_iopsys_econet:kmod-voip_driver\
|
||||
+TARGET_iopsys_econet:voip_app
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/description
|
||||
|
|
@ -53,8 +54,6 @@ define Build/Prepare
|
|||
endef
|
||||
endif
|
||||
|
||||
|
||||
MY_TEMP_IOPSYS_DIR:=/media/grbi/home/grbi/voip/iopsysWrtEco
|
||||
IDIR = $(STAGING_DIR)/usr/include
|
||||
TONES_INI_REQUIRED=
|
||||
|
||||
|
|
@ -68,8 +67,6 @@ ifeq ($(CONFIG_TARGET_iopsys_brcm63xx_arm),y)
|
|||
else ifeq ($(CONFIG_TARGET_iopsys_econet),y)
|
||||
TARGET_PLATFORM=ECONET
|
||||
TONES_INI_REQUIRED=y
|
||||
CC_FLAGS = -I$(IDIR) -I$(MY_TEMP_IOPSYS_DIR)/voip_lib
|
||||
_XFLAGS=-L$(MY_TEMP_IOPSYS_DIR)/voip_lib/voip
|
||||
TRG=SVrgMtekOwrt
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue