ramips: add support for Planex MZK-EX750NP.
[openwrt/openwrt.git] / target / linux / ramips / mt7620 / profiles / planex.mk
1 #
2 # Copyright (C) 2016 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/CS-QR10
9 NAME:=Planex CS-QR10
10 PACKAGES:=\
11 kmod-usb-core kmod-usb2 kmod-usb-ohci \
12 i2c-core kmod-i2c-ralink kmod-sound-core kmod-sound-mtk \
13 kmod-sdhci-mt7620
14 endef
15
16 define Profile/CS-QR10/Description
17 Package set optimized for the Planex CS-QR10.
18 endef
19 $(eval $(call Profile,CS-QR10))
20
21
22 define Profile/MZK-750DHP
23 NAME:=Planex MZK-750DHP
24 PACKAGES:= kmod-mt76 kmod-mt7610e
25 endef
26
27 define Profile/MZK-750DHP/Description
28 Package set optimized for the Planex MZK-750DHP.
29 endef
30 $(eval $(call Profile,MZK-750DHP))
31
32
33 define Profile/MZK-EX300NP
34 NAME:=Planex MZK-EX300NP
35 PACKAGES:=
36 endef
37
38 define Profile/MZK-EX300NP/Description
39 Package set optimized for the Planex MZK-EX300NP.
40 endef
41 $(eval $(call Profile,MZK-EX300NP))
42
43
44 define Profile/MZK-EX750NP
45 NAME:=Planex MZK-EX750NP
46 PACKAGES:= kmod-mt76 kmod-mt7610e
47 endef
48
49 define Profile/MZK-EX750NP/Description
50 Package set optimized for the Planex MZK-EX750NP.
51 endef
52 $(eval $(call Profile,MZK-EX750NP))