mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +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>