rpcd: iwinfo plugin fixes
[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_Hotspot
9         NAME:=devolo dLAN Hotspot
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-plchost \
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_Hotspot/Description
17         Package set optimized for the devolo dLAN Hotspot.
18 endef
19 $(eval $(call Profile,dLAN_Hotspot))
20
21 define Profile/dLAN_pro_500_wp
22         NAME:=devolo dLAN pro 500 Wireless+
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-amphost \
25                 open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
26                 ebtables hostapd-utils wifitoggle wpad
27 endef
28
29 define Profile/dLAN_pro_500_wp/Description
30         Package set optimized for the devolo dLAN pro 500 Wireless+.
31 endef
32 $(eval $(call Profile,dLAN_pro_500_wp))
33
34 define Profile/dLAN_pro_1200_ac
35         NAME:=devolo dLAN pro 1200+ WiFi ac
36         PACKAGES:=open-plc-utils open-plc-utils-chkpib open-plc-utils-getpib open-plc-utils-modpib \
37                 open-plc-utils-setpib open-plc-utils-hpavkey open-plc-utils-plchost \
38                 open-plc-utils-plctool open-plc-utils-pibdump open-plc-utils-plcstat \
39                 ebtables hostapd-utils wifitoggle wpad ip-full kmod-ath10k kmod-leds-gpio \
40                 kmod-ledtrig-gpio
41 endef
42
43 define Profile/dLAN_pro_1200_ac/Description
44         Package set optimized for the devolo dLAN pro 1200+ WiFi ac.
45 endef
46 $(eval $(call Profile,dLAN_pro_1200_ac))