From 279eeeb744f1d3e0d3af7b5801324b05fbf75ffa Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 26 Apr 2016 11:43:06 +0000 Subject: ramips: add support for Planex MZK-EX300NP MZK-EX300NP is MT7620A based wifi repeater. Built-in power supply. 64MiB RAM, 8MiB SPI Flash, non Wired Ethernet. Signed-off-by: YuheiOKAWA SVN-Revision: 49235 --- 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 15560ab50d..157cf8d334 100644 --- a/target/linux/ramips/mt7620/profiles/planex.mk +++ b/target/linux/ramips/mt7620/profiles/planex.mk @@ -28,3 +28,14 @@ define Profile/MZK-750DHP/Description Package set optimized for the Planex MZK-750DHP. endef $(eval $(call Profile,MZK-750DHP)) + + +define Profile/MZK-EX300NP + NAME:=Planex MZK-EX300NP + PACKAGES:= +endef + +define Profile/MZK-EX300NP/Description + Package set optimized for the Planex MZK-EX300NP. +endef +$(eval $(call Profile,MZK-EX300NP)) -- cgit v1.2.3