Skip to content
Snippets Groups Projects
Commit ca193571 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Use model instead of board_name

parent 5ecbfdcb
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
[ "$(cat /tmp/sysinfo/board_name)" == "tl-wr841n-v10" ] && \ [ "$(cat /tmp/sysinfo/model)" == "TP-Link TL-WR841N/ND v10" ] && \
uci set autoupdater.settings.branch="stable" && \ uci set autoupdater.settings.branch="stable" && \
uci set autoupdater.settings.enabled=1 uci set autoupdater.settings.enabled=1
exit 0 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