secubox-openwrt/.github/workflows
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
..
build-openwrt-packages.yml fix: properly disable lucihttp and cgi-io in SDK config 2025-12-31 06:09:21 +01:00
build-secubox-images.yml chore: set OpenWrt 24.10.5 as default version in GitHub Actions 2025-12-30 22:03:42 +01:00
test-validate.yml develstats 2025-12-28 09:09:12 +01:00