diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 17:56:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 17:56:34 -0400 |
| commit | 3cba236a08758c269087fce8f37ea365221d8e5b (patch) | |
| tree | f86cb9ec7fba7d28ddd0882d324a1cfc8c948059 | |
| parent | 15f50c065ad8197f2fae09a85c55a9d094851d0a (diff) | |
tested banana pi
This commit was sponsored by André Pereira on Patreon.
| -rw-r--r-- | src/Propellor/Property/Machine.hs | 2 |
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" |
