ar71xx: fix PB44 board detection
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Jul 2012 17:52:50 +0000 (17:52 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Jul 2012 17:52:50 +0000 (17:52 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32737 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

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