summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Machine.hs
diff options
context:
space:
mode:
authorJoey Hess2017-11-17 17:56:34 -0400
committerJoey Hess2017-11-17 17:56:34 -0400
commit3cba236a08758c269087fce8f37ea365221d8e5b (patch)
treef86cb9ec7fba7d28ddd0882d324a1cfc8c948059 /src/Propellor/Property/Machine.hs
parent15f50c065ad8197f2fae09a85c55a9d094851d0a (diff)
tested banana pi
This commit was sponsored by André Pereira on Patreon.
Diffstat (limited to 'src/Propellor/Property/Machine.hs')
-rw-r--r--src/Propellor/Property/Machine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Machine.hs b/src/Propellor/Property/Machine.hs
index 3d49b7c5..b4ffc008 100644
--- a/src/Propellor/Property/Machine.hs
+++ b/src/Propellor/Property/Machine.hs
@@ -82,7 +82,7 @@ cubietech_Cubieboard2 = FlashKernel.installed "Cubietech Cubieboard2"
`requires` sunixi "Cubieboard2"
`requires` lpae
--- | LeMaker Banana Pi (untested)
+-- | LeMaker Banana Pi
lemaker_Banana_Pi :: Property (HasInfo + DebianLike)
lemaker_Banana_Pi = FlashKernel.installed "LeMaker Banana Pi"
`requires` sunixi "Bananapi"