mvebu: fix typo in marvell profile
[openwrt.git] / target / linux / mvebu / profiles / marvell.mk
1 #
2 # Copyright (C) 2013-2015 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/370-DB
9   NAME:=Marvell Armada 370 DB (DB-88F6710-BP-DDR3)
10   PACKAGES:= \
11         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
12         kmod-i2c-core kmod-i2c-mv64xxx \
13         kmod-ata-core kmod-ata-marvell-sata \
14         kmod-rtc-marvell kmod-thermal-armada
15 endef
16
17 define Profile/370-DB/Description
18  Package set compatible with the Armada 370 evaluation board (DB-88F6710-BP-DDR3).
19 endef
20
21 $(eval $(call Profile,370-DB))
22
23 define Profile/370-RD
24   NAME:=Marvell Armada 370 RD (RD-88F6710-A1)
25   PACKAGES:= \
26         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
27         kmod-i2c-core kmod-i2c-mv64xxx \
28         kmod-ata-core kmod-ata-marvell-sata \
29         kmod-rtc-marvell kmod-thermal-armada
30 endef
31
32 define Profile/370-RD/Description
33  Package set compatible with the Armada 370 reference design board (RD-88F6710-A1).
34 endef
35
36 $(eval $(call Profile,370-RD))
37
38 define Profile/385-RD
39   NAME:=Marvell Armada 385 RD (RD-88F6820-AP)
40   PACKAGES:= \
41         kmod-mmc kmod-mvsdio kmod-usb3 kmod-usb-storage \
42         kmod-i2c-core kmod-i2c-mv64xxx \
43         kmod-thermal-armada
44 endef
45
46 define Profile/385-RD/Description
47  Package set compatible with the Armada 385 reference design board (RD-88F6820-AP).
48 endef
49
50 $(eval $(call Profile,385-RD))
51
52 define Profile/385-DB-AP
53   NAME:=Marvell Armada 385 DB AP (DB-88F6820-AP)
54   PACKAGES:= \
55         kmod-usb3 kmod-usb-storage \
56         kmod-i2c-core kmod-i2c-mv64xxx \
57         kmod-ata-core kmod-ata-marvell-sata \
58         kmod-thermal-armada
59 endef
60
61 define Profile/385-DB-AP/Description
62  Package set compatible with the Armada 385 access point development board (DB-88F6820-AP).
63 endef
64
65 $(eval $(call Profile,385-DB-AP))
66
67 define Profile/XP-DB
68   NAME:=Marvell Armada XP DB (DB-78460-BP)
69   PACKAGES:= \
70         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
71         kmod-i2c-core kmod-i2c-mv64xxx \
72         kmod-ata-core kmod-ata-marvell-sata \
73         kmod-rtc-marvell kmod-thermal-armada
74 endef
75
76 define Profile/XP-DB/Description
77  Package set compatible with the Marvell Armada XP evaluation board (DB-78460-BP).
78 endef
79
80 $(eval $(call Profile,XP-DB))
81
82 define Profile/XP-GP
83   NAME:=Marvell Armada XP GP (DB-MV784MP-GP)
84   PACKAGES:= \
85         kmod-mmc kmod-mvsdio kmod-usb2 kmod-usb-storage \
86         kmod-i2c-core kmod-i2c-mv64xxx \
87         kmod-ata-core kmod-ata-marvell-sata \
88         kmod-rtc-marvell kmod-thermal-armada
89 endef
90
91 define Profile/XP-GP/Description
92  Package set compatible with the Armada XP development board (DB-MV784MP-GP).
93 endef
94
95 $(eval $(call Profile,XP-GP))