Commit Graph

1 Commits

Author SHA1 Message Date
0e5907da58 docs: add comprehensive build issues analysis and solutions
Documents the current SDK build failures and proposes multiple solutions.

Root cause: OpenWrt SDK cannot compile lucihttp/cgi-io (missing ubus headers)

Proposed solutions:
1. Use ImageBuilder (recommended for firmware images)
2. Use full OpenWrt build (complete control, slower)
3. Package-only repository (easiest distribution)
4. Fix SDK build (current experimental attempt)

Recommends hybrid approach:
- Distribute source + pre-built packages
- Provide sample firmwares via ImageBuilder
- Document manual installation

Related: #build-failures
Ref: v0.1.2-alpha
2025-12-25 20:13:57 +01:00