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 09cb62a2f967e6a989024b7af3465ca4872421f6..0000000000000000000000000000000000000000 --- 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