From c451293126137ef948e38f7d926a411f5c2f2ed9 Mon Sep 17 00:00:00 2001 From: Erik Post Date: Tue, 6 Aug 2024 11:24:38 +0200 Subject: [PATCH] feat: add support for Unifi Gateway Max --- debian/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/config b/debian/config index ed33a29..4cacc74 100755 --- a/debian/config +++ b/debian/config @@ -146,6 +146,11 @@ while true; do db_subst udm-iptv/wan-port choices_c "eth4, eth3" db_input high udm-iptv/wan-port || true ;; + UXGB) + 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 + ;; *) db_set udm-iptv/wan-port eth8 ;;