diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-14 17:10:39 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-14 17:10:39 +0000 |
commit | 7a53c25db1c6495b073352c93465f1e1cfeb0bf9 (patch) | |
tree | 3673425321bb1ba351036fee8e74e5b8cf07d16b /target/linux/ramips/base-files/lib | |
parent | 5e24285604889f04eb422810179fe132fd1dbdd9 (diff) | |
download | upstream-7a53c25db1c6495b073352c93465f1e1cfeb0bf9.tar.gz upstream-7a53c25db1c6495b073352c93465f1e1cfeb0bf9.tar.bz2 upstream-7a53c25db1c6495b073352c93465f1e1cfeb0bf9.zip |
ramips: basic support for Planex MZK-750DHP
some gpios are still missing.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41654 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
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 b36b53c302..2e831d2931 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" ;; |