From 539b52068a079801fe0955f7cf5f39e536a08803 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Wed, 21 Aug 2019 09:10:46 +0200 Subject: ipq40xx: add DSL support for FritzBox 7530 Set up MAC, LED, settings and default packages for DSL usage, similar to the lantiq target. Due to licensing uncertainty, we do not include the firmware files for the DSL drivers. To have a working DSL setup, follow the instructions below. Download the firmware files locally: mkdir -p files/lib/firmware/09a9 wget -P files/lib/firmware/09a9 https://gitlab.com/prpl-foundation/intel/vrx518_aca_fw/-/raw/ugw-8.5.2/platform/xrx500/aca_fw.bin wget -P files/lib/firmware https://gitlab.com/prpl-foundation/intel/vrx518_ppe_fw/-/raw/ugw_8.5.2.10/platform/xrx500/ppe_fw.bin wget -P files/lib/firmware https://gitlab.com/prpl-foundation/intel/dsl_vr11_firmware_xdsl/-/raw/ugw-8.5.2/xcpe_8D1507_8D0901.bin ln -s xcpe_8D1507_8D0901.bin files/lib/firmware/vdsl.bin For people building their own images: Run the above commands in the root of your local OpenWrt clone, and the firmware files will be part of the resulting images. For people downloading images: Copy the firmware files onto the router once it's booted up: scp -O -r files/lib/firmware root@fritz:/lib Reboot the device afterwards. Signed-off-by: Martin Schiller [cleaned up] Signed-off-by: Andre Heider [set up LED] Signed-off-by: Jan Hoffmann Signed-off-by: Andre Heider --- .../ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ipq40xx/files') diff --git a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts index 71166231a9..336da52f27 100644 --- a/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts +++ b/target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts @@ -17,7 +17,7 @@ led-boot = &power_green; led-failsafe = &info_red; led-running = &power_green; - led-upgrade = &info_green; + led-upgrade = &info_red; }; soc { @@ -96,7 +96,7 @@ gpios = <&tlmm 32 GPIO_ACTIVE_LOW>; }; - info_green: info { + info { label = "green:info"; gpios = <&tlmm 33 GPIO_ACTIVE_LOW>; }; -- cgit v1.2.3