summaryrefslogtreecommitdiff
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-14 17:10:39 +0000
committerJohn Crispin <john@openwrt.org>2014-07-14 17:10:39 +0000
commit74db9511dc40410aceb6ab7122c965aa4bc42af3 (patch)
treeccc68ec277243b065bd8f580bdebaaca3fb988e9 /target/linux/ramips/base-files/lib/ramips.sh
parente33584f6b8281e0548ebd2c53463d32118858455 (diff)
downloadmtk-20170518-74db9511dc40410aceb6ab7122c965aa4bc42af3.zip
mtk-20170518-74db9511dc40410aceb6ab7122c965aa4bc42af3.tar.gz
mtk-20170518-74db9511dc40410aceb6ab7122c965aa4bc42af3.tar.bz2
ramips: basic support for Planex MZK-750DHP
some gpios are still missing. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41654
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 b36b53c..2e831d2 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -160,6 +160,9 @@ ramips_board_detect() {
*"HAME MPR-A2")
name="mpr-a2"
;;
+ *"Planex MZK-750DHP")
+ name="mzk-750dhp"
+ ;;
*"NBG-419N")
name="nbg-419n"
;;