Files
packages/libs/libopen62541
Jordan Ngako 216dae1275 libopen62541: preserve symlinks on install
$(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>
(cherry picked from commit 1c1af85fc5)
2025-12-29 23:39:39 +01:00
..