diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-15 17:52:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-15 17:52:50 +0000 |
commit | 7daf851adf8842afbef531bf03ac2a851a8f5597 (patch) | |
tree | 87cffe02ce4ff49d439ff580d0123bb85e2b8824 /target/linux/ar71xx/base-files | |
parent | c7fa38484c59e0952fb02f9964a606e5fd034bee (diff) | |
download | mtk-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/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
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) |