f15699fd4152dd232f8d61a20ef02288469a00f8
[openwrt/openwrt.git] / target / linux / brcm63xx / profiles / dynalink.mk
1 #
2 # Copyright (C) 2015 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/RTA770BW
9 NAME:=Dynalink RTA770BW (Siemens SE 515)
10 PACKAGES:=kmod-b43 wpad-mini
11 endef
12 define Profile/RTA770BW/Description
13 Package set optimized for RTA770BW.
14 endef
15 $(eval $(call Profile,RTA770BW))
16
17 define Profile/RTA770W
18 NAME:=Dynalink RTA770W
19 PACKAGES:=kmod-b43 wpad-mini
20 endef
21 define Profile/RTA770W/Description
22 Package set optimized for RTA770W.
23 endef
24 $(eval $(call Profile,RTA770W))
25
26 define Profile/RTA1025W
27 NAME:=Dynalink RTA1025W
28 PACKAGES:=kmod-b43 wpad-mini
29 endef
30 define Profile/RTA1025W/Description
31 Package set optimized for RTA1025W.
32 endef
33 $(eval $(call Profile,RTA1025W))
34
35 define Profile/RTA1320
36 NAME:=Dynalink RTA1320
37 PACKAGES:=
38 endef
39 define Profile/RTA1320/Description
40 Package set optimized for RTA1320.
41 endef
42 $(eval $(call Profile,RTA1320))