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