Skip to content
Snippets Groups Projects
Verified Commit 910654d5 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

lists/base-min: add turris-btrfs to base install

parent 525b5a98
Branches
Tags
1 merge request!79lists/base-min: add turris-btrfs to base install
......@@ -37,6 +37,7 @@ Install("logrotate", { priority = 40 })
Install("dnsmasq-full", { priority = 40 })
if board == "turris1x" then
Install("unbound", "unbound-anchor", { priority = 40 })
Install("turris-btrfs", { priority = 40 })
else
Install("knot-resolver", { priority = 40 })
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment