ipq806x: convert to dt-based board-detection
[openwrt/openwrt.git] / target / linux / ipq806x / base-files / etc / init.d / linksys_recovery
index 4d94f1f76711ce0c12ad2dcd220603851efdcf22..6b4b38ec7bb3a7910658fad8d6d152a68a46efd0 100755 (executable)
@@ -6,7 +6,7 @@ boot() {
 . /lib/functions.sh
 
 case $(board_name) in
-       ea8500)
+       linksys,ea8500)
                # make sure auto_recovery in uboot is always on
                AUTO_RECOVERY_ENA="`fw_printenv -n auto_recovery`"
                if [ "$AUTO_RECOVERY_ENA" != "yes" ] ; then