diff options
Diffstat (limited to 'target/linux/ramips/mt7620/profiles/planex.mk')
-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 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)) |