mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 13:33:08 +00:00
Includes the serial module for luasockets (which is already being built) in the final package. This allows using socket.select() on a serial port (eg /dev/ttyACM0) which is the easiest way to use a serial-port with coroutines. Signed-off-by: Geoffrey Hausheer <rc2012@pblue.org>