om-watchdog: fix board name for teltonika,rut5xx
[openwrt/staging/mkresin.git] / package / kernel / om-watchdog / files / om-watchdog.init
index 4c407dadaeb719e055b4ff0f32522f8c61f39c78..12ff66583761528f24db15a2c08cd929f91ab1e0 100644 (file)
@@ -47,7 +47,7 @@ get_gpio() {
                        return 17
                        ;;
                esac
-       elif [ "$board" = "teltonika_rut5xx" ]; then
+       elif [ "$board" = "teltonika,rut5xx" ]; then
                # ramips
                return 11
        else