mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
$(INSTALL_BIN) follows symlinks, causing the .so to be copied multiple times. Use $(CP) instead to preserve symlinks and cut package size by ~2/3. OpenWrt libraries don’t need to be executable, so $(INSTALL_BIN) isn’t required. Signed-off-by: Jordan Ngako <jordanfalken@gmx.de>