mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
6769d5cf11
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>