From 1757fff8987559943506cf4046be9aec5e8791c4 Mon Sep 17 00:00:00 2001 From: Florian Maurer Date: Thu, 26 Dec 2024 21:15:59 +0100 Subject: [PATCH] ipq40xx-generic: add working VDSL config for FB7530 this does not do anything as long as the DSL port is unplugged. If the port is plugged and an interface of type pppoe exists, the vrx518 dsl firmware and the pppd daemon is started --- targets/ipq40xx-generic | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/targets/ipq40xx-generic b/targets/ipq40xx-generic index 85509de791..c3ed890363 100644 --- a/targets/ipq40xx-generic +++ b/targets/ipq40xx-generic @@ -60,12 +60,9 @@ device('avm-fritz-box-7530', 'avm_fritzbox-7530', { '-ath10k-firmware-qca4019-ct', -- VDSL modem - '-kmod-ltq-vdsl-vr11', - '-kmod-ltq-vdsl-vr11-mei', - '-ltq-vdsl-vr11-app', - '-ltq-dsl-base', - '-kmod-atm', - '-linux-atm', + 'ppp', + 'kmod-ppp', + 'ppp-mod-pppoe', }, })