Browse Source

ipq807x: fix whitespace usage

Replace with tab and remove unused whitespaces

Signed-off-by: Paweł Owoc <[email protected]>
Paweł Owoc 2 years ago
parent
commit
45f86a1278

+ 1 - 1
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 \

+ 2 - 2
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>;
 };

+ 5 - 5
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
 

+ 2 - 2
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"