summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-15 17:52:50 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-15 17:52:50 +0000
commitec183b0044992c4f1e7534d42b55967fb0fedf4f (patch)
treec78f3d5b822e5eb39777a9800c4a60fd344a8f6c /target
parentdfcccc252d88a6a96f51dcc10ed9114a340c2507 (diff)
ar71xx: fix PB44 board detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh2
1 files changed, 1 insertions, 1 deletions
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)