This commit is contained in:
Attila Lendvai 2023-03-10 14:16:58 +01:00
parent a14b56bd6e
commit 48794f78ab
No known key found for this signature in database
GPG Key ID: FEFA9FE55CF6E3CD

View File

@ -100,11 +100,12 @@ probably want to customize this script here and there; search for
Most importantly, **set up a password and maybe an ssh key**. Most importantly, **set up a password and maybe an ssh key**.
At the time of writing it only supports a few `ath79` routers out of At the time of writing it only supports a few `ath79` routers out of
the box, but it's easy to extend it. Support for a new router entails the box, where support merely means that it can flash some leds in the
looking up some led names for `setLedAttribute` so that there's initial setup phase as a feedback mechanism. It's easy to extend it,
feedback to the user through the blinking of the leds. It should work just look up and add some hw specific led names in
fine without that, but it will be less convenient to interact with `setLedAttribute`. Everything else should work fine without this, but
your router in the initial setup phase. it will be less convenient to interact with your router in the initial
setup phase.
# Troubleshooting # Troubleshooting
@ -136,7 +137,8 @@ that you can live without.
## Extroot is not mounted after a `sysupgrade` ## Extroot is not mounted after a `sysupgrade`
In short, this is an OpenWrt issue. The longer discussion is available in In short, this is an OpenWrt issue, and the solution is to mount the extroot
somewhere, and delete `/etc/.extroot-uuid`. More details are available in
[this issue](https://github.com/attila-lendvai/openwrt-auto-extroot/issues/12), [this issue](https://github.com/attila-lendvai/openwrt-auto-extroot/issues/12),
and a way to deal with it can be found in and a way to deal with it can be found in
[this blog post](https://blog.mbirth.de/archives/2014/05/26/openwrt-sysupgrade-with-extroot.html). [this blog post](https://blog.mbirth.de/archives/2014/05/26/openwrt-sysupgrade-with-extroot.html).