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 | e5e2e517f8af32c105178111f1dd84d2506fc20c (patch) | |
tree | 766b7917e8099c2946aea7356418bc8e67064d69 | |
parent | ca440b44cf3d4ba7250ec33e6a6c06d500056dbb (diff) | |
download | upstream-e5e2e517f8af32c105178111f1dd84d2506fc20c.tar.gz upstream-e5e2e517f8af32c105178111f1dd84d2506fc20c.tar.bz2 upstream-e5e2e517f8af32c105178111f1dd84d2506fc20c.zip |
ar71xx: fix db120 board detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30408 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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") |