5029ca925fe50c71c144d8c4ebda1c85fa11e84f
[openwrt/openwrt.git] / target / linux / ramips / rt305x / profiles / jcg.mk
1 #
2 # Copyright (C) 2011 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/JCG
9 NAME=JCG Routers
10 endef
11
12 define Profile/JCG/Description
13 Builds images for JHR-N805R, JHR-N825R, and JHR-N926R.
14 endef
15 $(eval $(call Profile,JCG))
16
17 define Profile/JHR-N805R
18 NAME:=JCG JHR-N805R
19 endef
20
21 define Profile/JHR-N805R/Description
22 Package set for JCG JHR-N805R
23 endef
24 $(eval $(call Profile,JHR-N805R))
25
26 define Profile/JHR-N825R
27 NAME:=JCG JHR-N825R
28 endef
29
30 define Profile/JHR-N825R/Description
31 Package set for JCG JHR-N825R
32 endef
33 $(eval $(call Profile,JHR-N825R))
34
35 define Profile/JHR-N926R
36 NAME:=JCG JHR-N926R
37 endef
38
39 define Profile/JHR-N926R/Description
40 Package set for JCG JHR-N926R
41 endef
42 $(eval $(call Profile,JHR-N926R))
43