mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04: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>