oxnas: clean-up and improve profiles
[openwrt/openwrt.git] / target / linux / oxnas / profiles / cloudengines.mk
1 # Copyright (C) 2016 OpenWrt.org
2 #
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
5 #
6
7 define Profile/POGOPLUG_PRO
8 NAME:=Cloud Engines Pogoplug Pro
9 endef
10
11 define Profile/POGOPLUG_PRO/Description
12 Profile with built-in ox820 Pogoplug Pro device-tree
13 (board with miniPCIe slot)
14 endef
15
16 define Profile/POGOPLUG_V3
17 NAME:=Cloud Engines Pogoplug V3
18 endef
19
20 define Profile/POGOPLUG_V3/Description
21 Profile with built-in ox820 Pogoplug V3 device-tree
22 (board without miniPCIe slot)
23 endef
24
25 $(eval $(call Profile,POGOPLUG_PRO))
26 $(eval $(call Profile,POGOPLUG_V3))