mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
This fixes it with musl support. Also fixed several -Wformat warnings. Main problem was __fd_mask not existing on musl but fd_mask existing. Signed-off-by: Rosen Penev <rosenp@gmail.com>