Skip to content

Commit

Permalink
loasockets: Enable serial module
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffrey Hausheer <[email protected]>
  • Loading branch information
PhracturedBlue committed Jul 5, 2024
1 parent 24248b6 commit f354daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/luasocket/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ define Package/luasocket/install
$(INSTALL_DIR) $(1)/usr/lib/lua/socket
$(INSTALL_DATA) $(PKG_BUILD_DIR)/src/{ftp,http,smtp,tp,url,headers}.lua $(1)/usr/lib/lua/socket
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/unix.so $(1)/usr/lib/lua/socket
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/serial.so $(1)/usr/lib/lua/socket
ln -sf ../socket-3.0.0.so $(1)/usr/lib/lua/socket/core.so
endef

Expand Down

0 comments on commit f354daa

Please sign in to comment.