aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-01-11 08:02:10 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-01-11 08:02:10 +0000
commitc3b413157447e4be4750a6eef8d3a3f8d812c8ce (patch)
tree61fd2cfabc62b228a69d0c85fc91aba7f7899925 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent91d19ba848b2331a825e8f744166fa878ece9eb0 (diff)
downloadmaster-187ad058-c3b413157447e4be4750a6eef8d3a3f8d812c8ce.tar.gz
master-187ad058-c3b413157447e4be4750a6eef8d3a3f8d812c8ce.tar.bz2
master-187ad058-c3b413157447e4be4750a6eef8d3a3f8d812c8ce.zip
ar71xx: add support for the D-Link DIR-600 rev. A1 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19100 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
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 42f41e753e..327107b0dd 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -19,6 +19,9 @@ ar71xx_board_name() {
*AW-NR580)
name="aw-nr580"
;;
+ *"DIR-600 rev. A1")
+ name="dir-600-a1"
+ ;;
*"DIR-825 rev. B1")
name="dir-825-b1"
;;