oxnas: add Default profile and reorganize device profiles
[openwrt/openwrt.git] / target / linux / oxnas / profiles / pogoplug.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:=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:=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))