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