diff --git a/ffho/ffho-openwrt-migration-tools/files/etc/uci-defaults/90-tl-841v10-autoupdater-to-stable b/ffho/ffho-openwrt-migration-tools/files/etc/uci-defaults/90-tl-841v10-autoupdater-to-stable
index 5ce89e2da493d2c9fdbb4bc48fefff1dec2e4bd4..38a6f7ec54bf0c6f24d95b022f6c1b0e04891976 100644
--- a/ffho/ffho-openwrt-migration-tools/files/etc/uci-defaults/90-tl-841v10-autoupdater-to-stable
+++ b/ffho/ffho-openwrt-migration-tools/files/etc/uci-defaults/90-tl-841v10-autoupdater-to-stable
@@ -1,5 +1,5 @@
 #!/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.enabled=1
 exit 0