mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
The code from 1996 is using pre-c99 inline semantics that cause compilation failures on i386. Added std-gnu89 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>