ramips: Add support for VoCore
[openwrt/openwrt.git] / target / linux / ramips / rt305x / profiles / vocore.mk
1 #
2 # Copyright (C) 2014 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/VOCORE
9 NAME:=VoCore
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-ohci kmod-usb2 \
12 kmod-i2c-core kmod-i2c-ralink
13 endef
14
15 define Profile/VOCORE/Description
16 Package set for VoCore board
17 endef
18
19 $(eval $(call Profile,VOCORE))