mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
53a51fb3d1
This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection. If Makefile detects Darwin, it removes -lbsd from build flags, but this flag is required due to target is always Linux, not bsd-like. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>