ramips: add suport for ZBT APE522II
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / telldus.mk
1 #
2 # Copyright (C) 2016 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/TELLSTICKZNETLITE
9 NAME:=TellStick ZNet Lite
10 PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-acm kmod-usb-serial kmod-usb-serial-pl2303
11 endef
12
13
14 define Profile/TELLSTICKZNETLITE/Description
15 Package set optimized for the TellStick ZNet Lite.
16 endef
17 $(eval $(call Profile,TELLSTICKZNETLITE))