Skip to content

Commit

Permalink
fix device names to include cellular package
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored Jun 26, 2024
1 parent 6e95a60 commit f4b77d2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ if not device_class('tiny') then
end

if device({
'zte,mf281',
'glinet,gl-xe300',
'glinet,gl-ap1300',
'zte,mf289f',
'wavlink,ws-wn572hp3-4g',
'tplink,tl-mr6400-v5',
'zte-mf281',
'glinet-gl-xe300',
'glinet-gl-ap1300',
'zte-mf289f',
'zte-mf286r',
'wavlink-ws-wn572hp3-4g',
'tp-link-tl-mr6400-v5',
}) then
features {
'web-cellular',
Expand Down

0 comments on commit f4b77d2

Please sign in to comment.