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)) -