qualcommax: image: cleanup whitespace
Replace whitespaces with tab. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Link: https://github.com/openwrt/openwrt/pull/15940 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
14ff787f2c
commit
7e18e27e2f
@ -12,43 +12,42 @@ endef
|
|||||||
TARGET_DEVICES += 8devices_mango-dvk
|
TARGET_DEVICES += 8devices_mango-dvk
|
||||||
|
|
||||||
define Device/cambiumnetworks_xe3-4
|
define Device/cambiumnetworks_xe3-4
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
$(call Device/UbiFit)
|
$(call Device/UbiFit)
|
||||||
DEVICE_VENDOR := Cambium Networks
|
DEVICE_VENDOR := Cambium Networks
|
||||||
DEVICE_MODEL := XE3-4
|
DEVICE_MODEL := XE3-4
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
DEVICE_DTS_CONFIG := config@cp01-c3-xv3-4
|
DEVICE_DTS_CONFIG := config@cp01-c3-xv3-4
|
||||||
SOC := ipq6010
|
SOC := ipq6010
|
||||||
DEVICE_PACKAGES := ipq-wifi-cambiumnetworks_xe34 ath11k-firmware-qcn9074 kmod-ath11k-pci
|
DEVICE_PACKAGES := ipq-wifi-cambiumnetworks_xe34 ath11k-firmware-qcn9074 kmod-ath11k-pci
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += cambiumnetworks_xe3-4
|
TARGET_DEVICES += cambiumnetworks_xe3-4
|
||||||
|
|
||||||
define Device/netgear_wax214
|
define Device/netgear_wax214
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
$(call Device/UbiFit)
|
$(call Device/UbiFit)
|
||||||
DEVICE_VENDOR := Netgear
|
DEVICE_VENDOR := Netgear
|
||||||
DEVICE_MODEL := WAX214
|
DEVICE_MODEL := WAX214
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
DEVICE_DTS_CONFIG := config@cp03-c1
|
DEVICE_DTS_CONFIG := config@cp03-c1
|
||||||
SOC := ipq6010
|
SOC := ipq6010
|
||||||
DEVICE_PACKAGES := ipq-wifi-netgear_wax214
|
DEVICE_PACKAGES := ipq-wifi-netgear_wax214
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += netgear_wax214
|
TARGET_DEVICES += netgear_wax214
|
||||||
|
|
||||||
define Device/yuncore_fap650
|
define Device/yuncore_fap650
|
||||||
$(call Device/FitImage)
|
$(call Device/FitImage)
|
||||||
$(call Device/UbiFit)
|
$(call Device/UbiFit)
|
||||||
DEVICE_VENDOR := Yuncore
|
DEVICE_VENDOR := Yuncore
|
||||||
DEVICE_MODEL := FAP650
|
DEVICE_MODEL := FAP650
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
DEVICE_DTS_CONFIG := config@cp03-c1
|
DEVICE_DTS_CONFIG := config@cp03-c1
|
||||||
SOC := ipq6018
|
SOC := ipq6018
|
||||||
DEVICE_PACKAGES := ipq-wifi-yuncore_fap650
|
DEVICE_PACKAGES := ipq-wifi-yuncore_fap650
|
||||||
IMAGES := factory.ubi factory.ubin sysupgrade.bin
|
IMAGES := factory.ubi factory.ubin sysupgrade.bin
|
||||||
IMAGE/factory.ubin := append-ubi | qsdk-ipq-factory-nand
|
IMAGE/factory.ubin := append-ubi | qsdk-ipq-factory-nand
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += yuncore_fap650
|
TARGET_DEVICES += yuncore_fap650
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ endef
|
|||||||
TARGET_DEVICES += arcadyan_aw1000
|
TARGET_DEVICES += arcadyan_aw1000
|
||||||
|
|
||||||
define Device/asus_rt-ax89x
|
define Device/asus_rt-ax89x
|
||||||
DEVICE_VENDOR := Asus
|
DEVICE_VENDOR := Asus
|
||||||
DEVICE_MODEL := RT-AX89X
|
DEVICE_MODEL := RT-AX89X
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
|
Loading…
x
Reference in New Issue
Block a user