From 6b0425a18773552f109cadf918ee6b4bcc60eec0 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 29 Apr 2016 11:34:56 +0000 Subject: 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 SVN-Revision: 49268 --- target/linux/ramips/mt7620/profiles/planex.mk | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target/linux/ramips/mt7620/profiles') 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)) -- cgit v1.2.3