Skip to content

Commit

Permalink
image-customization: add back ffda-network-setup-mode for NWA55AXE
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Dec 27, 2023
1 parent 3bebb8e commit bfa2a39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions image-customization.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,8 @@ if target('x86') then
packages(pkgs_usb_serial)
packages(pkgs_usb_storage)
end

-- Network-activated setup-mode for NWA55AXE
if device({'zyxel-nwa55axe'}) then
packages({'ffda-network-setup-mode'})
end

0 comments on commit bfa2a39

Please sign in to comment.