summaryrefslogtreecommitdiff
path: root/target
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
commit7daf851adf8842afbef531bf03ac2a851a8f5597 (patch)
tree87cffe02ce4ff49d439ff580d0123bb85e2b8824 /target
parentc7fa38484c59e0952fb02f9964a606e5fd034bee (diff)
downloadmtk-20170518-7daf851adf8842afbef531bf03ac2a851a8f5597.zip
mtk-20170518-7daf851adf8842afbef531bf03ac2a851a8f5597.tar.gz
mtk-20170518-7daf851adf8842afbef531bf03ac2a851a8f5597.tar.bz2
ar71xx: fix PB44 board detection
SVN-Revision: 32737
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 8c83356..4d21caf 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)