summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-07-24 20:38:43 +0000
committerJohn Crispin <john@openwrt.org>2012-07-24 20:38:43 +0000
commit799d6deab07bb0412b5f18c1c35a21183c9dbd87 (patch)
treeeff79339c492e86022358fe0c8e09595bbf55277 /target/linux/ramips/base-files/lib/ramips.sh
parentb891eec7001663f8ec4ca4a141ad31ea78163350 (diff)
downloadmaster-31e0f0ae-799d6deab07bb0412b5f18c1c35a21183c9dbd87.tar.gz
master-31e0f0ae-799d6deab07bb0412b5f18c1c35a21183c9dbd87.tar.bz2
master-31e0f0ae-799d6deab07bb0412b5f18c1c35a21183c9dbd87.zip
D-Link DAP-1350 initial support
The initial support for the D-Link DAP-1350. USB related functionality is not tested. Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32821
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index 2667267ac1..0089e0ddcc 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -80,6 +80,9 @@ ramips_board_name() {
*"DIR-600 B2")
name="dir-600-b2"
;;
+ *"DAP-1350")
+ name="dap-1350"
+ ;;
*"ESR-9753")
name="esr-9753"
;;