From ec183b0044992c4f1e7534d42b55967fb0fedf4f Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 15 Jul 2012 17:52:50 +0000 Subject: ar71xx: fix PB44 board detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32737 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 8c83356ce..4d21caf97 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) -- cgit v1.2.3