From: Gabor Juhos Date: Sun, 15 Jul 2012 17:52:50 +0000 (+0000) Subject: ar71xx: fix PB44 board detection X-Git-Tag: reboot~13369 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7daf851adf8842afbef531bf03ac2a851a8f5597;p=openwrt%2Fopenwrt.git ar71xx: fix PB44 board detection SVN-Revision: 32737 --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 8c83356ce1..4d21caf979 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -234,7 +234,7 @@ ar71xx_board_detect() { *PB42) name="pb42" ;; - *PB44) + *"PB44 reference board") name="pb44" ;; *PB92)