openwrt: add cyassl options, update to LWS_ cmake syntax
This commit is contained in:
parent
e04ec35a43
commit
25f8b9e230
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue