dbdf16959fed00ce1217bb9709c8b418dcb517d0
[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/OM5P
9 NAME:=OpenMesh OM5P/OM5P-AN
10 PACKAGES:=kmod-ath9k om-watchdog
11 endef
12
13 define Profile/OM5P/Description
14 Package set optimized for the OpenMesh OM5P/OM5P-AN.
15 endef
16
17 $(eval $(call Profile,OM5P))
18
19 define Profile/OM5PAC
20 NAME:=OpenMesh OM5P-AC/OM5P-ACv2
21 PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
22 endef
23
24 define Profile/OM5PAC/Description
25 Package set optimized for the OpenMesh OM5P-AC/OM5P-ACv2.
26 endef
27
28 $(eval $(call Profile,OM5PAC))
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/MR1750
53 NAME:=OpenMesh MR1750/MR1750v2
54 PACKAGES:=kmod-ath9k kmod-ath10k
55 endef
56
57 define Profile/MR1750/Description
58 Package set optimized for the OpenMesh MR1750/MR1750v2.
59 endef
60
61 $(eval $(call Profile,MR1750))
62
63 define Profile/OPENMESH
64 NAME:=OpenMesh products
65 PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
66 endef
67
68 define Profile/OPENMESH/Description
69 Build images for all OpenMesh products.
70 endef
71
72 $(eval $(call Profile,OPENMESH))
73