summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2017-11-16 17:54:47 -0400
committerJoey Hess2017-11-16 17:54:47 -0400
commitcff178de9c0d229574ab884fcca08a41f434e119 (patch)
tree6208a18ba662ea907eb51db6196ff54c0577b543 /propellor.cabal
parent19feb8451b75ae669b45add9e9d9851a542fd981 (diff)
Uboot: New module.
Installing u-boot to the boot sector is not needed by some boards (my CubieTruck boots without it), but may be by others. Tricky part was making u-boot be written to a disk image when building one. This commit was sponsored by Jake Vosloo 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 51640658..239a00e6 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -157,6 +157,7 @@ Library
Propellor.Property.Systemd.Core
Propellor.Property.Timezone
Propellor.Property.Tor
+ Propellor.Property.Uboot
Propellor.Property.Unbound
Propellor.Property.User
Propellor.Property.Uwsgi