From: Gabor Juhos Date: Sun, 15 Jul 2012 17:52:50 +0000 (+0000) Subject: ar71xx: fix PB44 board detection X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f5ab8a7289419001022575a9813975d09010aa1c;p=openwrt%2Fsvn-archive%2Farchive.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)