6817c597b07c6ea868ecb17b74f2adf4deb80229
[openwrt/openwrt.git] / target / linux / ar71xx / generic / profiles / openmesh.mk
1 #
2 # Copyright (C) 2011-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/OM2P
9 NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC
10 PACKAGES:=kmod-ath9k om-watchdog
11 endef
12
13 define Profile/OM2P/Description
14 Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC.
15 endef
16
17 $(eval $(call Profile,OM2P))
18
19 define Profile/OM5P
20 NAME:=OpenMesh OM5P/OM5P-AN
21 PACKAGES:=kmod-ath9k om-watchdog
22 endef
23
24 define Profile/OM5P/Description
25 Package set optimized for the OpenMesh OM5P/OM5P-AN.
26 endef
27
28 $(eval $(call Profile,OM5P))
29
30 define Profile/OM5PAC
31 NAME:=OpenMesh OM5P-AC/OM5P-ACv2
32 PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
33 endef
34
35 define Profile/OM5PAC/Description
36 Package set optimized for the OpenMesh OM5P-AC/OM5P-ACv2.
37 endef
38
39 $(eval $(call Profile,OM5PAC))
40
41 define Profile/MR600
42 NAME:=OpenMesh MR600
43 PACKAGES:=kmod-ath9k om-watchdog
44 endef
45
46 define Profile/MR600/Description
47 Package set optimized for the OpenMesh MR600.
48 endef
49
50 $(eval $(call Profile,MR600))
51
52 define Profile/MR900
53 NAME:=OpenMesh MR900/MR900v2
54 PACKAGES:=kmod-ath9k om-watchdog
55 endef
56
57 define Profile/MR900/Description
58 Package set optimized for the OpenMesh MR900/MR900v2.
59 endef
60
61 $(eval $(call Profile,MR900))
62
63 define Profile/MR1750
64 NAME:=OpenMesh MR1750
65 PACKAGES:=kmod-ath9k kmod-ath10k
66 endef
67
68 define Profile/MR1750/Description
69 Package set optimized for the OpenMesh MR1750.
70 endef
71
72 $(eval $(call Profile,MR1750))
73
74 define Profile/OPENMESH
75 NAME:=OpenMesh products
76 PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
77 endef
78
79 define Profile/OPENMESH/Description
80 Build images for all OpenMesh products.
81 endef
82
83 $(eval $(call Profile,OPENMESH))
84