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
8define Profile/OM5P
9	NAME:=OpenMesh OM5P/OM5P-AN
10	PACKAGES:=kmod-ath9k om-watchdog
11endef
12
13define Profile/OM5P/Description
14	Package set optimized for the OpenMesh OM5P/OM5P-AN.
15endef
16
17$(eval $(call Profile,OM5P))
18
19define Profile/OM5PAC
20	NAME:=OpenMesh OM5P-AC/OM5P-ACv2
21	PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
22endef
23
24define Profile/OM5PAC/Description
25	Package set optimized for the OpenMesh OM5P-AC/OM5P-ACv2.
26endef
27
28$(eval $(call Profile,OM5PAC))
29
30define Profile/MR600
31        NAME:=OpenMesh MR600
32        PACKAGES:=kmod-ath9k om-watchdog
33endef
34
35define Profile/MR600/Description
36        Package set optimized for the OpenMesh MR600.
37endef
38
39$(eval $(call Profile,MR600))
40
41define Profile/MR900
42        NAME:=OpenMesh MR900/MR900v2
43        PACKAGES:=kmod-ath9k om-watchdog
44endef
45
46define Profile/MR900/Description
47        Package set optimized for the OpenMesh MR900/MR900v2.
48endef
49
50$(eval $(call Profile,MR900))
51
52define Profile/MR1750
53        NAME:=OpenMesh MR1750/MR1750v2
54        PACKAGES:=kmod-ath9k kmod-ath10k
55endef
56
57define Profile/MR1750/Description
58        Package set optimized for the OpenMesh MR1750/MR1750v2.
59endef
60
61$(eval $(call Profile,MR1750))
62
63define Profile/OPENMESH
64	NAME:=OpenMesh products
65	PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
66endef
67
68define Profile/OPENMESH/Description
69	Build images for all OpenMesh products.
70endef
71
72$(eval $(call Profile,OPENMESH))
73
74