From f827cfeb9d8e5609d504b2c9ec5371835f033385 Mon Sep 17 00:00:00 2001 From: Helge Jung <hej@c3pb.de> Date: Mon, 31 Aug 2015 06:14:30 +0200 Subject: [PATCH] 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. --- .../etc/uci-defaults/90-tlwr1043ndv2-autoupdater-to-stable | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 ffpb/ffpb-openwrt-migration-tools/files/etc/uci-defaults/90-tlwr1043ndv2-autoupdater-to-stable diff --git a/ffpb/ffpb-openwrt-migration-tools/files/etc/uci-defaults/90-tlwr1043ndv2-autoupdater-to-stable b/ffpb/ffpb-openwrt-migration-tools/files/etc/uci-defaults/90-tlwr1043ndv2-autoupdater-to-stable deleted file mode 100755 index 09cb62a..0000000 --- a/ffpb/ffpb-openwrt-migration-tools/files/etc/uci-defaults/90-tlwr1043ndv2-autoupdater-to-stable +++ /dev/null @@ -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 -- GitLab