Skip to content

Commit

Permalink
Add support for Unifi Gateway Max (#343)
Browse files Browse the repository at this point in the history
Don't have a Unifi Gateway Max myself so cannot fully test, based on available info 
and input from #342.
  • Loading branch information
erikpost authored Aug 18, 2024
1 parent 2008b78 commit 29f9be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/config
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ while true; do
db_subst udm-iptv/wan-port choices_c "eth4, eth3"
db_input high udm-iptv/wan-port || true
;;
UCGMAX)
db_subst udm-iptv/wan-port choices "WAN, LAN 4"
UXGB|UCGMAX)
db_subst udm-iptv/wan-port choices "WAN (2.5 GbE), LAN 4 (2.5 GbE)"
db_subst udm-iptv/wan-port choices_c "eth4, eth3"
db_input high udm-iptv/wan-port || true
;;
Expand Down

0 comments on commit 29f9be5

Please sign in to comment.