ar71xx: fix PB44 board detection
authorGabor Juhos <juhosg@openwrt.org>
Sun, 15 Jul 2012 17:52:50 +0000 (17:52 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 15 Jul 2012 17:52:50 +0000 (17:52 +0000)
SVN-Revision: 32737

target/linux/ar71xx/base-files/lib/ar71xx.sh

index 8c83356ce11f4da40381111711995cff829ef6df..4d21caf979acaf48ab49d1f69fd56768f7910e9a 100755 (executable)
@@ -234,7 +234,7 @@ ar71xx_board_detect() {
        *PB42)
                name="pb42"
                ;;
-       *PB44)
+       *"PB44 reference board")
                name="pb44"
                ;;
        *PB92)