[ar71xx] dir-825-b1: Fix wholeflash images: Attempting to flash a wholeflash (-openwr...
[openwrt.git] / target / linux / ar71xx / base-files / lib / ar71xx.sh
index 8db9830..2b083e1 100755 (executable)
@@ -201,8 +201,11 @@ ar71xx_board_detect() {
        *"DIR-825 rev. B1")
                name="dir-825-b1"
                ;;
-       *"DIR-825 rev. B1 OpenWrt")
-               name="dir-825-b1-openwrt"
+       *"DIR-825 rev. B1 WHOLEFLASH")
+               name="dir-825-b1-wholeflash"
+               ;;
+       *"DIR-825 rev. B1 TOWHOLEFLASH")
+               name="dir-825-b1-towholeflash"
                ;;
        *"DIR-825 rev. B1 TOSTOCK")
                name="dir-825-b1-tostock"