openwrt: add cyassl options, update to LWS_ cmake syntax
authorJohn Clark <inindev@gmail.com>
Sun, 2 Mar 2014 21:27:10 +0000 (16:27 -0500)
committerAndy Green <andy.green@linaro.org>
Fri, 7 Mar 2014 00:29:07 +0000 (08:29 +0800)
cross-openwrt-makefile

index a46bdaf..9f1a0fd 100644 (file)
@@ -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