ramips: add MPR-A1 support
[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/MPRA1
9 NAME:=HAME MPR-A1
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-net
12 endef
13
14 define Profile/MPRA1/Description
15 Package set for HAME MPR-A1 board
16 endef
17
18 $(eval $(call Profile,MPRA1))
19
20 define Profile/MPRA2
21 NAME:=HAME MPR-A2
22 PACKAGES:=\
23 kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer \
24 kmod-usb-acm kmod-usb-net kmod-usb-net-asix kmod-usb-net-rndis kmod-usb-serial kmod-usb-serial-option \
25 usb-modeswitch usb-modeswitch-data comgt
26 endef
27
28 define Profile/MPRA2/Description
29 Package set for HAME MPR-A2 board
30 endef
31
32 $(eval $(call Profile,MPRA2))
33