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

lists: move kmod-usb2 to base install

I don't see a reason why we should exclude usb2 from base installation.
It is hardware support and all our devices do have usb ports so let's
support them in default in their completeness.
parent 9a4424ac
1 merge request!123Turris OS 5.0 (HBK)
......@@ -5,3 +5,6 @@ ath9k
ipt-offload
nf-flow
nf-nathelper
# Other hardware
usb2
......@@ -10,7 +10,7 @@ forInstall(kmod-nls,cp1250,cp1251,cp437,cp775,cp850,cp852,cp862,cp864,cp866,cp93
-- Raid
forInstall(kmod-md,linear,multipath,raid0,raid1,raid10,raid456)
-- Additional kernel drivers
Install("kmod-usb-storage-extras", "kmod-usb2", "kmod-usb-storage-uas", { priority = 40 })
Install("kmod-usb-storage-extras", "kmod-usb-storage-uas", { priority = 40 })
if board == "omnia" then
Install("blkdiscard", "fstrim", "asm1062-fix", { priority = 40 })
elseif board == "turris1x" then
......
......@@ -2,7 +2,7 @@ include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_
-- Kernel
Install("kmod-usb2", "kmod-usb-printer", { priority = 40 })
Install("kmod-usb-printer", { priority = 40 })
-- Luci
Install("luci-app-p910nd", { priority = 40 })
......
  • Karel Koci :metal: @kkoci

    mentioned in issue turris-os-packages#229

    ·

    mentioned in issue turris-os-packages#229

    Toggle commit list
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