d57099e5b4e904ba94516d2e54c8289952d95228
[openwrt/openwrt.git] / target / linux / ipq807x / image / generic.mk
1 define Device/FitImage
2 KERNEL_SUFFIX := -uImage.itb
3 KERNEL = kernel-bin | libdeflate-gzip | fit gzip $$(KDIR)/image-$$(DEVICE_DTS).dtb
4 KERNEL_NAME := Image
5 endef
6
7 define Device/FitImageLzma
8 KERNEL_SUFFIX := -uImage.itb
9 KERNEL = kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(DEVICE_DTS).dtb
10 KERNEL_NAME := Image
11 endef
12
13 define Device/EmmcImage
14 IMAGES += factory.bin sysupgrade.bin
15 IMAGE/factory.bin := append-rootfs | pad-rootfs | pad-to 64k
16 IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-to 64k | sysupgrade-tar rootfs=$$$$@ | append-metadata
17 DEVICE_PACKAGES := e2fsprogs kmod-fs-ext4 losetup
18 endef
19
20 define Device/UbiFit
21 KERNEL_IN_UBI := 1
22 IMAGES := factory.ubi sysupgrade.bin
23 IMAGE/factory.ubi := append-ubi
24 IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
25 endef
26
27 define Device/buffalo_wxr-5950ax12
28 $(call Device/FitImage)
29 DEVICE_VENDOR := Buffalo
30 DEVICE_MODEL := WXR-5950AX12
31 BLOCKSIZE := 128k
32 PAGESIZE := 2048
33 DEVICE_DTS_CONFIG := config@hk01
34 SOC := ipq8074
35 IMAGES := sysupgrade.bin
36 IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
37 DEVICE_PACKAGES := ipq-wifi-buffalo_wxr-5950ax12
38 endef
39 TARGET_DEVICES += buffalo_wxr-5950ax12
40
41 define Device/dynalink_dl-wrx36
42 $(call Device/FitImage)
43 $(call Device/UbiFit)
44 DEVICE_VENDOR := Dynalink
45 DEVICE_MODEL := DL-WRX36
46 BLOCKSIZE := 128k
47 PAGESIZE := 2048
48 DEVICE_DTS_CONFIG := config@rt5010w-d350-rev0
49 SOC := ipq8072
50 DEVICE_PACKAGES := ipq-wifi-dynalink_dl-wrx36
51 endef
52 TARGET_DEVICES += dynalink_dl-wrx36
53
54 define Device/edgecore_eap102
55 $(call Device/FitImage)
56 $(call Device/UbiFit)
57 DEVICE_VENDOR := Edgecore
58 DEVICE_MODEL := EAP102
59 BLOCKSIZE := 128k
60 PAGESIZE := 2048
61 DEVICE_DTS_CONFIG := config@ac02
62 SOC := ipq8071
63 DEVICE_PACKAGES := ipq-wifi-edgecore_eap102
64 IMAGE/factory.ubi := append-ubi | qsdk-ipq-factory-nand
65 endef
66 TARGET_DEVICES += edgecore_eap102
67
68 define Device/edimax_cax1800
69 $(call Device/FitImage)
70 $(call Device/UbiFit)
71 DEVICE_VENDOR := Edimax
72 DEVICE_MODEL := CAX1800
73 BLOCKSIZE := 128k
74 PAGESIZE := 2048
75 DEVICE_DTS_CONFIG := config@ac03
76 SOC := ipq8070
77 DEVICE_PACKAGES := ipq-wifi-edimax_cax1800
78 endef
79 TARGET_DEVICES += edimax_cax1800
80
81 define Device/netgear_wax218
82 $(call Device/FitImage)
83 $(call Device/UbiFit)
84 ARTIFACTS := web-ui-factory.fit
85 DEVICE_VENDOR := Netgear
86 DEVICE_MODEL := WAX218
87 DEVICE_DTS_CONFIG := config@hk07
88 BLOCKSIZE := 128k
89 PAGESIZE := 2048
90 SOC := ipq8072
91 ARTIFACT/web-ui-factory.fit := append-image initramfs-uImage.itb | \
92 ubinize-kernel | qsdk-ipq-factory-nand
93 DEVICE_PACKAGES := kmod-spi-gpio kmod-spi-bitbang kmod-gpio-nxp-74hc164 \
94 ipq-wifi-netgear_wax218
95 endef
96 TARGET_DEVICES += netgear_wax218
97
98 define Device/qnap_301w
99 $(call Device/FitImage)
100 $(call Device/EmmcImage)
101 DEVICE_VENDOR := QNAP
102 DEVICE_MODEL := 301w
103 DEVICE_DTS_CONFIG := config@hk01
104 KERNEL_SIZE := 16384k
105 SOC := ipq8072
106 DEVICE_PACKAGES += ipq-wifi-qnap_301w
107 endef
108 TARGET_DEVICES += qnap_301w
109
110 define Device/redmi_ax6
111 $(call Device/xiaomi_ax3600)
112 DEVICE_VENDOR := Redmi
113 DEVICE_MODEL := AX6
114 DEVICE_PACKAGES := ipq-wifi-redmi_ax6
115 endef
116 TARGET_DEVICES += redmi_ax6
117
118 define Device/xiaomi_ax3600
119 $(call Device/FitImage)
120 $(call Device/UbiFit)
121 DEVICE_VENDOR := Xiaomi
122 DEVICE_MODEL := AX3600
123 BLOCKSIZE := 128k
124 PAGESIZE := 2048
125 DEVICE_DTS_CONFIG := config@ac04
126 SOC := ipq8071
127 KERNEL_SIZE := 36608k
128 DEVICE_PACKAGES := ipq-wifi-xiaomi_ax3600 kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9887-ct
129 ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
130 ARTIFACTS := initramfs-factory.ubi
131 ARTIFACT/initramfs-factory.ubi := append-image-stage initramfs-uImage.itb | ubinize-kernel
132 endif
133 endef
134 TARGET_DEVICES += xiaomi_ax3600
135
136 define Device/xiaomi_ax9000
137 $(call Device/FitImage)
138 $(call Device/UbiFit)
139 DEVICE_VENDOR := Xiaomi
140 DEVICE_MODEL := AX9000
141 BLOCKSIZE := 128k
142 PAGESIZE := 2048
143 DEVICE_DTS_CONFIG := config@hk14
144 SOC := ipq8072
145 KERNEL_SIZE := 57344k
146 DEVICE_PACKAGES := ipq-wifi-xiaomi_ax9000 kmod-ath11k-pci ath11k-firmware-qcn9074 \
147 kmod-ath10k-ct ath10k-firmware-qca9887-ct
148 ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
149 ARTIFACTS := initramfs-factory.ubi
150 ARTIFACT/initramfs-factory.ubi := append-image-stage initramfs-uImage.itb | ubinize-kernel
151 endif
152 endef
153 TARGET_DEVICES += xiaomi_ax9000
154
155 define Device/zyxel_nbg7815
156 $(call Device/FitImage)
157 $(call Device/EmmcImage)
158 DEVICE_VENDOR := ZYXEL
159 DEVICE_MODEL := NBG7815
160 DEVICE_DTS_CONFIG := config@nbg7815
161 SOC := ipq8074
162 DEVICE_PACKAGES += ipq-wifi-zyxel_nbg7815 kmod-ath11k-pci kmod-hwmon-tmp103 \
163 kmod-bluetooth
164 endef
165 TARGET_DEVICES += zyxel_nbg7815