Fix critical build failure in GitHub Actions workflows and local build script. The issue was that LuCI package Makefiles reference ../../luci.mk which doesn't exist when packages are copied to SDK or OpenWrt build environments. Changes: - build-openwrt-packages.yml: Auto-fix Makefile paths after package copy - build-secubox-images.yml: Auto-fix Makefile paths for image builds - local-build.sh: Complete rewrite to use feed-based architecture * Packages installed as local feed instead of direct copy * Automatic Makefile path correction (../../luci.mk → $(TOPDIR)/feeds/luci/luci.mk) * Skip dependency resolution with NO_DEPS=1 for arch-independent packages * Single package build support throughout the pipeline This fixes the "No such file or directory: ../../luci.mk" error that prevented all package and firmware image builds from succeeding. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| workflows | ||