From 34ea42d1cf8675a06dbef9ca72c272e621ce58b9 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Tue, 12 May 2020 09:49:00 +0200 Subject: [PATCH] .coffee: Set private to false for the public device types Changelog-entry: Set private to false in .coffee files for the public device types Signed-off-by: Florin Sarbu --- bananapi-m1-plus.coffee | 1 + nanopi-neo-air.coffee | 1 + orange-pi-lite.coffee | 1 + orange-pi-one.coffee | 1 + orange-pi-zero.coffee | 1 + orangepi-plus2.coffee | 1 + 6 files changed, 6 insertions(+) diff --git a/bananapi-m1-plus.coffee b/bananapi-m1-plus.coffee index bc59865..d8ee515 100644 --- a/bananapi-m1-plus.coffee +++ b/bananapi-m1-plus.coffee @@ -8,6 +8,7 @@ module.exports = name: 'BananaPi-M1+' arch: 'armv7hf' state: 'released' + private: false instructions: commonImg.instructions gettingStartedLink: diff --git a/nanopi-neo-air.coffee b/nanopi-neo-air.coffee index 858585d..8d05621 100644 --- a/nanopi-neo-air.coffee +++ b/nanopi-neo-air.coffee @@ -14,6 +14,7 @@ module.exports = name: 'Nanopi Neo Air' arch: 'armv7hf' state: 'released' + private: false stateInstructions: postProvisioning: postProvisioningInstructions diff --git a/orange-pi-lite.coffee b/orange-pi-lite.coffee index 1ac529e..e71fe9c 100644 --- a/orange-pi-lite.coffee +++ b/orange-pi-lite.coffee @@ -8,6 +8,7 @@ module.exports = name: 'Orange Pi Lite' arch: 'armv7hf' state: 'released' + private: false instructions: commonImg.instructions gettingStartedLink: diff --git a/orange-pi-one.coffee b/orange-pi-one.coffee index 4a7beec..9b41929 100644 --- a/orange-pi-one.coffee +++ b/orange-pi-one.coffee @@ -9,6 +9,7 @@ module.exports = arch: 'armv7hf' state: 'experimental' community: true + private: false instructions: commonImg.instructions gettingStartedLink: diff --git a/orange-pi-zero.coffee b/orange-pi-zero.coffee index 6db029c..7d7b6ed 100644 --- a/orange-pi-zero.coffee +++ b/orange-pi-zero.coffee @@ -9,6 +9,7 @@ module.exports = arch: 'armv7hf' state: 'experimental' community: true + private: false instructions: commonImg.instructions gettingStartedLink: diff --git a/orangepi-plus2.coffee b/orangepi-plus2.coffee index 3225663..224a6af 100644 --- a/orangepi-plus2.coffee +++ b/orangepi-plus2.coffee @@ -14,6 +14,7 @@ module.exports = name: 'Orange Pi Plus2' arch: 'armv7hf' state: 'released' + private: false stateInstructions: postProvisioning: postProvisioningInstructions