Skip to content
Snippets Groups Projects
Commit f827cfeb authored by Helge Jung's avatar Helge Jung
Browse files

don't force 1043v2 routers to stable firmware any more

This has been necessary as we needed the 1043v2 models when no stable
firmware had had been released for them, yet. In order not to
"accidentially" force its users to a testing firmware we included this
now obsolete fix.

The file can be deleted as it is not part of the overlay or is listed
in sysupgrade.conf.
parent 95e6b846
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
[ "$(cat /tmp/sysinfo/board_name)" == "tl-wr1043nd-v2" ] && \
uci set autoupdater.settings.branch="stable" && \
uci set autoupdater.settings.enabled=1
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment