ramips: Add support for RT5350F-OLinuXino V2
[openwrt.git] / target / linux / ramips / rt305x / profiles / olinuxino-rt5350f-evb.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/OLINUXINO-RT5350F-EVB
9         NAME:=OLinuXino-RT5350F-EVB
10         PACKAGES:=\
11                 kmod-usb-core kmod-usb-ohci kmod-usb2 \
12                 kmod-i2c-core kmod-i2c-ralink \
13                 kmod-spi-dev
14 endef
15
16 define Profile/OLINUXINO-RT5350F/Description
17         Package set for OLinuXino-RT5350F-EVB board
18 endef
19
20 $(eval $(call Profile,OLINUXINO-RT5350F-EVB))
21