From 06f9a400f66b3ae8c09ee4c14e8d7558ac50f0ee Mon Sep 17 00:00:00 2001 From: cyanide-burnout Date: Wed, 3 Aug 2016 18:58:32 +0400 Subject: [PATCH] Removed unused dependencies --- OpenWRT/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenWRT/Makefile b/OpenWRT/Makefile index e6a1e81..93c73f4 100644 --- a/OpenWRT/Makefile +++ b/OpenWRT/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cronosagent PKG_VERSION:=$(shell grep -o -E '[0-9]+' source/Version.h) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_BUILD_DEPENDS:=+libstdcpp +libopenssl +PKG_BUILD_DEPENDS:= X_SOURCE_DIR:=$(CURDIR)/source include $(INCLUDE_DIR)/package.mk @@ -62,4 +62,3 @@ define Package/cronosagent/install endef $(eval $(call BuildPackage,cronosagent)) -