secubox-openwrt/package/secubox/luci-app-secubox-admin
CyberMind-FR 430e42cec9 fix(deps): Add PKG_FLAGS:=nonshared to prevent automatic libc dependency
The OpenWrt SDK automatically adds libc as a dependency to all packages,
even pure shell/JavaScript packages that don't need it. This causes
opkg installation failures when the local feed version of libc doesn't
match the router's installed version.

Solution: Add PKG_FLAGS:=nonshared to Makefiles of arch-independent
packages (secubox-core, luci-app-secubox-admin, secubox-app-bonus).
This tells the build system these packages don't link against libc.

Changes:
- secubox-core: 0.10.0-r6 → r7 with PKG_FLAGS:=nonshared
- luci-app-secubox-admin: 1.0.0-r17 → r18 with PKG_FLAGS:=nonshared
- secubox-app-bonus: 0.3.0-r1 → r2 with PKG_FLAGS:=nonshared
- Regenerated Packages index without libc dependencies

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:08:01 +01:00
..
htdocs/luci-static/resources feat(appstore): Implement KISS Evolution - feeds, profiles, skills, feedback 2026-01-29 10:13:54 +01:00
root/usr/share feat(appstore): Implement KISS Evolution - feeds, profiles, skills, feedback 2026-01-29 10:13:54 +01:00
Makefile fix(deps): Add PKG_FLAGS:=nonshared to prevent automatic libc dependency 2026-01-29 18:08:01 +01:00