ar71xx: add support for the devolo dLAN pro 500 Wireless+
[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))