Skip to content
Snippets Groups Projects
Unverified Commit 67b73b4b authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Fix some package lists


Signed-off-by: default avatarMichal Hrusecky <Michal@Hrusecky.net>
parent 6982386c
No related merge requests found
......@@ -39,7 +39,7 @@ if features and features.provides then
end
Install("vixie-cron", "syslog-ng3", { priority = 40 })
Install("logrotate", { priority = 40 })
Install("dnsmasq", { priority = 40 })
Install("dnsmasq-full", { priority = 40 })
-- Note: Following packages should be critical only if we ignored dns-resolver
if not model or model:match("^[Tt]urris$") then
Install("unbound", "unbound-anchor", { critical = (not features or not features.provides), priority = 40 })
......@@ -71,7 +71,7 @@ Install("bind-client", "bind-dig", { priority = 40 })
Install("pciutils", "usbutils", "lsof", { priority = 40 })
-- Turris utility
Install("user_notify", "oneshot", "libatsha204", "watchdog_adjust", "daemon-watchdog", "update_mac", "switch-branch", { priority = 40 })
Install("user_notify", "oneshot", "libatsha204", "watchdog_adjust", "update_mac", "switch-branch", { priority = 40 })
if not model or model:match("[Oo]mnia") then
Install("rainbow-omnia", { priority = 40 })
Install("schnapps", "sfpswitch", { priority = 40 })
......
......@@ -4,7 +4,7 @@ _FEATURE_GUARD_
-- Kernel --
Install("kmod-ata-ahci", { priority = 40 })
-- File systems
forInstall(kmod-fs,afs,autofs4,btrfs,cifs,configfs,cramfs,exfat,exportfs,ext4,fscache,f2fs,hfs,hfsplus,isofs,jfs,minix,msdos,nfs,nfsd,ntfs,udf,vfat,xfs)
forInstall(kmod-fs,autofs4,btrfs,cifs,exfat,exportfs,ext4,hfs,hfsplus,msdos,nfs,nfsd,ntfs,vfat,xfs)
-- Native language support
forInstall(kmod-nls,cp1250,cp1251,cp437,cp775,cp850,cp852,cp862,cp864,cp866,cp932,iso8859-1,iso8859-13,iso8859-15,iso8859-2,iso8859-6,iso8859-8,koi8r,utf8)
-- Raid
......
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