ramips: add profile and build image for the Tenda 3G300M
[openwrt/openwrt.git] / target / linux / ramips / rt305x / profiles / tenda.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/3G300M
9 NAME:=Tenda 3G300M
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-rt305x-dwc_otg \
12 kmod-ledtrig-usbdev
13 endef
14
15 define Profile/3G300M/Description
16 Package set for Tenda 3G300M board
17 endef
18
19 $(eval $(call Profile,3G300M))
20
21 define Profile/W306R_V20
22 NAME:=Tenda W306R V2.0
23 PACKAGES:=
24 endef
25
26 define Profile/W306R_V20/Description
27 Package set for Tenda W306R V2.0 board
28 endef
29
30 $(eval $(call Profile,W306R_V20))