aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-07-15 17:52:50 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-07-15 17:52:50 +0000
commit72b013b3d9eaf3293934b4f2477caa20df343c19 (patch)
treec78f3d5b822e5eb39777a9800c4a60fd344a8f6c /target/linux
parentcc9e5f0e9bd5eb411c48a69ea2468775d207191f (diff)
downloadupstream-72b013b3d9eaf3293934b4f2477caa20df343c19.tar.gz
upstream-72b013b3d9eaf3293934b4f2477caa20df343c19.tar.bz2
upstream-72b013b3d9eaf3293934b4f2477caa20df343c19.zip
ar71xx: fix PB44 board detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 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)