From 45f86a12787d6d0deadcaedd67fed8bbb541743b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Owoc?= Date: Sat, 6 Jan 2024 16:46:30 +0100 Subject: [PATCH] ipq807x: fix whitespace usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Replace with tab and remove unused whitespaces Signed-off-by: Paweł Owoc --- package/firmware/ipq-wifi/Makefile | 2 +- .../arch/arm64/boot/dts/qcom/ipq8174-mx4200v1.dts | 4 ++-- target/linux/qualcommax/image/ipq807x.mk | 10 +++++----- .../ipq807x/base-files/etc/board.d/02_network | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package/firmware/ipq-wifi/Makefile b/package/firmware/ipq-wifi/Makefile index fe249807d4b..5806654ecfb 100644 --- a/package/firmware/ipq-wifi/Makefile +++ b/package/firmware/ipq-wifi/Makefile @@ -34,7 +34,7 @@ ALLWIFIBOARDS:= \ dynalink_dl-wrx36 \ edgecore_eap102 \ edimax_cax1800 \ - linksys_mx4200 \ + linksys_mx4200 \ netgear_rax120v2 \ netgear_wax218 \ netgear_wax620 \ diff --git a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200v1.dts b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200v1.dts index 4bc1b8cc280..7946e5c54d3 100644 --- a/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200v1.dts +++ b/target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8174-mx4200v1.dts @@ -10,10 +10,10 @@ model = "Linksys MX4200v1"; compatible = "linksys,mx4200v1", "qcom,ipq8074"; }; - + &wifi { status = "okay"; - qcom,ath11k-calibration-variant = "Linksys-MX4200v1"; + qcom,ath11k-calibration-variant = "Linksys-MX4200v1"; qcom,ath11k-fw-memory-mode = <1>; }; diff --git a/target/linux/qualcommax/image/ipq807x.mk b/target/linux/qualcommax/image/ipq807x.mk index 5beff11309f..f513d7f25cb 100644 --- a/target/linux/qualcommax/image/ipq807x.mk +++ b/target/linux/qualcommax/image/ipq807x.mk @@ -119,24 +119,24 @@ define Device/linksys_mx4200v1 $(call Device/FitImage) $(call Device/UbiFit) DEVICE_VENDOR := Linksys - DEVICE_MODEL := MX4200 - DEVICE_VARIANT := v1 + DEVICE_MODEL := MX4200 + DEVICE_VARIANT := v1 BLOCKSIZE := 128k PAGESIZE := 2048 - KERNEL_SIZE := 6144k + KERNEL_SIZE := 6144k IMAGE_SIZE := 147456k NAND_SIZE := 512m KERNEL_IN_UBI := SOC := ipq8174 IMAGES += factory.bin - IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MX4200 + IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MX4200 DEVICE_PACKAGES := kmod-leds-pca963x ipq-wifi-linksys_mx4200 kmod-bluetooth endef TARGET_DEVICES += linksys_mx4200v1 define Device/linksys_mx4200v2 $(call Device/linksys_mx4200v1) - DEVICE_VARIANT := v2 + DEVICE_VARIANT := v2 endef TARGET_DEVICES += linksys_mx4200v2 diff --git a/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network b/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network index ff9069091f7..1e0719cf005 100644 --- a/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network +++ b/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network @@ -18,8 +18,8 @@ ipq807x_setup_interfaces() ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan" ;; compex,wpq873|\ - linksys,mx4200v1|\ - linksys,mx4200v2|\ + linksys,mx4200v1|\ + linksys,mx4200v2|\ redmi,ax6|\ xiaomi,ax3600) ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "wan" -- 2.30.2