openwrt: add cyassl options, update to LWS_ cmake syntax

This commit is contained in:
John Clark 2014-03-02 16:27:10 -05:00 committed by Andy Green
parent e04ec35a43
commit 25f8b9e230

View file

@ -66,7 +66,7 @@ endef
define Package/libwebsockets/install define Package/libwebsockets/install
$(INSTALL_DIR) $(1)/usr/lib $(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 endef
define Package/libwebsockets-examples/install define Package/libwebsockets-examples/install