ramips: Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.
[openwrt/openwrt.git] / target / linux / ramips / rt305x / profiles / hame.mk
1 #
2 # Copyright (C) 2013 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/MPRA2
9 NAME:=HAME MPR-A2
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer \
12 kmod-usb-acm kmod-usb-net kmod-usb-net-asix kmod-usb-net-rndis kmod-usb-serial kmod-usb-serial-option \
13 usb-modeswitch usb-modeswitch-data comgt
14 endef
15
16 define Profile/MPRA2/Description
17 Package set for HAME MPR-A2 board
18 endef
19
20 $(eval $(call Profile,MPRA2))
21