Browse Source

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.
Helge Jung 8 years ago
parent
commit
f827cfeb9d

+ 0 - 7
ffpb/ffpb-openwrt-migration-tools/files/etc/uci-defaults/90-tlwr1043ndv2-autoupdater-to-stable

@@ -1,7 +0,0 @@
-#!/bin/sh
-
-[ "$(cat /tmp/sysinfo/board_name)" == "tl-wr1043nd-v2" ] && \
-  uci set autoupdater.settings.branch="stable" && \
-  uci set autoupdater.settings.enabled=1
-
-exit 0