Skip to content
Snippets Groups Projects
Verified Commit 829c4c85 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 93d8e079
Branches
Tags
No related merge requests found
...@@ -5,3 +5,6 @@ ath9k ...@@ -5,3 +5,6 @@ ath9k
ipt-offload ipt-offload
nf-flow nf-flow
nf-nathelper nf-nathelper
# Other hardware
usb2
...@@ -10,7 +10,7 @@ forInstall(kmod-nls,cp1250,cp1251,cp437,cp775,cp850,cp852,cp862,cp864,cp866,cp93 ...@@ -10,7 +10,7 @@ forInstall(kmod-nls,cp1250,cp1251,cp437,cp775,cp850,cp852,cp862,cp864,cp866,cp93
-- Raid -- Raid
forInstall(kmod-md,linear,multipath,raid0,raid1,raid10,raid456) 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-usb-storage-uas", { priority = 40 })
if board == "omnia" then if board == "omnia" then
Install("blkdiscard", "fstrim", "asm1062-fix", { priority = 40 }) Install("blkdiscard", "fstrim", "asm1062-fix", { priority = 40 })
elseif board == "turris1x" then elseif board == "turris1x" then
......
...@@ -2,7 +2,7 @@ include(utils.m4)dnl Include utility macros ...@@ -2,7 +2,7 @@ include(utils.m4)dnl Include utility macros
_FEATURE_GUARD_ _FEATURE_GUARD_
-- Kernel -- Kernel
Install("kmod-usb2", "kmod-usb-printer", { priority = 40 }) Install("kmod-usb-printer", { priority = 40 })
-- Luci -- Luci
Install("luci-app-p910nd", { priority = 40 }) 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