brcm63xx: Add DT support for 96348GW-10
[openwrt/openwrt.git] / target / linux / brcm63xx / profiles / 01-generic.mk
1 #
2 # Copyright (C) 2014 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/963281TAN
9 NAME:=Generic 963281TAN
10 PACKAGES:=
11 endef
12 define Profile/963281TAN/Description
13 Package set optimized for 963281TAN.
14 endef
15 $(eval $(call Profile,963281TAN))
16
17 define Profile/96328avng
18 NAME:=Generic 96328avng
19 PACKAGES:=
20 endef
21 define Profile/96328avng/Description
22 Package set optimized for 96328avng.
23 endef
24 $(eval $(call Profile,96328avng))
25
26 define Profile/96345GW2
27 NAME:=Generic 96345GW2
28 PACKAGES:=
29 endef
30 define Profile/96345GW2/Description
31 Package set optimized for 96345GW2.
32 endef
33 $(eval $(call Profile,96345GW2))
34
35 define Profile/96348GW
36 NAME:=Generic 96348GW
37 PACKAGES:=
38 endef
39 define Profile/96348GW/Description
40 Package set optimized for 96348GW.
41 endef
42 $(eval $(call Profile,96348GW))
43
44 define Profile/96348GW_10
45 NAME:=Generic 96348GW-10
46 PACKAGES:=
47 endef
48 define Profile/96348GW_10/Description
49 Package set optimized for 96348GW-10.
50 endef
51 $(eval $(call Profile,96348GW_10))