secubox-openwrt/.github
CyberMind-FR 9cee74064c fix: properly disable lucihttp and cgi-io in SDK config
The previous config used commented-out format which didn't actually
disable the packages, causing them to be built and fail.

Changes:
- Changed from: echo "# CONFIG_PACKAGE_lucihttp is not set"
- Changed to:   echo "CONFIG_PACKAGE_lucihttp=n"
- Same for cgi-io
- Added CONFIG_BROKEN=y to allow missing dependencies

This matches the local-build.sh approach and prevents SDK from trying
to compile these problematic packages that our scripts don't need.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 06:09:21 +01:00
..
workflows fix: properly disable lucihttp and cgi-io in SDK config 2025-12-31 06:09:21 +01:00