summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2017-11-16 16:16:32 -0400
committerJoey Hess2017-11-16 16:16:32 -0400
commitb02c4a932d96d0beef364aa5db47106bd0414005 (patch)
tree355525e747fa57fe43e247199a3a0126a8deb4c8 /propellor.cabal
parent69423c9a7d052ef667ab2e5e2e4b1bbee76cc69b (diff)
Machine: New module
Machine-specific properties for ARM boards are being collected here See http://linux-sunxi.org/Mainline_Debian_HowTo and https://wiki.debian.org/InstallingDebianOn/Allwinner and https://wiki.debian.org/DebianKernel/ARMMP Currently has 2 arm boards that I use. This commit was sponsored by Anthony DeRobertis on Patreon.
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/propellor.cabal b/propellor.cabal
index b08c81c9..51640658 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -129,6 +129,7 @@ Library
Propellor.Property.Locale
Propellor.Property.Logcheck
Propellor.Property.Lvm
+ Propellor.Property.Machine
Propellor.Property.Mount
Propellor.Property.Network
Propellor.Property.Nginx