diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-12 10:54:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-12 10:54:10 +0000 |
commit | d461fdd519183fdd492e9ee73e72021e8d09b3e0 (patch) | |
tree | 666bf5e6d08c5a709962f7552943540f658a408a /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | d8db8e94c8ab224e0bd0a7141b00473d3da10349 (diff) | |
download | mtk-20170518-d461fdd519183fdd492e9ee73e72021e8d09b3e0.zip mtk-20170518-d461fdd519183fdd492e9ee73e72021e8d09b3e0.tar.gz mtk-20170518-d461fdd519183fdd492e9ee73e72021e8d09b3e0.tar.bz2 |
ar71xx: add diag support for the DB120 board
SVN-Revision: 28975
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 6064dcd..6ea97ed 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -31,6 +31,9 @@ ar71xx_board_name() { *AW-NR580) name="aw-nr580" ;; + *DB120) + name="db120" + ;; *"DIR-600 rev. A1") name="dir-600-a1" ;; |