diff options
author | John Crispin <john@openwrt.org> | 2014-07-14 17:10:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-14 17:10:39 +0000 |
commit | 74db9511dc40410aceb6ab7122c965aa4bc42af3 (patch) | |
tree | ccc68ec277243b065bd8f580bdebaaca3fb988e9 /target/linux/ramips/base-files/lib | |
parent | e33584f6b8281e0548ebd2c53463d32118858455 (diff) | |
download | upstream-74db9511dc40410aceb6ab7122c965aa4bc42af3.tar.gz upstream-74db9511dc40410aceb6ab7122c965aa4bc42af3.tar.bz2 upstream-74db9511dc40410aceb6ab7122c965aa4bc42af3.zip |
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')
-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" ;; |