[mcs814x] add wmbus-repeater to the dLAN USB Extender profile
[openwrt/svn-archive/archive.git] / target / linux / mcs814x / profiles / 100-dLAN-USB-Extender.mk
1 #
2 # Copyright (C) 2012 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_USB_Extender
9 NAME:=Devolo dLAN USB Extender
10 PACKAGES:=hpavcfg foot kmod-usb-serial kmod-usb-serial-ftdi \
11 wmbus-repeater
12 endef
13
14 define Profile/dLAN_USB_Extender/Description
15 Package set specifically tuned for the Devolo dLAN USB Extender device.
16 endef
17 $(eval $(call Profile,dLAN_USB_Extender))
18