From 4f7c30f13aeee13bb444e7ab5ee54593cb19095d Mon Sep 17 00:00:00 2001 From: Sukru Senli Date: Fri, 27 May 2022 15:13:42 +0200 Subject: [PATCH] evoice: dependency fixes --- evoice/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/evoice/Makefile b/evoice/Makefile index e5a36caaa..49d978a3b 100644 --- a/evoice/Makefile +++ b/evoice/Makefile @@ -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