]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
lantiq: xrx200: skip DSL configuration on AVM 5490/5491 24652/head
authorAleksander Jan Bajkowski <olek2@wp.pl>
Mon, 29 Apr 2024 12:12:04 +0000 (14:12 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 13 Aug 2026 00:41:38 +0000 (02:41 +0200)
Skip the DSL configuration since AVM 5490 and 5491 support fiber instead
of DSL. The DSL configuration overwrites the WAN port configuration.

Fixes: 48b2df5a4164 ("lantiq: add support for AVM Fritzbox 5490/5491")
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Link: https://github.com/openwrt/openwrt/pull/24652
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/lantiq/xrx200/base-files/etc/board.d/02_network

index d6377140b35025fc9b48c3f8bb5374c8a5ed00a8..5e3d129f246854be6e07a246a7c36d3cc8540259 100644 (file)
@@ -74,6 +74,10 @@ lantiq_setup_dsl()
        avm,fritz7490-micron)
                annex="b"
                ;;
+       avm,fritz5490|\
+       avm,fritz5490-micron)
+               return
+               ;;
        esac
 
        lantiq_setup_dsl_helper "$annex"