mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
MacOS does not have /bin/true, but OpenWrt Makefile uses it so build fails on macos This patch removes absolute path (replaces /bin/true to true) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>