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 | 72b013b3d9eaf3293934b4f2477caa20df343c19 (patch) | |
tree | c78f3d5b822e5eb39777a9800c4a60fd344a8f6c /target | |
parent | cc9e5f0e9bd5eb411c48a69ea2468775d207191f (diff) | |
download | upstream-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')
-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 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) |