Skip to content

Commit

Permalink
remove usb from mt7620 instead of removing useful features
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Jul 15, 2024
1 parent 89a96db commit e2e0b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages {
'tecff-broken-wlan-workaround',
}

if not device_class('tiny') and not target('ramips', 'mt7620') then
if not device_class('tiny') then
features {
'tls',
'wireless-encryption-wpa3',
Expand Down Expand Up @@ -116,7 +116,7 @@ pkgs_pci = {
include_usb = true

-- rtl838x has no USB support as of Gluon v2023.2
if target('realtek', 'rtl838x') then
if target('realtek', 'rtl838x') or target('ramips', 'mt7620') then
include_usb = false
end

Expand Down

0 comments on commit e2e0b57

Please sign in to comment.