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