[mcs814x] add kmod-usb-serial-ftdi to the dLAN USB Extender profile
[openwrt.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 endef
12
13 define Profile/dLAN_USB_Extender/Description
14         Package set specifically tuned for the Devolo dLAN USB Extender device.
15 endef
16 $(eval $(call Profile,dLAN_USB_Extender))
17