ramips: Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.
[openwrt.git] / target / linux / ramips / rt305x / profiles / asiarf.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/AWM002-EVB
9         NAME:=AsiaRF AWM002-EVB
10         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
11         kmod-i2c-core kmod-i2c-gpio
12 endef
13
14 define Profile/AWM002-EVB/Description
15         Package set for AsiaRF AWM002 Evaluation Board
16 endef
17
18 $(eval $(call Profile,AWM002-EVB))