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

lists/pkglists: switch to samba4 for NAS pkglist

Samba3.4 is EOL for a long time and Samba4 is available so switch to it.
parent 9d932e93
Branches
Tags
1 merge request!123Turris OS 5.0 (HBK)
......@@ -33,10 +33,11 @@ Install("ntfs-3g", "ntfs-3g-utils", { priority = 40 })
Install("sshfs", { priority = 40 })
-- Network
Install("wget", "rsync", "rsyncd", "samba36-client", "samba36-server", { priority = 40 })
Install("wget", "rsync", "rsyncd", { priority = 40 })
forInstall(samba4,client,server,admin,utils)
-- Luci
luci_app("hd-idle","minidlna", "samba")
luci_app("hd-idle","minidlna", "samba4")
-- Encryption --
Install("cryptsetup", "kmod-cryptodev", "kmod-crypto-user", { priority = 40 })
......
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