aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic/profiles/openmesh.mk
blob: 1c51e93a92ec2ee09bd08bca4237218eb6665a60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# Copyright (C) 2011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

define Profile/OM2P
	NAME:=OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC
	PACKAGES:=kmod-ath9k om-watchdog
endef

define Profile/OM2P/Description
	Package set optimized for the OpenMesh OM2P/OM2Pv2/OM2P-HS/OM2P-HSv2/OM2P-LC.
endef

$(eval $(call Profile,OM2P))

define Profile/OM5P
	NAME:=OpenMesh OM5P/OM5P-AN
	PACKAGES:=kmod-ath9k om-watchdog
endef

define Profile/OM5P/Description
	Package set optimized for the OpenMesh OM5P/OM5P-AN.
endef

$(eval $(call Profile,OM5P))

define Profile/MR600
        NAME:=OpenMesh MR600
        PACKAGES:=kmod-ath9k om-watchdog
endef

define Profile/MR600/Description
        Package set optimized for the OpenMesh MR600.
endef

$(eval $(call Profile,MR600))

define Profile/MR900
        NAME:=OpenMesh MR900/MR900v2
        PACKAGES:=kmod-ath9k om-watchdog
endef

define Profile/MR900/Description
        Package set optimized for the OpenMesh MR900/MR900v2.
endef

$(eval $(call Profile,MR900))

define Profile/MR1750
        NAME:=OpenMesh MR1750
        PACKAGES:=kmod-ath9k kmod-ath10k
endef

define Profile/MR1750/Description
        Package set optimized for the OpenMesh MR1750.
endef

$(eval $(call Profile,MR1750))

define Profile/OPENMESH
	NAME:=OpenMesh products
	PACKAGES:=kmod-ath9k kmod-ath10k om-watchdog
endef

define Profile/OPENMESH/Description
	Build images for all OpenMesh products.
endef

$(eval $(call Profile,OPENMESH))