mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
a9f8712e63
Since the switch to GCC7, this has not compiled as it assumes gnu89 behavior. -fgnu89-inlining is not enough so use std=gnu89. Signed-off-by: Rosen Penev <rosenp@gmail.com>