diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-10 11:46:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-10 11:46:31 +0000 |
commit | 61f48beadd602e9eb2aed609e1ba4f85a5109fb7 (patch) | |
tree | 5e5a75bcf05ff6af541d26a1fb3b716177bcace5 /target | |
parent | 73b9a8bf9bfb4a3652c27914b021595e46686a88 (diff) | |
download | upstream-61f48beadd602e9eb2aed609e1ba4f85a5109fb7.tar.gz upstream-61f48beadd602e9eb2aed609e1ba4f85a5109fb7.tar.bz2 upstream-61f48beadd602e9eb2aed609e1ba4f85a5109fb7.zip |
ar71xx: fix db120 board detection
SVN-Revision: 30408
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 ab619f1694..3ce422e7de 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -160,7 +160,7 @@ ar71xx_board_detect() { *AW-NR580) name="aw-nr580" ;; - *DB120) + *"DB120 reference board") name="db120" ;; *"DIR-600 rev. A1") |