mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
26cecccf28
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>