ramips: convert mt7688 to new image building code
[openwrt/openwrt.git] / target / linux / ramips / mt7620 / profiles / dovado.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/TINY-AC
9 NAME:=Dovado Tiny AC
10 PACKAGES:=\
11 kmod-usb-core kmod-usb2 kmod-usb-ohci
12 endef
13
14 define Profile/TINY-AC/Description
15 Support for Dovado Tiny AC router
16 endef
17 $(eval $(call Profile,TINY-AC))