diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2016-04-29 11:34:56 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:12 +0200 |
commit | 6b0425a18773552f109cadf918ee6b4bcc60eec0 (patch) | |
tree | c163cc8acc3eab65b48b4338ef69dd495734d6f1 /target/linux/ramips/mt7620/profiles | |
parent | 23596ca527d2d7a0b197d3f9e8afdb9acd76273a (diff) | |
download | upstream-6b0425a18773552f109cadf918ee6b4bcc60eec0.tar.gz upstream-6b0425a18773552f109cadf918ee6b4bcc60eec0.tar.bz2 upstream-6b0425a18773552f109cadf918ee6b4bcc60eec0.zip |
ramips: add support for Planex MZK-EX750NP.
add support for Planex MZK-EX750NP.
MZK-EX750NP is MT7620A and MT7610E based 11ac wifi repeater.
Built-in power supply.
64MiB RAM, 8MiB SPI Flash, non Wired Ethernet.
Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
SVN-Revision: 49268
Diffstat (limited to 'target/linux/ramips/mt7620/profiles')
-rw-r--r-- | target/linux/ramips/mt7620/profiles/planex.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7620/profiles/planex.mk b/target/linux/ramips/mt7620/profiles/planex.mk index 157cf8d334..f461aeb211 100644 --- a/target/linux/ramips/mt7620/profiles/planex.mk +++ b/target/linux/ramips/mt7620/profiles/planex.mk @@ -39,3 +39,14 @@ define Profile/MZK-EX300NP/Description Package set optimized for the Planex MZK-EX300NP. endef $(eval $(call Profile,MZK-EX300NP)) + + +define Profile/MZK-EX750NP + NAME:=Planex MZK-EX750NP + PACKAGES:= kmod-mt76 kmod-mt7610e +endef + +define Profile/MZK-EX750NP/Description + Package set optimized for the Planex MZK-EX750NP. +endef +$(eval $(call Profile,MZK-EX750NP)) |