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
)
28 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux
29 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage
30 fs_squash
:=squashfs-only
35 ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS
),y
)
41 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux-initramfs
42 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage-initramfs
46 $(STAGING_DIR_HOST
)/bin
/lzma e
$(1) -lc1
-lp2
-pb2
$(2)
49 define PatchKernelLzma
50 cp
$(KDIR
)/vmlinux
$(KDIR
)/vmlinux-
$(1)
51 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR
)/vmlinux-
$(1) "$(strip $(2))"
52 $(call CompressLzma
,$(KDIR
)/vmlinux-
$(1),$(KDIR
)/vmlinux-
$(1).bin.lzma
)
55 define PatchKernelGzip
56 cp
$(KDIR
)/vmlinux
$(KDIR
)/vmlinux-
$(1)
57 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR
)/vmlinux-
$(1) "$(strip $(2))"
58 gzip
-9 -c
$(KDIR
)/vmlinux-
$(1) > $(KDIR
)/vmlinux-
$(1).bin.gz
62 mkimage
-A mips
-O linux
-T kernel
-a
0x80060000 -C
$(1) $(2) \
63 -e
0x80060000 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
68 $(call PatchKernelLzma
,$(1),$(2))
69 $(call MkuImage
,lzma
,,$(KDIR
)/vmlinux-
$(1).bin.lzma
,$(KDIR
)/vmlinux-
$(1).uImage
)
73 $(call PatchKernelGzip
,$(1),$(2))
74 $(call MkuImage
,gzip
,,$(KDIR
)/vmlinux-
$(1).bin.gz
,$(KDIR
)/vmlinux-
$(1).uImage
)
78 $(call MkuImage
,lzma
,-M
0x4f4b4c49,$(KDIR
)/vmlinux.bin.lzma
,$(KDIR
)/vmlinux-
$(1).okli
)
82 if
[ `stat -c%s "$(1)"` -gt
$(2) ]; then \
83 echo
"Warning: $(1) is too big"; \
84 else if
[ `stat -c%s $(3)` -gt
$(4) ]; then \
85 echo
"Warning: $(3) is too big"; \
87 ( dd if
=$(1) bs
=$(2) conv
=sync
; dd if
=$(3) ) > $(5); \
92 $(call CatFiles
,$(KDIR
)/vmlinux-
$(2).uImage
,$(3),$(KDIR
)/root.
$(1),$(4),$(call sysupname
,$(1),$(2)))
96 $(call CatFiles
,$(KDIR
)/root.
$(1),$(4),$(KDIR
)/vmlinux-
$(2).uImage
,$(3),$(call sysupname
,$(1),$(2)))
99 define Image
/BuildLoader
100 -rm -rf
$(KDIR
)/lzma-loader
101 $(LOADER_MAKE
) LOADER
=loader-
$(1).
$(2) KERNEL_CMDLINE
="$(3)"\
102 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
103 LOADER_DATA
="$(KDIR)/vmlinux.bin.lzma" \
107 define Image
/BuildLoaderAlone
108 -rm -rf
$(KDIR
)/lzma-loader
109 $(LOADER_MAKE
) LOADER
=loader-
$(1).
$(2) KERNEL_CMDLINE
="$(3)" \
110 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
111 FLASH_OFFS
=$(4) FLASH_MAX
=$(5) \
119 define Image
/BuildKernel
120 cp
$(KDIR
)/vmlinux.elf
$(VMLINUX
).elf
121 cp
$(KDIR
)/vmlinux
$(VMLINUX
).bin
122 gzip
-9 -c
$(KDIR
)/vmlinux
> $(KDIR
)/vmlinux.bin.gz
123 $(call CompressLzma
,$(KDIR
)/vmlinux
,$(KDIR
)/vmlinux.bin.lzma
)
124 dd if
=$(KDIR
)/vmlinux.bin.lzma of
=$(VMLINUX
).lzma bs
=65536 conv
=sync
125 dd if
=$(KDIR
)/vmlinux.bin.gz of
=$(VMLINUX
).gz bs
=65536 conv
=sync
126 $(call MkuImage
,gzip
,,$(KDIR
)/vmlinux.bin.gz
,$(UIMAGE
)-gzip.bin
)
127 $(call MkuImage
,lzma
,,$(KDIR
)/vmlinux.bin.lzma
,$(UIMAGE
)-lzma.bin
)
128 $(call Image
/Build
/Initramfs
)
131 define Image
/Build
/WRT400N
132 $(call MkuImageLzma
,$(2),$(3))
133 $(call Sysupgrade
/KR
,$(1),$(2),1310720,6488064)
134 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
135 wrt400n
$(KDIR
)/vmlinux-
$(2).uImage
$(KDIR
)/root.
$(1) $(call factoryname
,$(1),$(2)); \
139 dir825b1_mtdlayout
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,1024k
(kernel
),5184k
(rootfs
),64k
(caldata
)ro
,1600k
(unknown
)ro
,6208k@
0x50000(firmware
)
140 define Image
/Build
/DIR825B1
141 $(call MkuImageLzma
,$(2),$(3) $(dir825b1_mtdlayout
))
142 $(call Sysupgrade
/KR
,$(1),$(2),1048576,5308416)
143 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
145 dd if
=$(call sysupname
,$(1),$(2)); \
146 echo
-n
"01AP94-AR7161-RT-080619-00"; \
147 ) > $(call imgname
,$(1),$(2))-backup-loader.bin
; \
148 if
[ `stat -c%s $(call sysupname,$(1),$(2))` -gt
4194304 ]; then \
149 echo
"Warning: $(call sysupname,$(1),$(2)) is too big"; \
152 dd if
=$(call sysupname
,$(1),$(2)) bs
=4096k conv
=sync
; \
153 echo
-n
"00AP94-AR7161-RT-080619-00"; \
154 ) > $(call factoryname
,$(1),$(2)); \
159 define Image
/Build
/WZRHPG30XNH
160 $(call MkuImageLzma
,$(2),$(3))
161 $(call Sysupgrade
/KR
,$(1),$(2),1048576,31850496)
162 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
164 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
165 dd if
=$(call sysupname
,$(1),$(2)); \
166 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
167 buffalo-enc
-p
$(4) -v
1.99 \
168 -i
$(call sysupname
,$(1),$(2)) \
169 -o
$(KDIR
)/$(2).enc
; \
170 buffalo-tag
-b
$(4) -p
$(4) -a ath
-v
1.99 -m
1.01 -l mlang8 \
171 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
172 -i
$(KDIR
)/$(2).enc \
173 -o
$(call factoryname
,$(1),$(2)); \
177 define Image
/Build
/WHRHPG300N
178 $(call MkuImageLzma
,$(2),$(3) $($(4)))
179 $(call Sysupgrade
/KR
,$(1),$(2),917504,2883584)
180 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
182 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
183 dd if
=$(call sysupname
,$(1),$(2)); \
184 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
185 buffalo-enc
-p
$(5) -v
1.99 \
186 -i
$(call sysupname
,$(1),$(2)) \
187 -o
$(KDIR
)/$(2).enc
; \
188 buffalo-tag
-b
$(5) -p
$(5) -a ath
-v
1.99 -m
1.01 -l mlang8 \
189 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
190 -i
$(KDIR
)/$(2).enc \
191 -o
$(call factoryname
,$(1),$(2)); \
195 define Image
/Build
/Cameo
196 $(call MkuImageLzma
,$(2),$(3) $($(4)))
197 $(call Sysupgrade
/KR
,$(1),$(2),$(5),$(6))
198 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
200 dd if
=$(KDIR
)/vmlinux-
$(2).uImage bs
=$(5) conv
=sync
; \
201 dd if
=$(KDIR
)/root.
$(1) bs
=$(6) conv
=sync
; \
203 ) > $(call factoryname
,$(1),$(2)); \
207 cameo913x_mtdlayout
=mtdparts
=spi0.0
:128k
(u-boot
)ro
,64k
(config
)ro
,896k
(kernel
),2944k
(rootfs
),64k
(art
)ro
,3840k@
0x30000(firmware
)
208 define Image
/Build
/Cameo913x
209 $(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo913x_mtdlayout
),917504,2949120,$(4))
212 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
)
213 define Image
/Build
/Cameo7240
214 $(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo7240_mtdlayout
),917504,2818048,$(4))
217 define Image
/Build
/Ath
218 $(call Sysupgrade
/$(7),$(1),$(2),$(5),$(6))
219 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
220 dd if
=$(KDIR
)/vmlinux-
$(2).uImage \
221 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
; \
222 dd if
=$(KDIR
)/root.
$(1) \
223 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
; \
227 define Image
/Build
/AthGzip
228 $(call MkuImageGzip
,$(2),$(3) $($(4)))
229 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
232 define Image
/Build
/AthGzip
/initramfs
233 $(call MkuImageLzma
,$(2),$(3) $($(4)))
234 $(CP
) $(KDIR
)/vmlinux-
$(2).uImage
$(call imgname
,$(1),$(2))-uImage.bin
237 define Image
/Build
/AthLzma
238 $(call MkuImageLzma
,$(2),$(3) $($(4)))
239 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
242 define Image
/Build
/AthLzma
/initramfs
243 $(call MkuImageLzma
,$(2),$(3) $($(4)))
244 $(CP
) $(KDIR
)/vmlinux-
$(2).uImage
$(call imgname
,$(1),$(2))-uImage.bin
247 define Image
/Build
/PB4X
248 $(call PatchKernelLzma
,$(2),$(3))
249 dd if
=$(KDIR
)/vmlinux-
$(2).bin.lzma \
250 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
251 dd if
=$(KDIR
)/root.
$(1) \
252 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
253 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
254 "$(call imgname,kernel,$(2)).bin" \
255 "$(call imgname,$(1),$(2)-rootfs).bin" \
256 $(call sysupname
,$(1),$(2))
260 define Image
/Build
/MyLoader
261 -$(STAGING_DIR_HOST
)/bin
/mkmylofw
-B
$(2) -s
$(3) \
262 -p0x030000
:0xe0000:al
:0x80060000:kernel
:$(KDIR
)/vmlinux.bin.lzma \
263 -p0x110000
:0:::rootfs
:$(KDIR
)/root.
$(1) \
264 $(call imgname
,$(1),$(2))-$(4)-factory.img
267 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
)
268 define Image
/Build
/UBNTXM
269 $(call MkuImageLzma
,$(2),$(3) $(ubntxm_mtdlayout
))
270 $(call Sysupgrade
/KR
,$(1),$(2),1048576,6684672)
271 dd if
=$(KDIR
)/vmlinux-
$(2).uImage of
=$(KDIR
)/vmlinux-
$(2).uImage.bin bs
=1024k conv
=sync
272 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
273 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
274 -k
$(KDIR
)/vmlinux-
$(2).uImage.bin \
275 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
276 -o
$(call factoryname
,$(1),$(2))
279 define Image
/Build
/UBNT
280 $(call PatchKernelLzma
,$(2),$(3))
281 dd if
=$(KDIR
)/vmlinux-
$(2).bin.lzma of
=$(KDIR
)/vmlinux-
$(2).lzma bs
=64k conv
=sync
282 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
283 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
284 -k
$(KDIR
)/vmlinux-
$(2).lzma \
285 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
286 -o
$(call factoryname
,$(1),$(2))
287 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
288 "$(KDIR)/vmlinux-$(2).lzma" \
289 "$(BIN_DIR)/$(IMG_PREFIX)-root.$(1)" \
290 $(call sysupname
,$(1),$(2))
293 define Image
/Build
/Planex
294 $(call MkuImageGzip
,$(2),$(3))
295 $(call Sysupgrade
/KR
,$(1),$(2),1441792,6356992)
296 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
297 $(STAGING_DIR_HOST
)/bin
/mkplanexfw \
300 -i
$(call sysupname
,$(1),$(2)) \
301 -o
$(call factoryname
,$(1),$(2)); \
305 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
)
306 define Image
/Build
/ALFA
307 $(call MkuImageLzma
,$(2),$(3))
308 $(call Sysupgrade
/RK
,$(1),$(2),$(4),$(5))
309 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
310 rm -rf
$(KDIR
)/$(1); \
311 mkdir
-p
$(KDIR
)/$(1); \
313 cp
$(KDIR
)/vmlinux-
$(2).uImage
$(KDIR
)/$(1)/$(6); \
314 cp
$(KDIR
)/root.
$(1) $(KDIR
)/$(1)/$(7); \
315 $(TAR
) zcf
$(call factoryname
,$(1),$(2)) -C
$(KDIR
)/$(1) $(6) $(7); \
317 echo WRM7222C | dd bs
=32 count
=1 conv
=sync
; \
319 ) >> $(call factoryname
,$(1),$(2)); \
323 define Image
/Build
/TPLINKOLD
324 $(call Image
/BuildLoaderAlone
,$(2),gz
,$(3),0x22000,0)
325 $(call MkuImageOKLI
,$(2))
327 dd if
=$(KDIR
)/loader-
$(2).gz bs
=7680 count
=1 conv
=sync
; \
328 dd if
=$(KDIR
)/vmlinux-
$(2).okli conv
=sync
; \
329 ) > $(KDIR
)/kernel-
$(2).bin
330 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
331 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
332 -k
$(KDIR
)/kernel-
$(2).bin \
333 -r
$(KDIR
)/root.
$(1) \
334 -o
$(call factoryname
,$(1),$(2))
335 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
336 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
337 -k
$(KDIR
)/kernel-
$(2).bin \
338 -r
$(KDIR
)/root.
$(1) \
339 -o
$(call sysupname
,$(1),$(2))
342 define Image
/Build
/TPLINKOLD
/initramfs
343 $(call Image
/BuildLoader
,$(2),gz
,$(3),0x80060000)
344 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
345 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
346 -k
$(KDIR
)/loader-
$(2).gz \
347 -o
$(call imgname
,$(1),$(2))-uImage.bin
350 define Image
/Build
/TPLINK
351 $(call Image
/BuildLoaderAlone
,$(2),gz
,$(3),0x22000,0)
352 $(call MkuImageOKLI
,$(2))
354 dd if
=$(KDIR
)/loader-
$(2).gz bs
=7680 count
=1 conv
=sync
; \
355 dd if
=$(KDIR
)/vmlinux-
$(2).okli conv
=sync
; \
356 ) > $(KDIR
)/kernel-
$(2).bin
357 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
358 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
359 -k
$(KDIR
)/kernel-
$(2).bin \
360 -r
$(KDIR
)/root.
$(1) \
361 -a
$(call rootfs_align
,$(1)) -j \
362 -o
$(call factoryname
,$(1),$(2))
363 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
364 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
365 -k
$(KDIR
)/kernel-
$(2).bin \
366 -r
$(KDIR
)/root.
$(1) \
367 -a
$(call rootfs_align
,$(1)) -j \
368 -o
$(call sysupname
,$(1),$(2))
371 define Image
/Build
/TPLINK
/initramfs
372 $(call Image
/BuildLoader
,$(2),gz
,$(3),0x80060000)
373 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
374 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
375 -k
$(KDIR
)/loader-
$(2).gz \
376 -o
$(call imgname
,$(1),$(2))-uImage.bin
379 define Image
/Build
/TPLINK-LZMA
380 $(call PatchKernelLzma
,$(2),$(3))
381 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
382 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
383 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
384 -r
$(KDIR
)/root.
$(1) \
385 -a
$(call rootfs_align
,$(1)) -j \
386 -o
$(call factoryname
,$(1),$(2))
387 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
388 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s \
389 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
390 -r
$(KDIR
)/root.
$(1) \
391 -a
$(call rootfs_align
,$(1)) -j \
392 -o
$(call sysupname
,$(1),$(2))
395 define Image
/Build
/TPLINK-LZMA
/initramfs
396 $(call PatchKernelLzma
,$(2),$(3))
397 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
398 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s \
399 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
400 -o
$(call imgname
,$(1),$(2))-uImage.bin
403 define Image
/Build
/CyberTAN
404 $(call MkuImageGzip
,$(2),$(3))
405 $(STAGING_DIR_HOST
)/bin
/trx
-o
$(KDIR
)/image.tmp
-f
$(KDIR
)/vmlinux-
$(2).uImage \
406 -x
32 -a
0x10000 -x
-32 -f
$(KDIR
)/root.
$(1)
407 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) \
408 -i
$(KDIR
)/image.tmp \
409 -o
$(call sysupname
,$(1),$(2))
410 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) -g \
411 -i
$(KDIR
)/image.tmp \
412 -o
$(call factoryname
,$(1),$(2))
416 define Image
/Build
/Netgear
/Build_uImage
417 $(call MkuImageLzma
,$(1),$(2) $(3))
419 mkdir
-p
$(KDIR
)/$(1)/image
420 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
421 $(KDIR
)/vmlinux-
$(1).uImage \
422 $(KDIR
)/$(1)/image
/uImage \
424 $(STAGING_DIR_HOST
)/bin
/mksquashfs-lzma \
425 $(KDIR
)/$(1) $(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp \
426 -nopad
-noappend
-root-owned
-be
428 mkimage
-A mips
-O linux
-T filesystem
-C none \
429 -a
0xbf070000 -e
0xbf070000 \
430 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
431 -d
$(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp \
432 $(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp2
433 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
434 $(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp2 \
435 $(KDIR
)/vmlinux-
$(1).uImage.squashfs \
437 -rm -f
$(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp
*
440 define Image
/Build
/Netgear
/Estimate_uImage
441 $(call Image
/Build
/Netgear
/Build_uImage
,$(1)_est
,$(2),$(3),$(4))
444 kk
=`echo '$(3)' | sed -e 's/.*[:,]\([0-9]*\)k(kernel).*/\1/'`; \
445 rk
=`echo '$(3)' | sed -e 's/.*[:,]\([0-9]*\)k(rootfs).*/\1/'`; \
446 let
'tk = kk + rk'; \
447 s
=`stat -c'%s' '$(KDIR)/vmlinux-$(1)_est.uImage.squashfs'`; \
448 c
=`echo '$(3)' | wc -c`; \
449 let
'kk = (((s + c) / (64 * 1024) + 1) * 64)'; \
450 let
'rk = tk - kk'; \
451 echo
'$(3)' | sed
-e
"s/[0-9]*k(kernel)/$$$${kk}k(kernel)/" \
452 -e
"s/[0-9]*k(rootfs)/$$$${rk}k(rootfs)/" > \
453 '$(KDIR)/$(1)_mtdparts'; \
454 let
'k = kk * 1024'; \
455 echo
"$$$${k}" > '$(KDIR)/$(1)_kernel_maxsize'; \
456 let
'r = rk * 1024'; \
457 echo
"$$$${r}" > '$(KDIR)/$(1)_rootfs_maxsize'; \
459 -rm -f
$(KDIR
)/vmlinux-
$(1)_est \
460 $(KDIR
)/vmlinux-
$(1)_est.bin.lzma \
461 $(KDIR
)/vmlinux-
$(1)_est.uImage \
462 $(KDIR
)/vmlinux-
$(1)_est.uImage.squashfs
465 define Image
/Build
/Netgear
466 $(call Image
/Build
/Netgear
/Estimate_uImage
,$(2),$(3),$(4),$(5))
467 $(call Image
/Build
/Netgear
/Build_uImage
,$(2),$(3),`cat $(KDIR)/$(2)_mtdparts`,$(5))
468 if
[ `stat -c%s '$(KDIR)/vmlinux-$(2).uImage.squashfs'` -gt \
469 `cat '$(KDIR)/$(2)_kernel_maxsize'` ]; then \
470 echo
"$(KDIR)/vmlinux-$(2).uImage.squashfs is too big" >& 2; \
471 else if
[ `stat -c%s '$(KDIR)/root.$(1)'` -gt \
472 `cat '$(KDIR)/$(2)_rootfs_maxsize'` ]; then \
473 echo
"$(KDIR)/root.$(1) is too big" >& 2; \
477 dd if
=$(KDIR
)/vmlinux-
$(2).uImage.squashfs \
478 bs
=`cat '$(KDIR)/$(2)_kernel_maxsize'` conv
=sync
; \
479 dd if
=$(KDIR
)/root.
$(1) bs
=64k
; \
480 ) > $(call sysupname
,$(1),$(2)); \
482 [ -n
"$$$$r" ] && dashr
="-$$$$r" || dashr
= ; \
483 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
484 -B
$(6) -v OpenWrt.
$(REVISION
) -r
"$$$$r" $(8) \
485 -i
$(call sysupname
,$(1),$(2)) \
486 -o
$(call imgname
,$(1),$(2))-factory
$$$$dashr.img
; \
491 define Image
/Build
/Netgear
/initramfs
492 $(call MkuImageLzma
,$(2),$(3) $($(4)))
493 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
494 $(KDIR
)/vmlinux-
$(2).uImage \
495 $(call imgname
,$(1),$(2))-uImage.bin \
499 ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh
500 define Image
/Build
/ZyXEL
501 $(call MkuImageLzma
,$(2),$(3))
502 $(call Sysupgrade
/KR
,$(1),$(2),917504,2752512)
503 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
504 if
[ ! -f
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin
]; then \
505 echo
"Warning: $(IMG_PREFIX)-$(2)-u-boot.bin not found"; \
507 $(STAGING_DIR_HOST
)/bin
/mkzynfw \
509 -b
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin \
510 -r
$(call sysupname
,$(1),$(2)):0x10000 \
511 -o
$(call factoryname
,$(1),$(2)); \
516 define Image
/Build
/OpenMesh
517 $(call MkuImageLzma
,$(2))
518 -sh
$(TOPDIR
)/scripts
/om2p-fwupgradecfg-gen.sh \
519 "$(BUILD_DIR)/om2p-fwupgrade.cfg" \
520 "$(KDIR)/vmlinux-$(2).uImage" \
522 -sh
$(TOPDIR
)/scripts
/combined-ext-image.sh \
523 "$(3)" "$(call factoryname,$(1),$(2))" \
524 "$(BUILD_DIR)/om2p-fwupgrade.cfg" "fwupgrade.cfg" \
525 "$(KDIR)/vmlinux-$(2).uImage" "kernel" \
526 "$(KDIR)/root.$(1)" "rootfs"
529 define Image
/Build
/Zcomax
530 $(call MkuImageLzma
,$(2),$(3))
531 $(call Sysupgrade
/RK
,$(1),$(2),1507328,6356992)
532 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
533 $(STAGING_DIR_HOST
)/bin
/mkzcfw \
535 -k
$(KDIR
)/vmlinux-
$(2).uImage \
536 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
537 -o
$(call imgname
,$(1),$(2))-factory.img
; \
541 define Image
/Build
/Template
/initramfs
/initramfs
542 $(call Image
/Build
/$(1)/initramfs
,initramfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
545 define Image
/Build
/Template
/all/squashfs
546 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
549 define Image
/Build
/Template
/all/jffs2-64k
550 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
553 define Image
/Build
/Template
/all/jffs2-128k
554 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
557 define Image
/Build
/Template
/squashfs-only
/squashfs
558 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
561 define Image
/Build
/Template
/64k
/squashfs
562 $(call Image
/Build
/$(1),squashfs-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
565 define Image
/Build
/Template
/64k
/jffs2-64k
566 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
569 define Image
/Build
/Template
/64kraw
/squashfs
570 $(call Image
/Build
/$(1),squashfs-raw
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
573 define Image
/Build
/Template
/64kraw
/jffs2-64k
574 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
577 define Image
/Build
/Template
/128k
/squashfs
578 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
581 define Image
/Build
/Template
/128k
/jffs2-128k
582 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
585 alfa_nx_cmdline
=board
=ALFA-NX console
=ttyS0
,115200 $(alfa_mtdlayout_8M
)
586 define Image
/Build
/Profile
/ALFANX
587 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ALFA
,alfa-nx
,$(alfa_nx_cmdline
),1638400,6291456,vmlinux.gz.uImage
,pb9x-2.6
.31-jffs2
)
590 ap121_mtdlayout_2M
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,1216k
(rootfs
),704k
(kernel
),64k
(art
)ro
,1920k@
0x10000(firmware
)
591 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
)
593 ap121_cmdline
=board
=AP121 console
=ttyATH0
,115200
594 define Image
/Build
/Profile
/AP121
595 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-2M
,$(ap121_cmdline
),ap121_mtdlayout_2M
,720896,1245184,RK
)
596 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-4M
,$(ap121_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RK
)
599 ap121_mini_cmdline
=board
=AP121-MINI console
=ttyATH0
,115200
600 define Image
/Build
/Profile
/AP121MINI
601 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-mini
,$(ap121_mini_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RK
)
604 ap81_cmdline
=board
=AP81 console
=ttyS0
,115200
605 define Image
/Build
/Profile
/AP81
606 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap81
,$(ap81_cmdline
),,1310720,6619136,KR
)
609 ap83_cmdline
=board
=AP83 console
=ttyS0
,115200
610 define Image
/Build
/Profile
/AP83
611 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap83
,$(ap83_cmdline
),,1310720,6619136,KR
)
614 ap96_cmdline
=board
=AP96 console
=ttyS0
,115200
615 define Image
/Build
/Profile
/AP96
616 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap96
,$(ap96_cmdline
),ap96_mtdlayout
,1769472,6291456,RK
)
619 db120_cmdline
=board
=DB120 console
=ttyS0
,115200
620 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
)
621 define Image
/Build
/Profile
/DB120
622 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,db120
,$(db120_cmdline
),db120_mtdlayout
,1441792,6488064,RK
)
625 pb42_cmdline
=board
=PB42 console
=ttyS0
,115200
626 define Image
/Build
/Profile
/PB42
627 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb42
,$(pb42_cmdline
))
630 pb44_cmdline
=board
=PB44 console
=ttyS0
,115200
631 define Image
/Build
/Profile
/PB44
632 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb44
,$(pb44_cmdline
))
635 pb92_cmdline
=board
=PB92 console
=ttyS0
,115200
636 define Image
/Build
/Profile
/PB92
637 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,pb92
,$(pb92_cmdline
),,917504,2818048,KR
)
640 define Image
/Build
/Profile
/WP543
641 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x200000,2M
)
642 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x400000,4M
)
643 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x800000,8M
)
644 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x1000000,16M
)
647 dir600a1_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
648 define Image
/Build
/Profile
/DIR600A1
649 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,dir-600-a1
,$(dir600a1_cmdline
),"AP91-AR7240-RT-090223-00")
652 eap7660d_cmdline
=board
=EAP7660D console
=ttyS0
,115200
653 define Image
/Build
/Profile
/EAP7660D
654 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),PB4X
,eap7660d
,$(eap7660d_cmdline
))
657 hornetub_cmdline
=board
=HORNET-UB console
=ttyATH0
,115200 $(alfa_mtdlayout_8M
)
658 define Image
/Build
/Profile
/HORNETUB
659 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ALFA
,hornet-ub
,$(hornetub_cmdline
),1638400,6291456,kernel_image
,rootfs_image
)
662 ja76pf_cmdline
=board
=JA76PF console
=ttyS0
,115200
663 define Image
/Build
/Profile
/JA76PF
664 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,ja76pf
,$(ja76pf_cmdline
))
667 jwap003_cmdline
=board
=JWAP003 console
=ttyS0
,115200
668 define Image
/Build
/Profile
/JWAP003
669 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,jwap003
,$(jwap003_cmdline
))
672 fr54rtr_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
673 define Image
/Build
/Profile
/FR54RTR
674 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,fr-54rtr
,$(fr54rtr_cmdline
),"AP91-AR7240-RT-090223-01")
677 dir615c1_cmdline
=board
=DIR-615-C1 console
=ttyS0
,115200
678 define Image
/Build
/Profile
/DIR615C1
679 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,dir-615-c1
,$(dir615c1_cmdline
),"AP81-AR9130-RT-070614-02")
682 tew632brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
683 define Image
/Build
/Profile
/TEW632BRP
684 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-632brp
,$(tew632brp_cmdline
),"AP81-AR9130-RT-070614-00")
687 tew652brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
688 define Image
/Build
/Profile
/TEW652BRP
689 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp
,$(tew652brp_cmdline
),"AP81-AR9130-RT-080609-05")
690 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp-recovery
,$(tew652brp_cmdline
),"AP81-AR9130-RT-070614-02")
693 a05rbw300n_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
694 define Image
/Build
/Profile
/A02RBW300N
695 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,a02-rb-w300n
,$(a05rbw300n_cmdline
),"AP81-AR9130-RT-070614-03")
698 ubntairrouter_cmdline
=board
=UBNT-AR console
=ttyS0
,115200
699 define Image
/Build
/Profile
/UBNTAIRROUTER
700 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-airrouter
,$(ubntairrouter_cmdline
),XM
,UBNTXM
,ar7240
)
703 ubntrs_cmdline
=board
=UBNT-RS console
=ttyS0
,115200
704 define Image
/Build
/Profile
/UBNTRS
705 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rs
,$(ubntrs_cmdline
),RS
,RSx
,ar7100
)
708 ubntrspro_cmdline
=board
=UBNT-RSPRO console
=ttyS0
,115200
709 define Image
/Build
/Profile
/UBNTRSPRO
710 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rspro
,$(ubntrspro_cmdline
),RSPRO
,RSPRO
,ar7100pro
)
713 ubntlssr71_cmdline
=board
=UBNT-LS-SR71 console
=ttyS0
,115200
714 define Image
/Build
/Profile
/UBNTLSSR71
715 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-ls-sr71
,$(ubntlssr71_cmdline
),LS-SR71
,LS-SR71
,ar7100
)
718 ubntbulletm_cmdline
=board
=UBNT-BM console
=ttyS0
,115200
719 define Image
/Build
/Profile
/UBNTBULLETM
720 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-bullet-m
,$(ubntbulletm_cmdline
),XM
,UBNTXM
,ar7240
)
723 ubntrocketm_cmdline
=board
=UBNT-RM console
=ttyS0
,115200
724 define Image
/Build
/Profile
/UBNTROCKETM
725 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-rocket-m
,$(ubntrocketm_cmdline
),XM
,UBNTXM
,ar7240
)
728 ubntnanom_cmdline
=board
=UBNT-NM console
=ttyS0
,115200
729 define Image
/Build
/Profile
/UBNTNANOM
730 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-nano-m
,$(ubntnanom_cmdline
),XM
,UBNTXM
,ar7240
)
733 ubntunifi_cmdline
=board
=UBNT-XM console
=ttyS0
,115200
734 define Image
/Build
/Profile
/UBNTUNIFI
735 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-unifi
,$(ubntunifi_cmdline
),XM
,UBNTXM
,ar7240
)
738 define Image
/Build
/Profile
/UBNT
739 $(call Image
/Build
/Profile
/UBNTAIRROUTER
,$(1))
740 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
741 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
742 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
743 $(call Image
/Build
/Profile
/UBNTBULLETM
,$(1))
744 $(call Image
/Build
/Profile
/UBNTROCKETM
,$(1))
745 $(call Image
/Build
/Profile
/UBNTNANOM
,$(1))
746 $(call Image
/Build
/Profile
/UBNTUNIFI
,$(1))
749 mzkw04nu_cmdline
=board
=MZK-W04NU console
=ttyS0
,115200
750 define Image
/Build
/Profile
/MZKW04NU
751 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w04nu
,$(mzkw04nu_cmdline
))
754 mzkw300nh_cmdline
=board
=MZK-W300NH console
=ttyS0
,115200
755 define Image
/Build
/Profile
/MZKW300NH
756 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w300nh
,$(mzkw300nh_cmdline
))
759 nbg460n_cmdline
=board
=NBG460N console
=ttyS0
,115200
760 define Image
/Build
/Profile
/NBG_460N_550N_550NH
761 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ZyXEL
,nbg460n_550n_550nh
,$(nbg460n_cmdline
),NBG-460N
)
764 define Image
/Build
/Profile
/OM2P
765 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),OpenMesh
,om2p
,OM2P
)
768 tlmr3220_cmdline
=board
=TL-MR3220 console
=ttyS0
,115200
769 define Image
/Build
/Profile
/TLMR3220
770 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-mr3220-v1
,$(tlmr3220_cmdline
),0x32200001,1,4M
)
773 tlmr3420_cmdline
=board
=TL-MR3420 console
=ttyS0
,115200
774 define Image
/Build
/Profile
/TLMR3420
775 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-mr3420-v1
,$(tlmr3420_cmdline
),0x34200001,1,4M
)
778 tlwa901_cmdline
=board
=TL-WA901ND console
=ttyS0
,115200
779 tlwa901v2_cmdline
=board
=TL-WA901ND-v2 console
=ttyS0
,115200
780 define Image
/Build
/Profile
/TLWA901
781 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wa901nd-v1
,$(tlwa901_cmdline
),0x09010001,1,4M
)
782 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wa901nd-v2
,$(tlwa901v2_cmdline
),0x09010002,1,4M
)
785 tlwr703_cmdline
=board
=TL-WR703N console
=ttyATH0
,115200
786 define Image
/Build
/Profile
/TLWR703
787 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr703n-v1
,$(tlwr703_cmdline
),0x07030101,1,4Mlzma
)
790 tlwr740_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
791 tlwr740v4_cmdline
=board
=TL-WR741ND-v4 console
=ttyATH0
,115200
792 define Image
/Build
/Profile
/TLWR740
793 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr740n-v1
,$(tlwr740_cmdline
),0x07400001,1,4M
)
794 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr740n-v3
,$(tlwr740_cmdline
),0x07400003,1,4M
)
795 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr740n-v4
,$(tlwr740v4_cmdline
),0x07400004,1,4Mlzma
)
798 tlwr741_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
799 tlwr741v4_cmdline
=board
=TL-WR741ND-v4 console
=ttyATH0
,115200
800 define Image
/Build
/Profile
/TLWR741
801 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr741nd-v1
,$(tlwr741_cmdline
),0x07410001,1,4M
)
802 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr741nd-v2
,$(tlwr741_cmdline
),0x07410001,1,4M
)
803 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK-LZMA
,tl-wr741nd-v4
,$(tlwr741v4_cmdline
),0x07410004,1,4Mlzma
)
806 define Image
/Build
/Profile
/TLWR743
807 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr743nd-v1
,$(tlwr741_cmdline
),0x07430001,1,4M
)
810 tlwr841v15_cmdline
=board
=TL-WR841N-v1.5 console
=ttyS0
,115200
811 tlwr841v3_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
812 tlwr841v5_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
813 define Image
/Build
/Profile
/TLWR841
814 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINKOLD
,tl-wr841n-v1.5
,$(tlwr841v15_cmdline
),0x08410002,2,4M
)
815 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr841nd-v3
,$(tlwr841v3_cmdline
),0x08410003,3,4M
)
816 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr841nd-v5
,$(tlwr841v5_cmdline
),0x08410005,1,4M
)
817 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr841nd-v7
,$(tlwr841v5_cmdline
),0x08410007,1,4M
)
820 tlwr941v2_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
821 tlwr941v4_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
822 define Image
/Build
/Profile
/TLWR941
823 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr941nd-v2
,$(tlwr941v2_cmdline
),0x09410002,2,4M
)
824 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr941nd-v3
,$(tlwr941v2_cmdline
),0x09410002,2,4M
)
825 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr941nd-v4
,$(tlwr941v4_cmdline
),0x09410004,1,4M
)
828 tlwr1043_cmdline
=board
=TL-WR1043ND console
=ttyS0
,115200
829 define Image
/Build
/Profile
/TLWR1043
830 $(call Image
/Build
/Template
/$(fs_64kraw
)/$(1),TPLINK
,tl-wr1043nd-v1
,$(tlwr1043_cmdline
),0x10430001,1,8M
)
833 wndr3700_cmdline
=board
=WNDR3700 console
=ttyS0
,115200
834 wndr3700_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),6656k
(rootfs
),64k
(art
)ro
,7680k@
0x70000(firmware
)
835 wndr3700v2_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),14848k
(rootfs
),64k
(art
)ro
,15872k@
0x70000(firmware
)
836 define Image
/Build
/Profile
/WNDR3700
837 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700
,$(wndr3700_cmdline
),$(wndr3700_mtdlayout
),3700,WNDR3700
,"" NA
,)
838 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700v2
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDR3700v2
,"",-H
29763654+16+64)
839 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndrmac
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDRMAC
,"",-H
29763654+16+64)
840 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3800
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDR3800
,"",-H
29763654+16+128)
841 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndrmacv2
,$(wndr3700_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDRMACv2
,"",-H
29763654+16+128)
844 wr400n_cmdline
=board
=WRT400N console
=ttyS0
,115200
845 define Image
/Build
/Profile
/WRT400N
846 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WRT400N
,wrt400n
,$(wr400n_cmdline
))
849 dir825b1_cmdline
=board
=DIR-825-B1 console
=ttyS0
,115200
850 define Image
/Build
/Profile
/DIR825B1
851 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),DIR825B1
,dir-825-b1
,$(dir825b1_cmdline
))
854 wrt160nl_cmdline
=board
=WRT160NL console
=ttyS0
,115200
855 define Image
/Build
/Profile
/WRT160NL
856 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),CyberTAN
,wrt160nl
,$(wrt160nl_cmdline
),1.00.01)
859 whrg301n_cmdline
=board
=WHR-G301N console
=ttyS0
,115200
860 define Image
/Build
/Profile
/WHRG301N
861 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-g301n
,$(whrg301n_cmdline
),whrhpg300n_mtdlayout
,WHR-G301N
)
864 whrhpg300n_cmdline
=board
=WHR-HP-G300N console
=ttyS0
,115200
865 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
)
866 define Image
/Build
/Profile
/WHRHPG300N
867 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-g300n
,$(whrhpg300n_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-G300N
)
870 whrhpgn_cmdline
=board
=WHR-HP-GN console
=ttyS0
,115200
871 define Image
/Build
/Profile
/WHRHPGN
872 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-gn
,$(whrhpgn_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-GN
)
875 wzrhpg300nh_cmdline
=board
=WZR-HP-G300NH console
=ttyS0
,115200
876 define Image
/Build
/Profile
/WZRHPG300NH
877 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-g300nh
,$(wzrhpg300nh_cmdline
),WZR-HP-G300NH
)
880 wzrhpg300nh2_cmdline
=board
=WZR-HP-G300NH2 console
=ttyS0
,115200
881 define Image
/Build
/Profile
/WZRHPG300NH2
882 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-g300nh2
,$(wzrhpg300nh2_cmdline
),WZR-HP-G300NH2
)
885 wzrhpag300h_cmdline
=board
=WZR-HP-AG300H console
=ttyS0
,115200
886 define Image
/Build
/Profile
/WZRHPAG300H
887 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-ag300h
,$(wzrhpag300h_cmdline
),WZR-HP-AG300H
)
890 wzrhpg450h_cmdline
=board
=WZR-HP-G450H console
=ttyS0
,115200
891 define Image
/Build
/Profile
/WZRHPG450H
892 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WZRHPG30XNH
,wzr-hp-g450h
,$(wzrhpg450h_cmdline
),WZR-HP-AG450H
)
895 zcn1523h28_cmdline
=board
=ZCN-1523H-2 console
=ttyS0
,115200
896 define Image
/Build
/Profile
/ZCN1523H28
897 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-2-8
,$(zcn1523h28_cmdline
))
900 zcn1523h516_cmdline
=board
=ZCN-1523H-5 console
=ttyS0
,115200
901 define Image
/Build
/Profile
/ZCN1523H516
902 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-5-16
,$(zcn1523h516_cmdline
))
905 all0258n_cmdline
=board
=ALL0258N console
=ttyS0
,115200
906 define Image
/Build
/Profile
/ALL0258N
907 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,all0258n
,$(all0258n_cmdline
),,917504,5505024,KR
)
910 define Image
/Build
/Profile
/Default
911 $(call Image
/Build
/Profile
/ALFANX
,$(1))
912 $(call Image
/Build
/Profile
/ALL0258N
,$(1))
913 $(call Image
/Build
/Profile
/AP121
,$(1))
914 $(call Image
/Build
/Profile
/AP121MINI
,$(1))
915 $(call Image
/Build
/Profile
/AP81
,$(1))
916 $(call Image
/Build
/Profile
/AP83
,$(1))
917 $(call Image
/Build
/Profile
/A02RBW300N
,$(1))
918 $(call Image
/Build
/Profile
/DB120
,$(1))
919 $(call Image
/Build
/Profile
/DIR600A1
,$(1))
920 $(call Image
/Build
/Profile
/DIR615C1
,$(1))
921 $(call Image
/Build
/Profile
/DIR825B1
,$(1))
922 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
923 $(call Image
/Build
/Profile
/FR54RTR
,$(1))
924 $(call Image
/Build
/Profile
/HORNETUB
,$(1))
925 $(call Image
/Build
/Profile
/JA76PF
,$(1))
926 $(call Image
/Build
/Profile
/JWAP003
,$(1))
927 $(call Image
/Build
/Profile
/MZKW04NU
,$(1))
928 $(call Image
/Build
/Profile
/MZKW300NH
,$(1))
929 $(call Image
/Build
/Profile
/NBG_460N_550N_550NH
,$(1))
930 $(call Image
/Build
/Profile
/OM2P
,$(1))
931 $(call Image
/Build
/Profile
/PB42
,$(1))
932 $(call Image
/Build
/Profile
/PB44
,$(1))
933 $(call Image
/Build
/Profile
/PB92
,$(1))
934 $(call Image
/Build
/Profile
/TEW632BRP
,$(1))
935 $(call Image
/Build
/Profile
/TEW652BRP
,$(1))
936 $(call Image
/Build
/Profile
/TLMR3220
,$(1))
937 $(call Image
/Build
/Profile
/TLMR3420
,$(1))
938 $(call Image
/Build
/Profile
/TLWA901
,$(1))
939 $(call Image
/Build
/Profile
/TLWR703
,$(1))
940 $(call Image
/Build
/Profile
/TLWR740
,$(1))
941 $(call Image
/Build
/Profile
/TLWR741
,$(1))
942 $(call Image
/Build
/Profile
/TLWR743
,$(1))
943 $(call Image
/Build
/Profile
/TLWR841
,$(1))
944 $(call Image
/Build
/Profile
/TLWR941
,$(1))
945 $(call Image
/Build
/Profile
/TLWR1043
,$(1))
946 $(call Image
/Build
/Profile
/UBNT
,$(1))
947 $(call Image
/Build
/Profile
/WP543
,$(1))
948 $(call Image
/Build
/Profile
/WNDR3700
,$(1))
949 $(call Image
/Build
/Profile
/AP96
,$(1))
950 $(call Image
/Build
/Profile
/WRT400N
,$(1))
951 $(call Image
/Build
/Profile
/WRT160NL
,$(1))
952 $(call Image
/Build
/Profile
/WHRG301N
,$(1))
953 $(call Image
/Build
/Profile
/WHRHPG300N
,$(1))
954 $(call Image
/Build
/Profile
/WHRHPGN
,$(1))
955 $(call Image
/Build
/Profile
/WZRHPG300NH
,$(1))
956 $(call Image
/Build
/Profile
/WZRHPG300NH2
,$(1))
957 $(call Image
/Build
/Profile
/WZRHPAG300H
,$(1))
958 $(call Image
/Build
/Profile
/WZRHPG450H
,$(1))
959 $(call Image
/Build
/Profile
/ZCN1523H28
,$(1))
960 $(call Image
/Build
/Profile
/ZCN1523H516
,$(1))
963 define Image
/Build
/Profile
/Minimal
964 $(call Image
/Build
/Profile
/Default
,$(1))
967 define Image
/Build
/Profile
/Madwifi
968 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
969 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
970 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
971 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
972 $(call Image
/Build
/Profile
/WP543
,$(1))
975 define Image
/Build
/squashfs
976 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-raw
977 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-64k
978 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-64k
64
979 cp
$(KDIR
)/root.squashfs-64k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-64k
980 $(call prepare_generic_squashfs
,$(KDIR
)/root.squashfs
)
983 define Image
/Build
/Initramfs
984 $(call Image
/Build
/Profile
/$(PROFILE
),initramfs
)
988 $(call Image
/Build
/$(1))
989 dd if
=$(KDIR
)/root.
$(1) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) bs
=128k conv
=sync
990 $(call Image
/Build
/Profile
/$(PROFILE
),$(1))
993 $(eval
$(call BuildImage
))