Skip to content

Commit

Permalink
add failed devices to tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
FFAC committed Jul 26, 2024
1 parent 6980898 commit d91d8ba
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions image-customization.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
features {
leslefeatures {
'autoupdater',
'ebtables-filter-multicast',
'ebtables-filter-ra-dhcp',
Expand All @@ -25,7 +25,13 @@ packages {
'tecff-broken-wlan-workaround',
}

if not device_class('tiny') then
tiny_like = device({
'tp-link-archer-c6-v2',
'tp-link-archer-c60-v1',
'tp-link-td-w8980',
})

if not device_class('tiny') and not tiny_like then
features {
'tls',
'wireless-encryption-wpa3',
Expand Down

0 comments on commit d91d8ba

Please sign in to comment.