2 # Copyright (C) 2008-2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/image.mk
11 $(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-$(patsubst jffs2-
%,jffs2
,$(patsubst squashfs-
%,squashfs
,$(1)))
15 $(patsubst %-128k
,0x20000,$(patsubst %-64k
,0x10000,$(patsubst squashfs-
%,0x4,$(1))))
19 $(call imgname
,$(1),$(2))-sysupgrade.bin
23 $(call imgname
,$(1),$(2))-factory.bin
26 LOADER_MAKE
:= $(NO_TRACE_MAKE
) -C lzma-loader KDIR
=$(KDIR
)
29 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux
30 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage
31 fs_squash
:=squashfs-only
35 ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS
),y
)
40 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux-initramfs
41 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage-initramfs
45 $(STAGING_DIR_HOST
)/bin
/lzma e
$(1) -lc1
-lp2
-pb2
$(2)
48 define PatchKernelLzma
49 cp
$(KDIR
)/vmlinux
$(KDIR_TMP
)/vmlinux-
$(1)
50 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR_TMP
)/vmlinux-
$(1) "$(strip $(2))"
51 $(call CompressLzma
,$(KDIR_TMP
)/vmlinux-
$(1),$(KDIR_TMP
)/vmlinux-
$(1).bin.lzma
)
54 define PatchKernelGzip
55 cp
$(KDIR
)/vmlinux
$(KDIR_TMP
)/vmlinux-
$(1)
56 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR_TMP
)/vmlinux-
$(1) "$(strip $(2))"
57 gzip
-9 -c
$(KDIR_TMP
)/vmlinux-
$(1) > $(KDIR_TMP
)/vmlinux-
$(1).bin.gz
61 mkimage
-A mips
-O linux
-T kernel
-a
0x80060000 -C
$(1) $(2) \
62 -e
0x80060000 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
67 $(call PatchKernelLzma
,$(1),$(2))
68 $(call MkuImage
,lzma
,,$(KDIR_TMP
)/vmlinux-
$(1).bin.lzma
,$(KDIR_TMP
)/vmlinux-
$(1).uImage
)
72 $(call PatchKernelGzip
,$(1),$(2))
73 $(call MkuImage
,gzip
,,$(KDIR_TMP
)/vmlinux-
$(1).bin.gz
,$(KDIR_TMP
)/vmlinux-
$(1).uImage
)
77 $(call MkuImage
,lzma
,-M
0x4f4b4c49,$(KDIR
)/vmlinux.bin.lzma
,$(KDIR_TMP
)/vmlinux-
$(1).okli
)
81 if
[ `stat -c%s "$(1)"` -gt
$(2) ]; then \
82 echo
"Warning: $(1) is too big"; \
83 else if
[ `stat -c%s $(3)` -gt
$(4) ]; then \
84 echo
"Warning: $(3) is too big"; \
86 ( dd if
=$(1) bs
=$(2) conv
=sync
; dd if
=$(3) ) > $(5); \
91 $(call CatFiles
,$(2),$(3),$(KDIR
)/root.
$(1),$(4),$(call sysupname
,$(1),$(5)))
94 define Sysupgrade
/KRuImage
95 $(call CatFiles
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
,$(3),$(KDIR
)/root.
$(1),$(4),$(call sysupname
,$(1),$(2)))
98 define Sysupgrade
/RKuImage
99 $(call CatFiles
,$(KDIR
)/root.
$(1),$(4),$(KDIR_TMP
)/vmlinux-
$(2).uImage
,$(3),$(call sysupname
,$(1),$(2)))
102 define Image
/BuildLoader
103 -rm -rf
$(KDIR
)/lzma-loader
104 $(LOADER_MAKE
) LOADER
=loader-
$(1).
$(2) KERNEL_CMDLINE
="$(3)"\
105 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
106 LOADER_DATA
="$(KDIR)/vmlinux.bin.lzma" \
110 define Image
/BuildLoaderAlone
111 -rm -rf
$(KDIR
)/lzma-loader
112 $(LOADER_MAKE
) LOADER
=loader-
$(1).
$(2) KERNEL_CMDLINE
="$(3)" \
113 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
114 FLASH_OFFS
=$(4) FLASH_MAX
=$(5) \
122 define Image
/BuildKernel
123 cp
$(KDIR
)/vmlinux.elf
$(VMLINUX
).elf
124 cp
$(KDIR
)/vmlinux
$(VMLINUX
).bin
125 gzip
-9 -c
$(KDIR
)/vmlinux
> $(KDIR
)/vmlinux.bin.gz
126 $(call CompressLzma
,$(KDIR
)/vmlinux
,$(KDIR
)/vmlinux.bin.lzma
)
127 dd if
=$(KDIR
)/vmlinux.bin.lzma of
=$(VMLINUX
).lzma bs
=65536 conv
=sync
128 dd if
=$(KDIR
)/vmlinux.bin.gz of
=$(VMLINUX
).gz bs
=65536 conv
=sync
129 $(call MkuImage
,gzip
,,$(KDIR
)/vmlinux.bin.gz
,$(UIMAGE
)-gzip.bin
)
130 $(call MkuImage
,lzma
,,$(KDIR
)/vmlinux.bin.lzma
,$(UIMAGE
)-lzma.bin
)
131 -mkdir
-p
$(KDIR_TMP
)
132 $(call Image
/Build
/Initramfs
)
135 define Image
/Build
/WRT400N
136 $(call MkuImageLzma
,$(2),$(3))
137 $(call Sysupgrade
/KRuImage
,$(1),$(2),1310720,6488064)
138 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
139 wrt400n
$(KDIR_TMP
)/vmlinux-
$(2).uImage
$(KDIR
)/root.
$(1) $(call factoryname
,$(1),$(2)); \
143 dir825b1_mtdlayout
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,1024k
(kernel
),5184k
(rootfs
),64k
(caldata
)ro
,1600k
(unknown
)ro
,6208k@
0x50000(firmware
)
144 define Image
/Build
/DIR825B1
145 $(call MkuImageLzma
,$(2),$(3) $(dir825b1_mtdlayout
))
146 $(call Sysupgrade
/KRuImage
,$(1),$(2),1048576,5308416)
147 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
149 dd if
=$(call sysupname
,$(1),$(2)); \
150 echo
-n
"01AP94-AR7161-RT-080619-00"; \
151 ) > $(call imgname
,$(1),$(2))-backup-loader.bin
; \
152 if
[ `stat -c%s $(call sysupname,$(1),$(2))` -gt
4194304 ]; then \
153 echo
"Warning: $(call sysupname,$(1),$(2)) is too big"; \
156 dd if
=$(call sysupname
,$(1),$(2)) bs
=4096k conv
=sync
; \
157 echo
-n
"00AP94-AR7161-RT-080619-00"; \
158 ) > $(call factoryname
,$(1),$(2)); \
163 define Image
/Build
/WZRHPG30XNH
164 $(call MkuImageLzma
,$(2),$(3))
165 $(call Sysupgrade
/KRuImage
,$(1),$(2),1048576,31850496)
166 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
168 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
169 dd if
=$(call sysupname
,$(1),$(2)); \
170 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
171 buffalo-enc
-p
$(4) -v
1.99 \
172 -i
$(call sysupname
,$(1),$(2)) \
173 -o
$(KDIR_TMP
)/$(2).enc
; \
174 buffalo-tag
-b
$(4) -p
$(4) -a ath
-v
1.99 -m
1.01 -l mlang8 \
175 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
176 -i
$(KDIR_TMP
)/$(2).enc \
177 -o
$(call factoryname
,$(1),$(2)); \
181 define Image
/Build
/WHRHPG300N
182 $(call MkuImageLzma
,$(2),$(3) $($(4)))
183 $(call Sysupgrade
/KRuImage
,$(1),$(2),917504,2883584)
184 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
186 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
187 dd if
=$(call sysupname
,$(1),$(2)); \
188 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
189 buffalo-enc
-p
$(5) -v
1.99 \
190 -i
$(call sysupname
,$(1),$(2)) \
191 -o
$(KDIR_TMP
)/$(2).enc
; \
192 buffalo-tag
-b
$(5) -p
$(5) -a ath
-v
1.99 -m
1.01 -l mlang8 \
193 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
194 -i
$(KDIR_TMP
)/$(2).enc \
195 -o
$(call factoryname
,$(1),$(2)); \
199 define Image
/Build
/Cameo
200 $(call MkuImageLzma
,$(2),$(3) $($(4)))
201 $(call Sysupgrade
/KRuImage
,$(1),$(2),$(5),$(6))
202 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
204 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage bs
=$(5) conv
=sync
; \
205 dd if
=$(KDIR
)/root.
$(1) bs
=$(6) conv
=sync
; \
207 ) > $(call factoryname
,$(1),$(2)); \
211 cameo913x_mtdlayout
=mtdparts
=spi0.0
:128k
(u-boot
)ro
,64k
(config
)ro
,896k
(kernel
),2944k
(rootfs
),64k
(art
)ro
,3840k@
0x30000(firmware
)
212 define Image
/Build
/Cameo913x
213 $(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo913x_mtdlayout
),917504,2949120,$(4))
216 cameo7240_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(nvram
)ro
,896k
(kernel
),2816k
(rootfs
),64k
(mac
)ro
,64k
(art
)ro
,3712k@
0x40000(firmware
)
217 define Image
/Build
/Cameo7240
218 $(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo7240_mtdlayout
),917504,2818048,$(4))
221 define Image
/Build
/Ath
222 $(call Sysupgrade
/$(7),$(1),$(2),$(5),$(6))
223 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
224 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage \
225 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
; \
226 dd if
=$(KDIR
)/root.
$(1) \
227 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
; \
231 define Image
/Build
/AthGzip
232 $(call MkuImageGzip
,$(2),$(3) $($(4)))
233 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
236 define Image
/Build
/AthGzip
/initramfs
237 $(call MkuImageLzma
,$(2),$(3) $($(4)))
238 $(CP
) $(KDIR_TMP
)/vmlinux-
$(2).uImage
$(call imgname
,$(1),$(2))-uImage.bin
241 define Image
/Build
/AthLzma
242 $(call MkuImageLzma
,$(2),$(3) $($(4)))
243 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
246 define Image
/Build
/AthLzma
/initramfs
247 $(call MkuImageLzma
,$(2),$(3) $($(4)))
248 $(CP
) $(KDIR_TMP
)/vmlinux-
$(2).uImage
$(call imgname
,$(1),$(2))-uImage.bin
251 define Image
/Build
/PB4X
252 $(call PatchKernelLzma
,$(2),$(3))
253 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
254 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
255 dd if
=$(KDIR
)/root.
$(1) \
256 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
257 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
258 "$(call imgname,kernel,$(2)).bin" \
259 "$(call imgname,$(1),$(2)-rootfs).bin" \
260 $(call sysupname
,$(1),$(2))
264 define Image
/Build
/MyLoader
265 $(call PatchKernelLzma
,$(2),$(3))
266 -$(STAGING_DIR_HOST
)/bin
/mkmylofw
-B
$(2) -s
$(4) \
267 -p0x030000
:0xe0000:al
:0x80060000:kernel
:$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
268 -p0x110000
:0:::rootfs
:$(KDIR
)/root.
$(1) \
269 $(call imgname
,$(1),$(2))-$(5)-factory.img
272 ubntxm_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1024k
(kernel
),6528k
(rootfs
),256k
(cfg
)ro
,64k
(EEPROM
)ro
,7552k@
0x50000(firmware
)
273 define Image
/Build
/UBNTXM
274 $(call MkuImageLzma
,$(2),$(3) $(ubntxm_mtdlayout
))
275 $(call Sysupgrade
/KRuImage
,$(1),$(2),1048576,6684672)
276 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage of
=$(KDIR_TMP
)/vmlinux-
$(2).uImage.bin bs
=1024k conv
=sync
277 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
278 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
279 -k
$(KDIR_TMP
)/vmlinux-
$(2).uImage.bin \
280 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
281 -o
$(call factoryname
,$(1),$(2))
284 define Image
/Build
/UBNT
285 $(call PatchKernelLzma
,$(2),$(3))
286 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma of
=$(KDIR_TMP
)/vmlinux-
$(2).lzma bs
=64k conv
=sync
287 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
288 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
289 -k
$(KDIR_TMP
)/vmlinux-
$(2).lzma \
290 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
291 -o
$(call factoryname
,$(1),$(2))
292 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
293 "$(KDIR_TMP)/vmlinux-$(2).lzma" \
294 "$(BIN_DIR)/$(IMG_PREFIX)-root.$(1)" \
295 $(call sysupname
,$(1),$(2))
298 planex_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,960k
(kernel
),6784k
(rootfs
),128k
(art
)ro
,7744k@
0x50000(firmware
)
299 define Image
/Build
/Planex
/loader
300 $(call Image
/BuildLoaderAlone
,$(1),gz
,$(2) $(planex_mtdlayout
),0x52000,0)
303 define Image
/Build
/Planex
304 $(call MkuImage
,gzip
,,$(KDIR
)/loader-
$(2).gz
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
)
305 $(call MkuImageOKLI
,$(2))
307 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage bs
=8k count
=1 conv
=sync
; \
308 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).okli
; \
309 ) > $(KDIR_TMP
)/kernel-
$(2).bin
310 $(call Sysupgrade
/KR
,$(1),$(KDIR_TMP
)/kernel-
$(2).bin
,983040,6815744,$(2))
311 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
312 $(STAGING_DIR_HOST
)/bin
/mkplanexfw \
315 -i
$(call sysupname
,$(1),$(2)) \
316 -o
$(call factoryname
,$(1),$(2)); \
320 alfa_mtdlayout_8M
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,6144k
(rootfs
),1600k
(kernel
),64k
(nvram
),64k
(art
)ro
,7744k@
0x50000(firmware
)
321 define Image
/Build
/ALFA
322 $(call MkuImageLzma
,$(2),$(3))
323 $(call Sysupgrade
/RKuImage
,$(1),$(2),$(4),$(5))
324 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
325 rm -rf
$(KDIR
)/$(1); \
326 mkdir
-p
$(KDIR
)/$(1); \
328 cp
$(KDIR_TMP
)/vmlinux-
$(2).uImage
$(KDIR
)/$(1)/$(6); \
329 cp
$(KDIR
)/root.
$(1) $(KDIR
)/$(1)/$(7); \
330 $(TAR
) zcf
$(call factoryname
,$(1),$(2)) -C
$(KDIR
)/$(1) $(6) $(7); \
332 echo WRM7222C | dd bs
=32 count
=1 conv
=sync
; \
334 ) >> $(call factoryname
,$(1),$(2)); \
338 define Image
/Build
/TPLINKOLD
/loader
339 $(call Image
/BuildLoaderAlone
,$(1),gz
,$(2),0x22000,0)
342 define Image
/Build
/TPLINKOLD
343 $(call MkuImageOKLI
,$(2))
345 dd if
=$(KDIR
)/loader-
$(2).gz bs
=7680 count
=1 conv
=sync
; \
346 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).okli conv
=sync
; \
347 ) > $(KDIR_TMP
)/kernel-
$(2).bin
348 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
349 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
350 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
351 -r
$(KDIR
)/root.
$(1) \
352 -o
$(call factoryname
,$(1),$(2))
353 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
354 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
355 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
356 -r
$(KDIR
)/root.
$(1) \
357 -o
$(call sysupname
,$(1),$(2))
360 define Image
/Build
/TPLINKOLD
/initramfs
361 $(call Image
/BuildLoader
,$(2),gz
,$(3),0x80060000)
362 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
363 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
364 -k
$(KDIR
)/loader-
$(2).gz \
365 -o
$(call imgname
,$(1),$(2))-uImage.bin
368 define Image
/Build
/TPLINK
/loader
369 $(call Image
/BuildLoaderAlone
,$(1),gz
,$(2),0x22000,0)
372 define Image
/Build
/TPLINK
373 $(call MkuImageOKLI
,$(2))
375 dd if
=$(KDIR
)/loader-
$(2).gz bs
=7680 count
=1 conv
=sync
; \
376 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).okli conv
=sync
; \
377 ) > $(KDIR_TMP
)/kernel-
$(2).bin
378 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
379 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
380 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
381 -r
$(KDIR
)/root.
$(1) \
382 -a
$(call rootfs_align
,$(1)) -j \
383 -o
$(call factoryname
,$(1),$(2))
384 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
385 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
386 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
387 -r
$(KDIR
)/root.
$(1) \
388 -a
$(call rootfs_align
,$(1)) -j \
389 -o
$(call sysupname
,$(1),$(2))
392 define Image
/Build
/TPLINK
/initramfs
393 $(call Image
/BuildLoader
,$(2),gz
,$(3),0x80060000)
394 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
395 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
396 -k
$(KDIR
)/loader-
$(2).gz \
397 -o
$(call imgname
,$(1),$(2))-uImage.bin
400 define Image
/Build
/TPLINK-LZMA
401 $(call PatchKernelLzma
,$(2),$(3))
402 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
403 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
404 -k
$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
405 -r
$(KDIR
)/root.
$(1) \
406 -a
$(call rootfs_align
,$(1)) -j \
407 -o
$(call factoryname
,$(1),$(2))
408 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
409 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s \
410 -k
$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
411 -r
$(KDIR
)/root.
$(1) \
412 -a
$(call rootfs_align
,$(1)) -j \
413 -o
$(call sysupname
,$(1),$(2))
416 define Image
/Build
/TPLINK-LZMA
/initramfs
417 $(call PatchKernelLzma
,$(2),$(3))
418 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
419 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s \
420 -k
$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
421 -o
$(call imgname
,$(1),$(2))-uImage.bin
424 define Image
/Build
/CyberTAN
425 $(call MkuImageGzip
,$(2),$(3))
426 $(STAGING_DIR_HOST
)/bin
/trx
-o
$(KDIR
)/image.tmp
-f
$(KDIR_TMP
)/vmlinux-
$(2).uImage \
427 -x
32 -a
0x10000 -x
-32 -f
$(KDIR
)/root.
$(1)
428 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) \
429 -i
$(KDIR
)/image.tmp \
430 -o
$(call sysupname
,$(1),$(2))
431 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) -g \
432 -i
$(KDIR
)/image.tmp \
433 -o
$(call factoryname
,$(1),$(2))
437 define Image
/Build
/Netgear
/Build_uImage
438 $(call MkuImageLzma
,$(1),$(2) $(3))
440 mkdir
-p
$(KDIR
)/$(1)/image
441 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
442 $(KDIR_TMP
)/vmlinux-
$(1).uImage \
443 $(KDIR
)/$(1)/image
/uImage \
445 $(STAGING_DIR_HOST
)/bin
/mksquashfs-lzma \
446 $(KDIR
)/$(1) $(KDIR_TMP
)/vmlinux-
$(1).uImage.squashfs.tmp \
447 -nopad
-noappend
-root-owned
-be
449 mkimage
-A mips
-O linux
-T filesystem
-C none \
450 -a
0xbf070000 -e
0xbf070000 \
451 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
452 -d
$(KDIR_TMP
)/vmlinux-
$(1).uImage.squashfs.tmp \
453 $(KDIR_TMP
)/vmlinux-
$(1).uImage.squashfs.tmp2
454 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
455 $(KDIR_TMP
)/vmlinux-
$(1).uImage.squashfs.tmp2 \
456 $(KDIR_TMP
)/vmlinux-
$(1).uImage.squashfs \
458 -rm -f
$(KDIR_TMP
)/vmlinux-
$(1).uImage.squashfs.tmp
*
461 define Image
/Build
/Netgear
/Estimate_uImage
462 $(call Image
/Build
/Netgear
/Build_uImage
,$(1)_est
,$(2),$(3),$(4))
465 kk
=`echo '$(3)' | sed -e 's/.*[:,]\([0-9]*\)k(kernel).*/\1/'`; \
466 rk
=`echo '$(3)' | sed -e 's/.*[:,]\([0-9]*\)k(rootfs).*/\1/'`; \
467 let
'tk = kk + rk'; \
468 s
=`stat -c'%s' '$(KDIR_TMP)/vmlinux-$(1)_est.uImage.squashfs'`; \
469 c
=`echo '$(3)' | wc -c`; \
470 let
'kk = (((s + c) / (64 * 1024) + 1) * 64)'; \
471 let
'rk = tk - kk'; \
472 echo
'$(3)' | sed
-e
"s/[0-9]*k(kernel)/$$$${kk}k(kernel)/" \
473 -e
"s/[0-9]*k(rootfs)/$$$${rk}k(rootfs)/" > \
474 '$(KDIR_TMP)/$(1)_mtdparts'; \
475 let
'k = kk * 1024'; \
476 echo
"$$$${k}" > '$(KDIR_TMP)/$(1)_kernel_maxsize'; \
477 let
'r = rk * 1024'; \
478 echo
"$$$${r}" > '$(KDIR_TMP)/$(1)_rootfs_maxsize'; \
480 -rm -f
$(KDIR_TMP
)/vmlinux-
$(1)_est \
481 $(KDIR_TMP
)/vmlinux-
$(1)_est.bin.lzma \
482 $(KDIR_TMP
)/vmlinux-
$(1)_est.uImage \
483 $(KDIR_TMP
)/vmlinux-
$(1)_est.uImage.squashfs
486 define Image
/Build
/Netgear
487 $(call Image
/Build
/Netgear
/Estimate_uImage
,$(2),$(3),$(4),$(5))
488 $(call Image
/Build
/Netgear
/Build_uImage
,$(2),$(3),`cat $(KDIR_TMP)/$(2)_mtdparts`,$(5))
489 if
[ `stat -c%s '$(KDIR_TMP)/vmlinux-$(2).uImage.squashfs'` -gt \
490 `cat '$(KDIR_TMP)/$(2)_kernel_maxsize'` ]; then \
491 echo
"$(KDIR_TMP)/vmlinux-$(2).uImage.squashfs is too big" >& 2; \
492 else if
[ `stat -c%s '$(KDIR)/root.$(1)'` -gt \
493 `cat '$(KDIR_TMP)/$(2)_rootfs_maxsize'` ]; then \
494 echo
"$(KDIR)/root.$(1) is too big" >& 2; \
498 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs \
499 bs
=`cat '$(KDIR_TMP)/$(2)_kernel_maxsize'` conv
=sync
; \
500 dd if
=$(KDIR
)/root.
$(1) bs
=64k
; \
501 ) > $(call sysupname
,$(1),$(2)); \
503 [ -n
"$$$$r" ] && dashr
="-$$$$r" || dashr
= ; \
504 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
505 -B
$(6) -v OpenWrt.
$(REVISION
) -r
"$$$$r" $(8) \
506 -i
$(call sysupname
,$(1),$(2)) \
507 -o
$(call imgname
,$(1),$(2))-factory
$$$$dashr.img
; \
512 define Image
/Build
/Netgear
/initramfs
513 $(call MkuImageLzma
,$(2),$(3) $($(4)))
514 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
515 $(KDIR_TMP
)/vmlinux-
$(2).uImage \
516 $(call imgname
,$(1),$(2))-uImage.bin \
520 ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh
521 define Image
/Build
/ZyXEL
522 $(call MkuImageLzma
,$(2),$(3))
523 $(call Sysupgrade
/KRuImage
,$(1),$(2),917504,2752512)
524 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
525 if
[ ! -f
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin
]; then \
526 echo
"Warning: $(IMG_PREFIX)-$(2)-u-boot.bin not found"; \
528 $(STAGING_DIR_HOST
)/bin
/mkzynfw \
530 -b
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin \
531 -r
$(call sysupname
,$(1),$(2)):0x10000 \
532 -o
$(call factoryname
,$(1),$(2)); \
537 define Image
/Build
/OpenMesh
538 $(call MkuImageLzma
,$(2))
539 -sh
$(TOPDIR
)/scripts
/om2p-fwupgradecfg-gen.sh \
540 "$(BUILD_DIR)/om2p-fwupgrade.cfg" \
541 "$(KDIR_TMP)/vmlinux-$(2).uImage" \
543 -sh
$(TOPDIR
)/scripts
/combined-ext-image.sh \
544 "$(3)" "$(call factoryname,$(1),$(2))" \
545 "$(BUILD_DIR)/om2p-fwupgrade.cfg" "fwupgrade.cfg" \
546 "$(KDIR_TMP)/vmlinux-$(2).uImage" "kernel" \
547 "$(KDIR)/root.$(1)" "rootfs"
550 define Image
/Build
/Zcomax
551 $(call MkuImageLzma
,$(2),$(3))
552 $(call Sysupgrade
/RKuImage
,$(1),$(2),1507328,6356992)
553 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
554 $(STAGING_DIR_HOST
)/bin
/mkzcfw \
556 -k
$(KDIR_TMP
)/vmlinux-
$(2).uImage \
557 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
558 -o
$(call imgname
,$(1),$(2))-factory.img
; \
562 define Image
/Build
/Template
/initramfs
/initramfs
563 $(call Image
/Build
/$(1)/initramfs
,initramfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
566 define Image
/Build
/Template
/all/squashfs
567 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
570 define Image
/Build
/Template
/all/jffs2-64k
571 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
574 define Image
/Build
/Template
/all/jffs2-128k
575 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
578 define Image
/Build
/Template
/squashfs-only
/loader
579 $(call Image
/Build
/$(1)/loader
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
582 define Image
/Build
/Template
/squashfs-only
/squashfs
583 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
586 define Image
/Build
/Template
/64k
/loader
587 $(call Image
/Build
/$(1)/loader
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
590 define Image
/Build
/Template
/64k
/squashfs
591 $(call Image
/Build
/$(1),squashfs-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
594 define Image
/Build
/Template
/64k
/jffs2-64k
595 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
598 define Image
/Build
/Template
/64kraw
/loader
599 $(call Image
/Build
/$(1)/loader
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
602 define Image
/Build
/Template
/64kraw
/squashfs
603 $(call Image
/Build
/$(1),squashfs-raw
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
606 define Image
/Build
/Template
/64kraw
/jffs2-64k
607 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
610 define Image
/Build
/Template
/128k
/squashfs
611 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
614 define Image
/Build
/Template
/128k
/jffs2-128k
615 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
618 alfa_nx_cmdline
=board
=ALFA-NX console
=ttyS0
,115200 $(alfa_mtdlayout_8M
)
619 define Image
/Build
/Profile
/ALFANX
620 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ALFA
,alfa-nx
,$(alfa_nx_cmdline
),1638400,6291456,vmlinux.gz.uImage
,pb9x-2.6
.31-jffs2
)
623 alfa_ap96_cmdline
=board
=ALFA-AP96 console
=ttyS0
,115200
624 alfa_ap96_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,256k
(u-boot-env
)ro
,13312k
(rootfs
),2048k
(kernel
),512k
(caldata
)ro
,15360k@
0x80000(firmware
)
625 define Image
/Build
/Profile
/ALFAAP96
626 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),AthLzma
,alfa-ap96
,$(alfa_ap96_cmdline
),alfa_ap96_mtdlayout
,2097152,13631488,RKuImage
)
629 ap113_mtd_layout
=64k
(u-boot
),3008k
(rootfs
),896k
(uImage
),64k
(NVRAM
),64k
(ART
),3904k@
0x10000(firmware
)
630 ap113_cmdline
=board
=AP113 console
=ttyS0
,115200
631 define Image
/Build
/Profile
/AP113
632 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap113
,$(ap113_cmdline
),ap113_mtd_layout
,917504,3080192,RK
)
635 ap121_mtdlayout_2M
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,1216k
(rootfs
),704k
(kernel
),64k
(art
)ro
,1920k@
0x10000(firmware
)
636 ap121_mtdlayout_4M
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,2752k
(rootfs
),896k
(kernel
),64k
(nvram
),64k
(art
)ro
,3648k@
0x50000(firmware
)
638 ap121_cmdline
=board
=AP121 console
=ttyATH0
,115200
639 define Image
/Build
/Profile
/AP121
640 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-2M
,$(ap121_cmdline
),ap121_mtdlayout_2M
,720896,1245184,RKuImage
)
641 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-4M
,$(ap121_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RKuImage
)
644 ap121_mini_cmdline
=board
=AP121-MINI console
=ttyATH0
,115200
645 define Image
/Build
/Profile
/AP121MINI
646 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-mini
,$(ap121_mini_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RKuImage
)
649 ap81_cmdline
=board
=AP81 console
=ttyS0
,115200
650 define Image
/Build
/Profile
/AP81
651 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap81
,$(ap81_cmdline
),,1310720,6619136,KRuImage
)
654 ap83_cmdline
=board
=AP83 console
=ttyS0
,115200
655 define Image
/Build
/Profile
/AP83
656 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap83
,$(ap83_cmdline
),,1310720,6619136,KRuImage
)
659 ap96_cmdline
=board
=AP96 console
=ttyS0
,115200
660 define Image
/Build
/Profile
/AP96
661 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap96
,$(ap96_cmdline
),ap96_mtdlayout
,1769472,6291456,RKuImage
)
664 db120_cmdline
=board
=DB120 console
=ttyS0
,115200
665 db120_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,6336k
(rootfs
),1408k
(kernel
),64k
(nvram
),64k
(art
)ro
,7744k@
0x50000(firmware
)
666 define Image
/Build
/Profile
/DB120
667 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,db120
,$(db120_cmdline
),db120_mtdlayout
,1441792,6488064,RKuImage
)
670 pb42_cmdline
=board
=PB42 console
=ttyS0
,115200
671 define Image
/Build
/Profile
/PB42
672 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb42
,$(pb42_cmdline
))
675 pb44_cmdline
=board
=PB44 console
=ttyS0
,115200
676 define Image
/Build
/Profile
/PB44
677 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb44
,$(pb44_cmdline
))
680 pb92_cmdline
=board
=PB92 console
=ttyS0
,115200
681 define Image
/Build
/Profile
/PB92
682 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,pb92
,$(pb92_cmdline
),,917504,2818048,KRuImage
)
685 wp543_cmdline
=console
=ttyS0
,115200
686 define Image
/Build
/Profile
/WP543
687 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,$(wp543_cmdline
),0x200000,2M
)
688 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,$(wp543_cmdline
),0x400000,4M
)
689 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,$(wp543_cmdline
),0x800000,8M
)
690 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,$(wp543_cmdline
),0x1000000,16M
)
693 wpe72_cmdline
=console
=ttyS0
,115200
694 define Image
/Build
/Profile
/WPE72
695 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wpe72
,$(wpe72_cmdline
),0x800000,8M
)
698 dir600a1_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
699 define Image
/Build
/Profile
/DIR600A1
700 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,dir-600-a1
,$(dir600a1_cmdline
),"AP91-AR7240-RT-090223-00")
703 eap7660d_cmdline
=board
=EAP7660D console
=ttyS0
,115200
704 define Image
/Build
/Profile
/EAP7660D
705 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),PB4X
,eap7660d
,$(eap7660d_cmdline
))
708 hornetub_cmdline
=board
=HORNET-UB console
=ttyATH0
,115200 $(alfa_mtdlayout_8M
)
709 define Image
/Build
/Profile
/HORNETUB
710 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ALFA
,hornet-ub
,$(hornetub_cmdline
),1638400,6291456,kernel_image
,rootfs_image
)
713 ja76pf_cmdline
=board
=JA76PF console
=ttyS0
,115200
714 define Image
/Build
/Profile
/JA76PF
715 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,ja76pf
,$(ja76pf_cmdline
))
718 jwap003_cmdline
=board
=JWAP003 console
=ttyS0
,115200
719 define Image
/Build
/Profile
/JWAP003
720 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,jwap003
,$(jwap003_cmdline
))
723 fr54rtr_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
724 define Image
/Build
/Profile
/FR54RTR
725 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,fr-54rtr
,$(fr54rtr_cmdline
),"AP91-AR7240-RT-090223-01")
728 dir615c1_cmdline
=board
=DIR-615-C1 console
=ttyS0
,115200
729 define Image
/Build
/Profile
/DIR615C1
730 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,dir-615-c1
,$(dir615c1_cmdline
),"AP81-AR9130-RT-070614-02")
733 rw2458n_cmdline
=board
=RW2458N console
=ttyS0
,115200
734 define Image
/Build
/Profile
/RW2458N
735 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,rw2458n
,$(rw2458n_cmdline
),XM
,UBNTXM
,ar7240
)
738 tew632brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
739 define Image
/Build
/Profile
/TEW632BRP
740 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-632brp
,$(tew632brp_cmdline
),"AP81-AR9130-RT-070614-00")
743 tew652brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
744 define Image
/Build
/Profile
/TEW652BRP
745 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp
,$(tew652brp_cmdline
),"AP81-AR9130-RT-080609-05")
746 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp-recovery
,$(tew652brp_cmdline
),"AP81-AR9130-RT-070614-02")
749 a05rbw300n_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
750 define Image
/Build
/Profile
/A02RBW300N
751 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,a02-rb-w300n
,$(a05rbw300n_cmdline
),"AP81-AR9130-RT-070614-03")
754 ubntairrouter_cmdline
=board
=UBNT-AR console
=ttyS0
,115200
755 define Image
/Build
/Profile
/UBNTAIRROUTER
756 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-airrouter
,$(ubntairrouter_cmdline
),XM
,UBNTXM
,ar7240
)
759 ubntrs_cmdline
=board
=UBNT-RS console
=ttyS0
,115200
760 define Image
/Build
/Profile
/UBNTRS
761 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rs
,$(ubntrs_cmdline
),RS
,RSx
,ar7100
)
764 ubntrspro_cmdline
=board
=UBNT-RSPRO console
=ttyS0
,115200
765 define Image
/Build
/Profile
/UBNTRSPRO
766 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rspro
,$(ubntrspro_cmdline
),RSPRO
,RSPRO
,ar7100pro
)
769 ubntlssr71_cmdline
=board
=UBNT-LS-SR71 console
=ttyS0
,115200
770 define Image
/Build
/Profile
/UBNTLSSR71
771 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-ls-sr71
,$(ubntlssr71_cmdline
),LS-SR71
,LS-SR71
,ar7100
)
774 ubntbulletm_cmdline
=board
=UBNT-BM console
=ttyS0
,115200
775 define Image
/Build
/Profile
/UBNTBULLETM
776 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-bullet-m
,$(ubntbulletm_cmdline
),XM
,UBNTXM
,ar7240
)
779 ubntrocketm_cmdline
=board
=UBNT-RM console
=ttyS0
,115200
780 define Image
/Build
/Profile
/UBNTROCKETM
781 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-rocket-m
,$(ubntrocketm_cmdline
),XM
,UBNTXM
,ar7240
)
784 ubntnanom_cmdline
=board
=UBNT-NM console
=ttyS0
,115200
785 define Image
/Build
/Profile
/UBNTNANOM
786 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-nano-m
,$(ubntnanom_cmdline
),XM
,UBNTXM
,ar7240
)
789 ubntunifi_cmdline
=board
=UBNT-UF console
=ttyS0
,115200
790 define Image
/Build
/Profile
/UBNTUNIFI
791 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-unifi
,$(ubntunifi_cmdline
),XM
,UBNTXM
,ar7240
)
794 define Image
/Build
/Profile
/UBNT
795 $(call Image
/Build
/Profile
/UBNTAIRROUTER
,$(1))
796 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
797 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
798 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
799 $(call Image
/Build
/Profile
/UBNTBULLETM
,$(1))
800 $(call Image
/Build
/Profile
/UBNTROCKETM
,$(1))
801 $(call Image
/Build
/Profile
/UBNTNANOM
,$(1))
802 $(call Image
/Build
/Profile
/UBNTUNIFI
,$(1))
805 mzkw04nu_cmdline
=board
=MZK-W04NU console
=ttyS0
,115200
806 define Image
/Build
/Profile
/MZKW04NU
807 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w04nu
,$(mzkw04nu_cmdline
))
810 mzkw300nh_cmdline
=board
=MZK-W300NH console
=ttyS0
,115200
811 define Image
/Build
/Profile
/MZKW300NH
812 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w300nh
,$(mzkw300nh_cmdline
))
815 nbg460n_cmdline
=board
=NBG460N console
=ttyS0
,115200
816 define Image
/Build
/Profile
/NBG_460N_550N_550NH
817 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ZyXEL
,nbg460n_550n_550nh
,$(nbg460n_cmdline
),NBG-460N
)
820 define Image
/Build
/Profile
/OM2P
821 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),OpenMesh
,om2p
,OM2P
)
824 tlmr3020_cmdline
=board
=TL-MR3020 console
=ttyATH0
,115200
825 define Image
/Build
/Profile
/TLMR3020
826 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK-LZMA
,tl-mr3020-v1
,$(tlmr3020_cmdline
),0x30200001,1,4Mlzma
)
829 tlmr3220_cmdline
=board
=TL-MR3220 console
=ttyS0
,115200
830 define Image
/Build
/Profile
/TLMR3220
831 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-mr3220-v1
,$(tlmr3220_cmdline
),0x32200001,1,4M
)
834 tlmr3420_cmdline
=board
=TL-MR3420 console
=ttyS0
,115200
835 define Image
/Build
/Profile
/TLMR3420
836 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-mr3420-v1
,$(tlmr3420_cmdline
),0x34200001,1,4M
)
839 tlwa701_cmdline
=board
=TL-WA901ND console
=ttyS0
,115200
840 define Image
/Build
/Profile
/TLWA701
841 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wa701n-v1
,$(tlwa701_cmdline
),0x07010001,1,4M
)
844 tlwa901_cmdline
=board
=TL-WA901ND console
=ttyS0
,115200
845 tlwa901v2_cmdline
=board
=TL-WA901ND-v2 console
=ttyS0
,115200
846 define Image
/Build
/Profile
/TLWA901
847 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wa901nd-v1
,$(tlwa901_cmdline
),0x09010001,1,4M
)
848 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wa901nd-v2
,$(tlwa901v2_cmdline
),0x09010002,1,4M
)
851 tlwr703_cmdline
=board
=TL-WR703N console
=ttyATH0
,115200
852 define Image
/Build
/Profile
/TLWR703
853 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr703n-v1
,$(tlwr703_cmdline
),0x07030101,1,4Mlzma
)
856 tlwr740_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
857 tlwr740v4_cmdline
=board
=TL-WR741ND-v4 console
=ttyATH0
,115200
858 define Image
/Build
/Profile
/TLWR740
859 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr740n-v1
,$(tlwr740_cmdline
),0x07400001,1,4M
)
860 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr740n-v3
,$(tlwr740_cmdline
),0x07400003,1,4M
)
861 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr740n-v4
,$(tlwr740v4_cmdline
),0x07400004,1,4Mlzma
)
864 tlwr741_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
865 tlwr741v4_cmdline
=board
=TL-WR741ND-v4 console
=ttyATH0
,115200
866 define Image
/Build
/Profile
/TLWR741
867 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr741nd-v1
,$(tlwr741_cmdline
),0x07410001,1,4M
)
868 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr741nd-v2
,$(tlwr741_cmdline
),0x07410001,1,4M
)
869 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr741nd-v4
,$(tlwr741v4_cmdline
),0x07410004,1,4Mlzma
)
872 define Image
/Build
/Profile
/TLWR743
873 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr743nd-v1
,$(tlwr741_cmdline
),0x07430001,1,4M
)
876 tlwr841v15_cmdline
=board
=TL-WR841N-v1.5 console
=ttyS0
,115200
877 tlwr841v3_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
878 tlwr841v5_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
879 tlwr841v7_cmdline
=board
=TL-WR841N-v7 console
=ttyS0
,115200
880 define Image
/Build
/Profile
/TLWR841
881 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINKOLD
,tl-wr841n-v1.5
,$(tlwr841v15_cmdline
),0x08410002,2,4M
)
882 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr841nd-v3
,$(tlwr841v3_cmdline
),0x08410003,3,4M
)
883 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr841nd-v5
,$(tlwr841v5_cmdline
),0x08410005,1,4M
)
884 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr841nd-v7
,$(tlwr841v7_cmdline
),0x08410007,1,4M
)
887 tlwr941v2_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
888 tlwr941v4_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
889 define Image
/Build
/Profile
/TLWR941
890 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr941nd-v2
,$(tlwr941v2_cmdline
),0x09410002,2,4M
)
891 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr941nd-v3
,$(tlwr941v2_cmdline
),0x09410002,2,4M
)
892 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr941nd-v4
,$(tlwr941v4_cmdline
),0x09410004,1,4M
)
895 tlwr1043_cmdline
=board
=TL-WR1043ND console
=ttyS0
,115200
896 define Image
/Build
/Profile
/TLWR1043
897 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr1043nd-v1
,$(tlwr1043_cmdline
),0x10430001,1,8M
)
900 tlwr2543_cmdline
=board
=TL-WR2543N console
=ttyS0
,115200
901 define Image
/Build
/Profile
/TLWR2543
902 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr2543n-v1
,$(tlwr2543_cmdline
),0x25430001,1,8Mlzma
)
905 wndr3700_cmdline
=board
=WNDR3700 console
=ttyS0
,115200
906 wndr3700_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),6656k
(rootfs
),64k
(art
)ro
,7680k@
0x70000(firmware
)
907 wndr3700v2_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),14848k
(rootfs
),64k
(art
)ro
,15872k@
0x70000(firmware
)
908 define Image
/Build
/Profile
/WNDR3700
909 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700
,$(wndr3700_cmdline
),$(wndr3700_mtdlayout
),3700,WNDR3700
,"" NA
,)
910 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700v2
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDR3700v2
,"",-H
29763654+16+64)
911 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndrmac
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDRMAC
,"",-H
29763654+16+64)
912 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3800
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDR3800
,"",-H
29763654+16+128)
913 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndrmacv2
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDRMACv2
,"",-H
29763654+16+128)
916 wr400n_cmdline
=board
=WRT400N console
=ttyS0
,115200
917 define Image
/Build
/Profile
/WRT400N
918 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WRT400N
,wrt400n
,$(wr400n_cmdline
))
921 dir825b1_cmdline
=board
=DIR-825-B1 console
=ttyS0
,115200
922 define Image
/Build
/Profile
/DIR825B1
923 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),DIR825B1
,dir-825-b1
,$(dir825b1_cmdline
))
926 wrt160nl_cmdline
=board
=WRT160NL console
=ttyS0
,115200
927 define Image
/Build
/Profile
/WRT160NL
928 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),CyberTAN
,wrt160nl
,$(wrt160nl_cmdline
),1.00.01)
931 whrg301n_cmdline
=board
=WHR-G301N console
=ttyS0
,115200
932 define Image
/Build
/Profile
/WHRG301N
933 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-g301n
,$(whrg301n_cmdline
),whrhpg300n_mtdlayout
,WHR-G301N
)
936 whrhpg300n_cmdline
=board
=WHR-HP-G300N console
=ttyS0
,115200
937 whrhpg300n_mtdlayout
=mtdparts
=spi0.0
:248k
(u-boot
)ro
,8k
(u-boot-env
)ro
,896k
(kernel
),2816k
(rootfs
),64k
(user_property
),64k
(art
)ro
,3712k@
0x40000(firmware
)
938 define Image
/Build
/Profile
/WHRHPG300N
939 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-g300n
,$(whrhpg300n_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-G300N
)
942 whrhpgn_cmdline
=board
=WHR-HP-GN console
=ttyS0
,115200
943 define Image
/Build
/Profile
/WHRHPGN
944 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-gn
,$(whrhpgn_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-GN
)
947 wzrhpg300nh_cmdline
=board
=WZR-HP-G300NH console
=ttyS0
,115200
948 define Image
/Build
/Profile
/WZRHPG300NH
949 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-g300nh
,$(wzrhpg300nh_cmdline
),WZR-HP-G300NH
)
952 wzrhpg300nh2_cmdline
=board
=WZR-HP-G300NH2 console
=ttyS0
,115200
953 define Image
/Build
/Profile
/WZRHPG300NH2
954 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-g300nh2
,$(wzrhpg300nh2_cmdline
),WZR-HP-G300NH2
)
957 wzrhpag300h_cmdline
=board
=WZR-HP-AG300H console
=ttyS0
,115200
958 define Image
/Build
/Profile
/WZRHPAG300H
959 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WZRHPG30XNH
,wzr-hp-ag300h
,$(wzrhpag300h_cmdline
),WZR-HP-AG300H
)
962 wzrhpg450h_cmdline
=board
=WZR-HP-G450H console
=ttyS0
,115200
963 define Image
/Build
/Profile
/WZRHPG450H
964 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WZRHPG30XNH
,wzr-hp-g450h
,$(wzrhpg450h_cmdline
),WZR-HP-AG450H
)
967 zcn1523h28_cmdline
=board
=ZCN-1523H-2 console
=ttyS0
,115200
968 define Image
/Build
/Profile
/ZCN1523H28
969 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-2-8
,$(zcn1523h28_cmdline
))
972 zcn1523h516_cmdline
=board
=ZCN-1523H-5 console
=ttyS0
,115200
973 define Image
/Build
/Profile
/ZCN1523H516
974 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-5-16
,$(zcn1523h516_cmdline
))
977 all0258n_cmdline
=board
=ALL0258N console
=ttyS0
,115200
978 define Image
/Build
/Profile
/ALL0258N
979 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,all0258n
,$(all0258n_cmdline
),,917504,5505024,KRuImage
)
982 define Image
/Build
/Profile
/Default
983 $(call Image
/Build
/Profile
/ALFAAP96
,$(1))
984 $(call Image
/Build
/Profile
/ALFANX
,$(1))
985 $(call Image
/Build
/Profile
/ALL0258N
,$(1))
986 $(call Image
/Build
/Profile
/AP113
,$(1))
987 $(call Image
/Build
/Profile
/AP121
,$(1))
988 $(call Image
/Build
/Profile
/AP121MINI
,$(1))
989 $(call Image
/Build
/Profile
/AP81
,$(1))
990 $(call Image
/Build
/Profile
/AP83
,$(1))
991 $(call Image
/Build
/Profile
/A02RBW300N
,$(1))
992 $(call Image
/Build
/Profile
/DB120
,$(1))
993 $(call Image
/Build
/Profile
/DIR600A1
,$(1))
994 $(call Image
/Build
/Profile
/DIR615C1
,$(1))
995 $(call Image
/Build
/Profile
/DIR825B1
,$(1))
996 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
997 $(call Image
/Build
/Profile
/FR54RTR
,$(1))
998 $(call Image
/Build
/Profile
/HORNETUB
,$(1))
999 $(call Image
/Build
/Profile
/JA76PF
,$(1))
1000 $(call Image
/Build
/Profile
/JWAP003
,$(1))
1001 $(call Image
/Build
/Profile
/MZKW04NU
,$(1))
1002 $(call Image
/Build
/Profile
/MZKW300NH
,$(1))
1003 $(call Image
/Build
/Profile
/NBG_460N_550N_550NH
,$(1))
1004 $(call Image
/Build
/Profile
/OM2P
,$(1))
1005 $(call Image
/Build
/Profile
/PB42
,$(1))
1006 $(call Image
/Build
/Profile
/PB44
,$(1))
1007 $(call Image
/Build
/Profile
/PB92
,$(1))
1008 $(call Image
/Build
/Profile
/RW2458N
,$(1))
1009 $(call Image
/Build
/Profile
/TEW632BRP
,$(1))
1010 $(call Image
/Build
/Profile
/TEW652BRP
,$(1))
1011 $(call Image
/Build
/Profile
/TLMR3020
,$(1))
1012 $(call Image
/Build
/Profile
/TLMR3220
,$(1))
1013 $(call Image
/Build
/Profile
/TLMR3420
,$(1))
1014 $(call Image
/Build
/Profile
/TLWA701
,$(1))
1015 $(call Image
/Build
/Profile
/TLWA901
,$(1))
1016 $(call Image
/Build
/Profile
/TLWR703
,$(1))
1017 $(call Image
/Build
/Profile
/TLWR740
,$(1))
1018 $(call Image
/Build
/Profile
/TLWR741
,$(1))
1019 $(call Image
/Build
/Profile
/TLWR743
,$(1))
1020 $(call Image
/Build
/Profile
/TLWR841
,$(1))
1021 $(call Image
/Build
/Profile
/TLWR941
,$(1))
1022 $(call Image
/Build
/Profile
/TLWR1043
,$(1))
1023 $(call Image
/Build
/Profile
/TLWR2543
,$(1))
1024 $(call Image
/Build
/Profile
/UBNT
,$(1))
1025 $(call Image
/Build
/Profile
/WP543
,$(1))
1026 $(call Image
/Build
/Profile
/WPE72
,$(1))
1027 $(call Image
/Build
/Profile
/WNDR3700
,$(1))
1028 $(call Image
/Build
/Profile
/AP96
,$(1))
1029 $(call Image
/Build
/Profile
/WRT400N
,$(1))
1030 $(call Image
/Build
/Profile
/WRT160NL
,$(1))
1031 $(call Image
/Build
/Profile
/WHRG301N
,$(1))
1032 $(call Image
/Build
/Profile
/WHRHPG300N
,$(1))
1033 $(call Image
/Build
/Profile
/WHRHPGN
,$(1))
1034 $(call Image
/Build
/Profile
/WZRHPG300NH
,$(1))
1035 $(call Image
/Build
/Profile
/WZRHPG300NH2
,$(1))
1036 $(call Image
/Build
/Profile
/WZRHPAG300H
,$(1))
1037 $(call Image
/Build
/Profile
/WZRHPG450H
,$(1))
1038 $(call Image
/Build
/Profile
/ZCN1523H28
,$(1))
1039 $(call Image
/Build
/Profile
/ZCN1523H516
,$(1))
1042 define Image
/Build
/Profile
/Minimal
1043 $(call Image
/Build
/Profile
/Default
,$(1))
1046 define Image
/Build
/Profile
/Madwifi
1047 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
1048 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
1049 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
1050 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
1051 $(call Image
/Build
/Profile
/WP543
,$(1))
1054 define Image
/Build
/squashfs
1055 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-raw
1056 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-64k
1057 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-64k
64
1058 cp
$(KDIR
)/root.squashfs-64k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-64k
1059 $(call prepare_generic_squashfs
,$(KDIR
)/root.squashfs
)
1062 define Image
/Build
/Initramfs
1063 $(call Image
/Build
/Profile
/$(PROFILE
),initramfs
)
1066 define Image
/Prepare
1067 $(call Image
/Build
/Profile
/Default
,loader
)
1071 $(call Image
/Build
/$(1))
1072 dd if
=$(KDIR
)/root.
$(1) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) bs
=128k conv
=sync
1073 $(call Image
/Build
/Profile
/$(PROFILE
),$(1))
1076 $(eval
$(call BuildImage
))