From 25f8b9e230533f502d0af0b57bef6069d5aa2c1e Mon Sep 17 00:00:00 2001 From: John Clark Date: Sun, 2 Mar 2014 16:27:10 -0500 Subject: [PATCH] openwrt: add cyassl options, update to LWS_ cmake syntax --- cross-openwrt-makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-openwrt-makefile b/cross-openwrt-makefile index a46bdaff5..9f1a0fdb0 100644 --- a/cross-openwrt-makefile +++ b/cross-openwrt-makefile @@ -66,7 +66,7 @@ endef define Package/libwebsockets/install $(INSTALL_DIR) $(1)/usr/lib - $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libwebsockets.so* $(1)/usr/lib/ + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libwebsockets.so* $(1)/usr/lib/ endef define Package/libwebsockets-examples/install