ipq807x: fix whitespace usage

Replace with tab and remove unused whitespaces

Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
This commit is contained in:
Paweł Owoc 2024-01-06 16:46:30 +01:00 committed by Christian Marangi
parent 84ec8c41e7
commit 45f86a1278
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7
4 changed files with 10 additions and 10 deletions

View file

@ -34,7 +34,7 @@ ALLWIFIBOARDS:= \
dynalink_dl-wrx36 \ dynalink_dl-wrx36 \
edgecore_eap102 \ edgecore_eap102 \
edimax_cax1800 \ edimax_cax1800 \
linksys_mx4200 \ linksys_mx4200 \
netgear_rax120v2 \ netgear_rax120v2 \
netgear_wax218 \ netgear_wax218 \
netgear_wax620 \ netgear_wax620 \

View file

@ -10,10 +10,10 @@
model = "Linksys MX4200v1"; model = "Linksys MX4200v1";
compatible = "linksys,mx4200v1", "qcom,ipq8074"; compatible = "linksys,mx4200v1", "qcom,ipq8074";
}; };
&wifi { &wifi {
status = "okay"; status = "okay";
qcom,ath11k-calibration-variant = "Linksys-MX4200v1"; qcom,ath11k-calibration-variant = "Linksys-MX4200v1";
qcom,ath11k-fw-memory-mode = <1>; qcom,ath11k-fw-memory-mode = <1>;
}; };

View file

@ -119,24 +119,24 @@ define Device/linksys_mx4200v1
$(call Device/FitImage) $(call Device/FitImage)
$(call Device/UbiFit) $(call Device/UbiFit)
DEVICE_VENDOR := Linksys DEVICE_VENDOR := Linksys
DEVICE_MODEL := MX4200 DEVICE_MODEL := MX4200
DEVICE_VARIANT := v1 DEVICE_VARIANT := v1
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048
KERNEL_SIZE := 6144k KERNEL_SIZE := 6144k
IMAGE_SIZE := 147456k IMAGE_SIZE := 147456k
NAND_SIZE := 512m NAND_SIZE := 512m
KERNEL_IN_UBI := KERNEL_IN_UBI :=
SOC := ipq8174 SOC := ipq8174
IMAGES += factory.bin 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 DEVICE_PACKAGES := kmod-leds-pca963x ipq-wifi-linksys_mx4200 kmod-bluetooth
endef endef
TARGET_DEVICES += linksys_mx4200v1 TARGET_DEVICES += linksys_mx4200v1
define Device/linksys_mx4200v2 define Device/linksys_mx4200v2
$(call Device/linksys_mx4200v1) $(call Device/linksys_mx4200v1)
DEVICE_VARIANT := v2 DEVICE_VARIANT := v2
endef endef
TARGET_DEVICES += linksys_mx4200v2 TARGET_DEVICES += linksys_mx4200v2

View file

@ -18,8 +18,8 @@ ipq807x_setup_interfaces()
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan" ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4" "wan"
;; ;;
compex,wpq873|\ compex,wpq873|\
linksys,mx4200v1|\ linksys,mx4200v1|\
linksys,mx4200v2|\ linksys,mx4200v2|\
redmi,ax6|\ redmi,ax6|\
xiaomi,ax3600) xiaomi,ax3600)
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "wan" ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "wan"