341e959e45
Device uses mainline kernel. What works: - boots - display - touchscreen - wifi Also add firmware package [ci:skip-build]: already built successfully in CI
3 lines
110 B
Bash
3 lines
110 B
Bash
#!/bin/sh
|
|
# The Wi-Fi firmware will keep crashing if diag-router isn't running
|
|
rc-update add diag-router boot
|