mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +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>