Skip to content
Snippets Groups Projects
Verified Commit 10a2c1ca authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

lists/nas: remove not available packages for TO

OpenWrt decided to enable them in kernel config instead of packaging
them and probably we will need to upstream to OpenWrt
kmod-crypto-marvell-cesa

Source:
https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=f849c2c83247340d623fdb549e2b75f4c1feea62
parent 4b64cddd
Branches
Tags
No related merge requests found
...@@ -12,7 +12,7 @@ forInstall(kmod-md,linear,multipath,raid0,raid1,raid10,raid456) ...@@ -12,7 +12,7 @@ forInstall(kmod-md,linear,multipath,raid0,raid1,raid10,raid456)
-- Additional kernel drivers -- Additional kernel drivers
Install("kmod-usb-storage-extras", "kmod-usb2", "kmod-usb-storage-uas", { priority = 40 }) Install("kmod-usb-storage-extras", "kmod-usb2", "kmod-usb-storage-uas", { priority = 40 })
if model:match("[Oo]mnia") then if model:match("[Oo]mnia") then
Install("kmod-ata-ahci-platform", "kmod-ata-mvebu-ahci", "kmod-crypto-marvell-cesa", "blkdiscard", "fstrim", "asm1062-fix", { priority = 40 }) Install("blkdiscard", "fstrim", "asm1062-fix", { priority = 40 })
elseif model:match("^[Tt]urris$") then elseif model:match("^[Tt]urris$") then
Install("kmod-mmc-fsl-p2020", "kmod-fs-reiserfs", "reiserfsprogs", { priority = 40 }) Install("kmod-mmc-fsl-p2020", "kmod-fs-reiserfs", "reiserfsprogs", { priority = 40 })
end 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