1#
2# Copyright (C) 2010 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/ZCN1523H28
9	NAME:=Zcomax ZCN-1523H-2-8
10	PACKAGES:=
11endef
12
13define Profile/ZCN1523H28/Description
14	Package set optimized for the Zcomax ZCN-1523H-2-8 board.
15endef
16
17$(eval $(call Profile,ZCN1523H28))
18
19define Profile/ZCN1523H516
20	NAME:=Zcomax ZCN-1523H-5-16
21	PACKAGES:=
22endef
23
24define Profile/ZCN1523H516/Description
25	Package set optimized for the Zcomax ZCN-1523H-5-16 board.
26endef
27
28$(eval $(call Profile,ZCN1523H516))
29