X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Foxnas%2Fprofiles%2Fpogoplug.mk;fp=target%2Flinux%2Foxnas%2Fprofiles%2Fpogoplug.mk;h=dcab128ef119f451f507f38576816389b7e8ca88;hb=bb15aa40513b279782a43fc2e10d2230729ea424;hp=0000000000000000000000000000000000000000;hpb=70b493d7888a7b9638784de07a89519f70d12e52;p=openwrt-working-2016%2F.git diff --git a/target/linux/oxnas/profiles/pogoplug.mk b/target/linux/oxnas/profiles/pogoplug.mk new file mode 100644 index 0000000000..dcab128ef1 --- /dev/null +++ b/target/linux/oxnas/profiles/pogoplug.mk @@ -0,0 +1,26 @@ +# Copyright (C) 2016 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/POGOPLUG_PRO + NAME:=PogoPlug Pro +endef + +define Profile/POGOPLUG_PRO/Description + Profile with built-in ox820 PogoPlug Pro device-tree + (board with miniPCIe slot) +endef + +define Profile/POGOPLUG_V3 + NAME:=PogoPlug V3 +endef + +define Profile/POGOPLUG_V3/Description + Profile with built-in ox820 PogoPlug V3 device-tree + (board without miniPCIe slot) +endef + +$(eval $(call Profile,POGOPLUG_PRO)) +$(eval $(call Profile,POGOPLUG_V3))