add chaos_calmer branch
[15.05/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/MR600
31         NAME:=OpenMesh MR600
32         PACKAGES:=kmod-ath9k om-watchdog
33 endef
34
35 define Profile/MR600/Description
36         Package set optimized for the OpenMesh MR600.
37 endef
38
39 $(eval $(call Profile,MR600))
40
41 define Profile/MR900
42         NAME:=OpenMesh MR900/MR900v2
43         PACKAGES:=kmod-ath9k om-watchdog
44 endef
45
46 define Profile/MR900/Description
47         Package set optimized for the OpenMesh MR900/MR900v2.
48 endef
49
50 $(eval $(call Profile,MR900))
51
52 define Profile/OPENMESH
53         NAME:=OpenMesh products
54         PACKAGES:=kmod-ath9k om-watchdog
55 endef
56
57 define Profile/OPENMESH/Description
58         Build images for all OpenMesh products.
59 endef
60
61 $(eval $(call Profile,OPENMESH))
62