Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
udm-iptv (3.0.6) stable; urgency=medium

* Support for Unifi Dream Router 7 (UDR7)
* Freedom Internet (NL) IPtv profile

-- Jelle Kalf <jelle@kalf.org> Sat, 29 Mar 2025 12:00:00 +0000

udm-iptv (3.0.5) stable; urgency=medium

* Support for UCG Ultra in configuration
Expand Down
6 changes: 6 additions & 0 deletions debian/config
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ _if_inet_list_upper() {
_list_profiles() {
echo "kpn", "KPN (NL)"
echo "kpn", "XS4ALL (NL)"
echo "kpn", "Freedom Internet (NL)"
echo "tweak", "Tweak (NL)"
echo "solcon", "Solcon (NL)"
echo "swisscom", "Swisscom (CH)"
Expand Down Expand Up @@ -138,6 +139,11 @@ while true; do
UDM|UDR)
db_set udm-iptv/wan-port eth4
;;
UDR7)
db_subst udm-iptv/wan-port choices "LAN 3 (RJ45), WAN 1 (RJ45), WAN 2 (SFP+)"
db_subst udm-iptv/wan-port choices_c "eth2, eth3, eth4"
db_input high udm-iptv/wan-port || true
;;
UXG)
db_set udm-iptv/wan-port eth1
;;
Expand Down