ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac
[15.05/openwrt.git] / target / linux / ar71xx / generic / profiles / devolo-dlan.mk
1 #
2 # Copyright (C) 2015 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/dLAN_pro_500_wp
9         NAME:=devolo dLAN pro 500 Wireless+
10         PACKAGES:=open-plc-utils open-plc-utils-chkpib open-plc-utils-getpib open-plc-utils-modpib \
11                 open-plc-utils-setpib open-plc-utils-hpavkey open-plc-utils-amphost \
12                 open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
13                 ebtables hostapd-utils wifitoggle wpad
14 endef
15
16 define Profile/dLAN_pro_500_wp/Description
17         Package set optimized for the devolo dLAN pro 500 Wireless+.
18 endef
19 $(eval $(call Profile,dLAN_pro_500_wp))
20
21 define Profile/dLAN_pro_1200_ac
22         NAME:=devolo dLAN pro 1200+ WiFi ac
23         PACKAGES:=open-plc-utils open-plc-utils-chkpib open-plc-utils-getpib open-plc-utils-modpib \
24                 open-plc-utils-setpib open-plc-utils-hpavkey open-plc-utils-plchost \
25                 open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
26                 ebtables hostapd-utils wifitoggle wpad ip-full kmod-ath10k kmod-leds-gpio \
27                 kmod-ledtrig-gpio
28 endef
29
30 define Profile/dLAN_pro_1200_ac/Description
31         Package set optimized for the devolo dLAN pro 1200+ WiFi ac.
32 endef
33 $(eval $(call Profile,dLAN_pro_1200_ac))