From 51bb512b672eeee4b11d1d16455c3701f27182ae Mon Sep 17 00:00:00 2001 From: John Crispin 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49268 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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