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 $(call imgname
,$(1),$(2))-sysupgrade.bin
19 $(call imgname
,$(1),$(2))-factory.bin
22 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux
23 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage
24 fs_squash
:=squashfs-only
29 ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS
),y
)
35 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux-initramfs
36 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage-initramfs
40 $(STAGING_DIR_HOST
)/bin
/lzma e
$(1) -lc1
-lp2
-pb2
$(2)
43 define PatchKernelLzma
44 cp
$(KDIR
)/vmlinux
$(KDIR
)/vmlinux-
$(1)
45 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR
)/vmlinux-
$(1) "$(strip $(2))"
46 $(call CompressLzma
,$(KDIR
)/vmlinux-
$(1),$(KDIR
)/vmlinux-
$(1).bin.lzma
)
49 define PatchKernelGzip
50 cp
$(KDIR
)/vmlinux
$(KDIR
)/vmlinux-
$(1)
51 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR
)/vmlinux-
$(1) "$(strip $(2))"
52 gzip
-9 -c
$(KDIR
)/vmlinux-
$(1) > $(KDIR
)/vmlinux-
$(1).bin.gz
56 mkimage
-A mips
-O linux
-T kernel
-a
0x80060000 -C
$(1) \
57 -e
0x80060000 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
62 $(call PatchKernelLzma
,$(1),$(2))
63 $(call MkuImage
,lzma
,$(KDIR
)/vmlinux-
$(1).bin.lzma
,$(KDIR
)/vmlinux-
$(1).uImage
)
67 $(call PatchKernelGzip
,$(1),$(2))
68 $(call MkuImage
,gzip
,$(KDIR
)/vmlinux-
$(1).bin.gz
,$(KDIR
)/vmlinux-
$(1).uImage
)
72 if
[ `stat -c%s "$(1)"` -gt
$(2) ]; then \
73 echo
"Warning: $(1) is too big"; \
74 else if
[ `stat -c%s $(3)` -gt
$(4) ]; then \
75 echo
"Warning: $(3) is too big"; \
77 ( dd if
=$(1) bs
=$(2) conv
=sync
; dd if
=$(3) ) > $(5); \
82 $(call CatFiles
,$(KDIR
)/vmlinux-
$(2).uImage
,$(3),$(KDIR
)/root.
$(1),$(4),$(call sysupname
,$(1),$(2)))
86 $(call CatFiles
,$(KDIR
)/root.
$(1),$(4),$(KDIR
)/vmlinux-
$(2).uImage
,$(3),$(call sysupname
,$(1),$(2)))
89 define Image
/BuildKernel
90 cp
$(KDIR
)/vmlinux.elf
$(VMLINUX
).elf
91 cp
$(KDIR
)/vmlinux
$(VMLINUX
).bin
92 gzip
-9 -c
$(KDIR
)/vmlinux
> $(KDIR
)/vmlinux.bin.gz
93 $(call CompressLzma
,$(KDIR
)/vmlinux
,$(KDIR
)/vmlinux.bin.lzma
)
94 dd if
=$(KDIR
)/vmlinux.bin.lzma of
=$(VMLINUX
).lzma bs
=65536 conv
=sync
95 dd if
=$(KDIR
)/vmlinux.bin.gz of
=$(VMLINUX
).gz bs
=65536 conv
=sync
96 $(call MkuImage
,gzip
,$(KDIR
)/vmlinux.bin.gz
,$(UIMAGE
)-gzip.bin
)
97 $(call MkuImage
,lzma
,$(KDIR
)/vmlinux.bin.lzma
,$(UIMAGE
)-lzma.bin
)
98 $(call Image
/Build
/Initramfs
)
101 define Image
/Build
/WRT400N
102 $(call MkuImageLzma
,$(2),$(3))
103 $(call Sysupgrade
/KR
,$(1),$(2),1310720,6488064)
104 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
105 wrt400n
$(KDIR
)/vmlinux-
$(2).uImage
$(KDIR
)/root.
$(1) $(call factoryname
,$(1),$(2)); \
109 dir825b1_mtdlayout
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,1024k
(kernel
),5184k
(rootfs
),64k
(caldata
)ro
,1600k
(unknown
)ro
,6208k@
0x50000(firmware
)
110 define Image
/Build
/DIR825B1
111 $(call MkuImageLzma
,$(2),$(3) $(dir825b1_mtdlayout
))
112 $(call Sysupgrade
/KR
,$(1),$(2),1048576,5308416)
113 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
115 dd if
=$(call sysupname
,$(1),$(2)); \
116 echo
-n
"01AP94-AR7161-RT-080619-00"; \
117 ) > $(call imgname
,$(1),$(2))-backup-loader.bin
; \
118 if
[ `stat -c%s $(call sysupname,$(1),$(2))` -gt
4194304 ]; then \
119 echo
"Warning: $(call sysupname,$(1),$(2)) is too big"; \
122 dd if
=$(call sysupname
,$(1),$(2)) bs
=4096k conv
=sync
; \
123 echo
-n
"00AP94-AR7161-RT-080619-00"; \
124 ) > $(call factoryname
,$(1),$(2)); \
129 define Image
/Build
/WZRHPG30XNH
130 $(call MkuImageLzma
,$(2),$(3))
131 $(call Sysupgrade
/KR
,$(1),$(2),1048576,31850496)
132 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
134 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
135 dd if
=$(call sysupname
,$(1),$(2)); \
136 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
137 buffalo-enc
-p
$(4) -v
1.99 \
138 -i
$(call sysupname
,$(1),$(2)) \
139 -o
$(KDIR
)/$(2).enc
; \
140 buffalo-tag
-b
$(4) -p
$(4) -a ath
-v
1.99 -m
1.01 -l mlang8 \
141 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
142 -i
$(KDIR
)/$(2).enc \
143 -o
$(call factoryname
,$(1),$(2)); \
147 define Image
/Build
/WHRHPG300N
148 $(call MkuImageLzma
,$(2),$(3) $($(4)))
149 $(call Sysupgrade
/KR
,$(1),$(2),917504,2883584)
150 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
152 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
153 dd if
=$(call sysupname
,$(1),$(2)); \
154 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
155 buffalo-enc
-p
$(5) -v
1.99 \
156 -i
$(call sysupname
,$(1),$(2)) \
157 -o
$(KDIR
)/$(2).enc
; \
158 buffalo-tag
-b
$(5) -p
$(5) -a ath
-v
1.99 -m
1.01 -l mlang8 \
159 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
160 -i
$(KDIR
)/$(2).enc \
161 -o
$(call factoryname
,$(1),$(2)); \
165 define Image
/Build
/Cameo
166 $(call MkuImageLzma
,$(2),$(3) $($(4)))
167 $(call Sysupgrade
/KR
,$(1),$(2),$(5),$(6))
168 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
170 dd if
=$(KDIR
)/vmlinux-
$(2).uImage bs
=$(5) conv
=sync
; \
171 dd if
=$(KDIR
)/root.
$(1) bs
=$(6) conv
=sync
; \
173 ) > $(call factoryname
,$(1),$(2)); \
177 cameo913x_mtdlayout
=mtdparts
=spi0.0
:128k
(u-boot
)ro
,64k
(config
)ro
,896k
(kernel
),2944k
(rootfs
),64k
(art
)ro
,3840k@
0x30000(firmware
)
178 define Image
/Build
/Cameo913x
179 $(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo913x_mtdlayout
),917504,2949120,$(4))
182 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
)
183 define Image
/Build
/Cameo7240
184 $(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo7240_mtdlayout
),917504,2818048,$(4))
187 define Image
/Build
/Ath
188 $(call Sysupgrade
/$(7),$(1),$(2),$(5),$(6))
189 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
190 dd if
=$(KDIR
)/vmlinux-
$(2).uImage \
191 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
; \
192 dd if
=$(KDIR
)/root.
$(1) \
193 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
; \
197 define Image
/Build
/AthGzip
198 $(call MkuImageGzip
,$(2),$(3) $($(4)))
199 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
202 define Image
/Build
/AthGzip
/initramfs
203 $(call MkuImageLzma
,$(2),$(3) $($(4)))
204 $(CP
) $(KDIR
)/vmlinux-
$(2).uImage
$(call imgname
,$(1),$(2))-uImage.bin
207 define Image
/Build
/AthLzma
208 $(call MkuImageLzma
,$(2),$(3) $($(4)))
209 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
212 define Image
/Build
/AthLzma
/initramfs
213 $(call MkuImageLzma
,$(2),$(3) $($(4)))
214 $(CP
) $(KDIR
)/vmlinux-
$(2).uImage
$(call imgname
,$(1),$(2))-uImage.bin
217 define Image
/Build
/PB4X
218 $(call PatchKernelLzma
,$(2),$(3))
219 dd if
=$(KDIR
)/vmlinux-
$(2).bin.lzma \
220 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
221 dd if
=$(KDIR
)/root.
$(1) \
222 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
223 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
224 "$(call imgname,kernel,$(2)).bin" \
225 "$(call imgname,$(1),$(2)-rootfs).bin" \
226 $(call sysupname
,$(1),$(2))
230 define Image
/Build
/MyLoader
231 -$(STAGING_DIR_HOST
)/bin
/mkmylofw
-B
$(2) -s
$(3) \
232 -p0x030000
:0xe0000:al
:0x80060000:kernel
:$(KDIR
)/vmlinux.bin.lzma \
233 -p0x110000
:0:::rootfs
:$(KDIR
)/root.
$(1) \
234 $(call imgname
,$(1),$(2))-$(4)-factory.img
237 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
)
238 define Image
/Build
/UBNTXM
239 $(call MkuImageLzma
,$(2),$(3) $(ubntxm_mtdlayout
))
240 $(call Sysupgrade
/KR
,$(1),$(2),1048576,6684672)
241 dd if
=$(KDIR
)/vmlinux-
$(2).uImage of
=$(KDIR
)/vmlinux-
$(2).uImage.bin bs
=1024k conv
=sync
242 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
243 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
244 -k
$(KDIR
)/vmlinux-
$(2).uImage.bin \
245 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
246 -o
$(call factoryname
,$(1),$(2))
249 define Image
/Build
/UBNT
250 $(call PatchKernelLzma
,$(2),$(3))
251 dd if
=$(KDIR
)/vmlinux-
$(2).bin.lzma of
=$(KDIR
)/vmlinux-
$(2).lzma bs
=64k conv
=sync
252 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
253 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
254 -k
$(KDIR
)/vmlinux-
$(2).lzma \
255 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
256 -o
$(call factoryname
,$(1),$(2))
257 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
258 "$(KDIR)/vmlinux-$(2).lzma" \
259 "$(BIN_DIR)/$(IMG_PREFIX)-root.$(1)" \
260 $(call sysupname
,$(1),$(2))
263 define Image
/Build
/Planex
264 $(call MkuImageGzip
,$(2),$(3))
265 $(call Sysupgrade
/KR
,$(1),$(2),1441792,6356992)
266 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
267 $(STAGING_DIR_HOST
)/bin
/mkplanexfw \
270 -i
$(call sysupname
,$(1),$(2)) \
271 -o
$(call factoryname
,$(1),$(2)); \
275 define Image
/Build
/TPLINK
276 $(call PatchKernelGzip
,$(2),$(3))
277 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
278 -B
$(4) -N OpenWrt
-V
$(REVISION
)\
279 -k
$(KDIR
)/vmlinux-
$(2).bin.gz \
280 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
281 -o
$(call factoryname
,$(1),$(2))
282 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
283 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
284 -k
$(KDIR
)/vmlinux-
$(2).bin.gz \
285 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
286 -o
$(call sysupname
,$(1),$(2))
289 define Image
/Build
/TPLINK
/initramfs
290 $(call PatchKernelGzip
,$(2),$(3))
291 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
292 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
293 -k
$(KDIR
)/vmlinux-
$(2).bin.gz \
294 -o
$(call imgname
,$(1),$(2))-uImage.bin
297 define Image
/Build
/TPLINK-LZMA
298 $(call PatchKernelLzma
,$(2),$(3))
299 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
300 -B
$(4) -N OpenWrt
-V
$(REVISION
)\
301 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
302 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
303 -o
$(call factoryname
,$(1),$(2))
304 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
305 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
306 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
307 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
308 -o
$(call sysupname
,$(1),$(2))
311 define Image
/Build
/TPLINK-LZMA
/initramfs
312 $(call PatchKernelLzma
,$(2),$(3))
313 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
314 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
315 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
316 -o
$(call imgname
,$(1),$(2))-uImage.bin
319 define Image
/Build
/CyberTAN
320 $(call MkuImageGzip
,$(2),$(3))
321 $(STAGING_DIR_HOST
)/bin
/trx
-o
$(KDIR
)/image.tmp
-f
$(KDIR
)/vmlinux-
$(2).uImage \
322 -x
32 -a
0x10000 -x
-32 -f
$(KDIR
)/root.
$(1)
323 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) \
324 -i
$(KDIR
)/image.tmp \
325 -o
$(call sysupname
,$(1),$(2))
326 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) -g \
327 -i
$(KDIR
)/image.tmp \
328 -o
$(call factoryname
,$(1),$(2))
332 define Image
/Build
/Netgear
/Build_uImage
333 $(call MkuImageLzma
,$(1),$(2) $(3))
335 mkdir
-p
$(KDIR
)/$(1)/image
336 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
337 $(KDIR
)/vmlinux-
$(1).uImage \
338 $(KDIR
)/$(1)/image
/uImage \
340 $(STAGING_DIR_HOST
)/bin
/mksquashfs-lzma \
341 $(KDIR
)/$(1) $(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp \
342 -nopad
-noappend
-root-owned
-be
344 mkimage
-A mips
-O linux
-T filesystem
-C none \
345 -a
0xbf070000 -e
0xbf070000 \
346 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
347 -d
$(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp \
348 $(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp2
349 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
350 $(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp2 \
351 $(KDIR
)/vmlinux-
$(1).uImage.squashfs \
353 -rm -f
$(KDIR
)/vmlinux-
$(1).uImage.squashfs.tmp
*
356 define Image
/Build
/Netgear
/Estimate_uImage
357 $(call Image
/Build
/Netgear
/Build_uImage
,$(1)_est
,$(2),$(3),$(4))
360 kk
=`echo '$(3)' | sed -e 's/.*[:,]\([0-9]*\)k(kernel).*/\1/'`; \
361 rk
=`echo '$(3)' | sed -e 's/.*[:,]\([0-9]*\)k(rootfs).*/\1/'`; \
362 let
'tk = kk + rk'; \
363 s
=`stat -c'%s' '$(KDIR)/vmlinux-$(1)_est.uImage.squashfs'`; \
364 c
=`echo '$(3)' | wc -c`; \
365 let
'kk = (((s + c) / (64 * 1024) + 1) * 64)'; \
366 let
'rk = tk - kk'; \
367 echo
'$(3)' | sed
-e
"s/[0-9]*k(kernel)/$$$${kk}k(kernel)/" \
368 -e
"s/[0-9]*k(rootfs)/$$$${rk}k(rootfs)/" > \
369 '$(KDIR)/$(1)_mtdparts'; \
370 let
'k = kk * 1024'; \
371 echo
"$$$${k}" > '$(KDIR)/$(1)_kernel_maxsize'; \
372 let
'r = rk * 1024'; \
373 echo
"$$$${r}" > '$(KDIR)/$(1)_rootfs_maxsize'; \
375 -rm -f
$(KDIR
)/vmlinux-
$(1)_est \
376 $(KDIR
)/vmlinux-
$(1)_est.bin.lzma \
377 $(KDIR
)/vmlinux-
$(1)_est.uImage \
378 $(KDIR
)/vmlinux-
$(1)_est.uImage.squashfs
381 define Image
/Build
/Netgear
382 $(call Image
/Build
/Netgear
/Estimate_uImage
,$(2),$(3),$(4),$(5))
383 $(call Image
/Build
/Netgear
/Build_uImage
,$(2),$(3),`cat $(KDIR)/$(2)_mtdparts`,$(5))
384 if
[ `stat -c%s '$(KDIR)/vmlinux-$(2).uImage.squashfs'` -gt \
385 `cat '$(KDIR)/$(2)_kernel_maxsize'` ]; then \
386 echo
"$(KDIR)/vmlinux-$(2).uImage.squashfs is too big" >& 2; \
387 else if
[ `stat -c%s '$(KDIR)/root.$(1)'` -gt \
388 `cat '$(KDIR)/$(2)_rootfs_maxsize'` ]; then \
389 echo
"$(KDIR)/root.$(1) is too big" >& 2; \
393 dd if
=$(KDIR
)/vmlinux-
$(2).uImage.squashfs \
394 bs
=`cat '$(KDIR)/$(2)_kernel_maxsize'` conv
=sync
; \
395 dd if
=$(KDIR
)/root.
$(1) bs
=64k
; \
396 ) > $(call sysupname
,$(1),$(2)); \
398 [ -n
"$$$$r" ] && dashr
="-$$$$r" || dashr
= ; \
399 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
400 -B
$(6) -v OpenWrt.
$(REVISION
) -r
"$$$$r" $(8) \
401 -i
$(call sysupname
,$(1),$(2)) \
402 -o
$(call imgname
,$(1),$(2))-factory
$$$$dashr.img
; \
407 define Image
/Build
/Netgear
/initramfs
408 $(call MkuImageLzma
,$(2),$(3) $($(4)))
409 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
410 $(KDIR
)/vmlinux-
$(2).uImage \
411 $(call imgname
,$(1),$(2))-uImage.bin \
415 ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh
416 define Image
/Build
/ZyXEL
417 $(call MkuImageLzma
,$(2),$(3))
418 $(call Sysupgrade
/KR
,$(1),$(2),917504,2752512)
419 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
420 if
[ ! -f
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin
]; then \
421 echo
"Warning: $(IMG_PREFIX)-$(2)-u-boot.bin not found"; \
423 $(STAGING_DIR_HOST
)/bin
/mkzynfw \
425 -b
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin \
426 -r
$(call sysupname
,$(1),$(2)):0x10000 \
427 -o
$(call factoryname
,$(1),$(2)); \
432 define Image
/Build
/OpenMesh
433 $(call MkuImageLzma
,$(2))
434 -sh
$(TOPDIR
)/scripts
/om2p-fwupgradecfg-gen.sh \
435 "$(BUILD_DIR)/om2p-fwupgrade.cfg" \
436 "$(KDIR)/vmlinux-$(2).uImage" \
438 -sh
$(TOPDIR
)/scripts
/combined-ext-image.sh \
439 "$(3)" "$(call factoryname,$(1),$(2))" \
440 "$(BUILD_DIR)/om2p-fwupgrade.cfg" "fwupgrade.cfg" \
441 "$(KDIR)/vmlinux-$(2).uImage" "kernel" \
442 "$(KDIR)/root.$(1)" "rootfs"
445 define Image
/Build
/Zcomax
446 $(call MkuImageLzma
,$(2),$(3))
447 $(call Sysupgrade
/RK
,$(1),$(2),1507328,6356992)
448 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
449 $(STAGING_DIR_HOST
)/bin
/mkzcfw \
451 -k
$(KDIR
)/vmlinux-
$(2).uImage \
452 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
453 -o
$(call imgname
,$(1),$(2))-factory.img
; \
457 define Image
/Build
/Template
/initramfs
/initramfs
458 $(call Image
/Build
/$(1)/initramfs
,initramfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
461 define Image
/Build
/Template
/all/squashfs
462 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
465 define Image
/Build
/Template
/all/jffs2-64k
466 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
469 define Image
/Build
/Template
/all/jffs2-128k
470 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
473 define Image
/Build
/Template
/squashfs-only
/squashfs
474 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
477 define Image
/Build
/Template
/4k
/squashfs
478 $(call Image
/Build
/$(1),squashfs-4k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
481 define Image
/Build
/Template
/64k
/squashfs
482 $(call Image
/Build
/$(1),squashfs-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
485 define Image
/Build
/Template
/64k
/jffs2-64k
486 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
489 define Image
/Build
/Template
/128k
/squashfs
490 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
493 define Image
/Build
/Template
/128k
/jffs2-128k
494 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
498 ap121_mtdlayout_2M
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,1216k
(rootfs
),704k
(kernel
),64k
(art
)ro
,1920k@
0x10000(firmware
)
499 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
)
501 ap121_cmdline
=board
=AP121 console
=ttyATH0
,115200
502 define Image
/Build
/Profile
/AP121
503 $(call Image
/Build
/Template
/$(fs_4k
)/$(1),AthLzma
,ap121-2M
,$(ap121_cmdline
),ap121_mtdlayout_2M
,720896,1245184,RK
)
504 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-4M
,$(ap121_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RK
)
507 ap121_mini_cmdline
=board
=AP121-MINI console
=ttyATH0
,115200
508 define Image
/Build
/Profile
/AP121MINI
509 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-mini
,$(ap121_mini_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RK
)
512 ap81_cmdline
=board
=AP81 console
=ttyS0
,115200
513 define Image
/Build
/Profile
/AP81
514 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap81
,$(ap81_cmdline
),,1310720,6619136,KR
)
517 ap83_cmdline
=board
=AP83 console
=ttyS0
,115200
518 define Image
/Build
/Profile
/AP83
519 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap83
,$(ap83_cmdline
),,1310720,6619136,KR
)
522 ap96_cmdline
=board
=AP96 console
=ttyS0
,115200
523 define Image
/Build
/Profile
/AP96
524 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap96
,$(ap96_cmdline
),ap96_mtdlayout
,1769472,6291456,RK
)
527 db120_cmdline
=board
=DB120 console
=ttyS0
,115200
528 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
)
529 define Image
/Build
/Profile
/DB120
530 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,db120
,$(db120_cmdline
),db120_mtdlayout
,1441792,6488064,RK
)
533 pb42_cmdline
=board
=PB42 console
=ttyS0
,115200
534 define Image
/Build
/Profile
/PB42
535 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb42
,$(pb42_cmdline
))
538 pb44_cmdline
=board
=PB44 console
=ttyS0
,115200
539 define Image
/Build
/Profile
/PB44
540 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb44
,$(pb44_cmdline
))
543 pb92_cmdline
=board
=PB92 console
=ttyS0
,115200
544 define Image
/Build
/Profile
/PB92
545 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,pb92
,$(pb92_cmdline
),,917504,2818048,KR
)
548 define Image
/Build
/Profile
/WP543
549 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x200000,2M
)
550 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x400000,4M
)
551 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x800000,8M
)
552 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x1000000,16M
)
555 dir600a1_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
556 define Image
/Build
/Profile
/DIR600A1
557 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,dir-600-a1
,$(dir600a1_cmdline
),"AP91-AR7240-RT-090223-00")
560 eap7660d_cmdline
=board
=EAP7660D console
=ttyS0
,115200
561 define Image
/Build
/Profile
/EAP7660D
562 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),PB4X
,eap7660d
,$(eap7660d_cmdline
))
565 ja76pf_cmdline
=board
=JA76PF console
=ttyS0
,115200
566 define Image
/Build
/Profile
/JA76PF
567 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,ja76pf
,$(ja76pf_cmdline
))
570 jwap003_cmdline
=board
=JWAP003 console
=ttyS0
,115200
571 define Image
/Build
/Profile
/JWAP003
572 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,jwap003
,$(jwap003_cmdline
))
575 fr54rtr_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
576 define Image
/Build
/Profile
/FR54RTR
577 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,fr-54rtr
,$(fr54rtr_cmdline
),"AP91-AR7240-RT-090223-01")
580 dir615c1_cmdline
=board
=DIR-615-C1 console
=ttyS0
,115200
581 define Image
/Build
/Profile
/DIR615C1
582 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,dir-615-c1
,$(dir615c1_cmdline
),"AP81-AR9130-RT-070614-02")
585 tew632brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
586 define Image
/Build
/Profile
/TEW632BRP
587 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-632brp
,$(tew632brp_cmdline
),"AP81-AR9130-RT-070614-00")
590 tew652brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
591 define Image
/Build
/Profile
/TEW652BRP
592 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp
,$(tew652brp_cmdline
),"AP81-AR9130-RT-080609-05")
593 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp-recovery
,$(tew652brp_cmdline
),"AP81-AR9130-RT-070614-02")
596 a05rbw300n_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
597 define Image
/Build
/Profile
/A02RBW300N
598 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,a02-rb-w300n
,$(a05rbw300n_cmdline
),"AP81-AR9130-RT-070614-03")
601 ubntairrouter_cmdline
=board
=UBNT-AR console
=ttyS0
,115200
602 define Image
/Build
/Profile
/UBNTAIRROUTER
603 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-airrouter
,$(ubntairrouter_cmdline
),XM
,UBNTXM
,ar7240
)
606 ubntrs_cmdline
=board
=UBNT-RS console
=ttyS0
,115200
607 define Image
/Build
/Profile
/UBNTRS
608 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rs
,$(ubntrs_cmdline
),RS
,RSx
,ar7100
)
611 ubntrspro_cmdline
=board
=UBNT-RSPRO console
=ttyS0
,115200
612 define Image
/Build
/Profile
/UBNTRSPRO
613 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rspro
,$(ubntrspro_cmdline
),RSPRO
,RSPRO
,ar7100pro
)
616 ubntlssr71_cmdline
=board
=UBNT-LS-SR71 console
=ttyS0
,115200
617 define Image
/Build
/Profile
/UBNTLSSR71
618 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-ls-sr71
,$(ubntlssr71_cmdline
),LS-SR71
,LS-SR71
,ar7100
)
621 ubntbulletm_cmdline
=board
=UBNT-BM console
=ttyS0
,115200
622 define Image
/Build
/Profile
/UBNTBULLETM
623 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-bullet-m
,$(ubntbulletm_cmdline
),XM
,UBNTXM
,ar7240
)
626 ubntrocketm_cmdline
=board
=UBNT-RM console
=ttyS0
,115200
627 define Image
/Build
/Profile
/UBNTROCKETM
628 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-rocket-m
,$(ubntrocketm_cmdline
),XM
,UBNTXM
,ar7240
)
631 ubntnanom_cmdline
=board
=UBNT-NM console
=ttyS0
,115200
632 define Image
/Build
/Profile
/UBNTNANOM
633 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-nano-m
,$(ubntnanom_cmdline
),XM
,UBNTXM
,ar7240
)
636 ubntunifi_cmdline
=board
=UBNT-XM console
=ttyS0
,115200
637 define Image
/Build
/Profile
/UBNTUNIFI
638 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-unifi
,$(ubntunifi_cmdline
),XM
,UBNTXM
,ar7240
)
641 define Image
/Build
/Profile
/UBNT
642 $(call Image
/Build
/Profile
/UBNTAIRROUTER
,$(1))
643 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
644 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
645 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
646 $(call Image
/Build
/Profile
/UBNTBULLETM
,$(1))
647 $(call Image
/Build
/Profile
/UBNTROCKETM
,$(1))
648 $(call Image
/Build
/Profile
/UBNTNANOM
,$(1))
649 $(call Image
/Build
/Profile
/UBNTUNIFI
,$(1))
652 mzkw04nu_cmdline
=board
=MZK-W04NU console
=ttyS0
,115200
653 define Image
/Build
/Profile
/MZKW04NU
654 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w04nu
,$(mzkw04nu_cmdline
))
657 mzkw300nh_cmdline
=board
=MZK-W300NH console
=ttyS0
,115200
658 define Image
/Build
/Profile
/MZKW300NH
659 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w300nh
,$(mzkw300nh_cmdline
))
662 nbg460n_cmdline
=board
=NBG460N console
=ttyS0
,115200
663 define Image
/Build
/Profile
/NBG_460N_550N_550NH
664 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ZyXEL
,nbg460n_550n_550nh
,$(nbg460n_cmdline
),NBG-460N
)
667 define Image
/Build
/Profile
/OM2P
668 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),OpenMesh
,om2p
,OM2P
)
671 tlmr3220_cmdline
=board
=TL-MR3220 console
=ttyS0
,115200
672 define Image
/Build
/Profile
/TLMR3220V1
673 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-mr3220-v1
,$(tlmr3220_cmdline
),TL-MR3220v1
)
676 tlmr3420_cmdline
=board
=TL-MR3420 console
=ttyS0
,115200
677 define Image
/Build
/Profile
/TLMR3420V1
678 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-mr3420-v1
,$(tlmr3420_cmdline
),TL-MR3420v1
)
681 tlwa901nd_cmdline
=board
=TL-WA901ND console
=ttyS0
,115200
682 define Image
/Build
/Profile
/TLWA901NDV1
683 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wa901nd-v1
,$(tlwa901nd_cmdline
),TL-WA901NDv1
)
686 tlwa901ndv2_cmdline
=board
=TL-WA901ND-v2 console
=ttyS0
,115200
687 define Image
/Build
/Profile
/TLWA901NDV2
688 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wa901nd-v2
,$(tlwa901ndv2_cmdline
),TL-WA901NDv2
)
691 tlwr741ndv1_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
692 define Image
/Build
/Profile
/TLWR741NDV1
693 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr741nd-v1
,$(tlwr741ndv1_cmdline
),TL-WR741NDv1
)
696 tlwr741ndv4_cmdline
=board
=TL-WR741ND-v4 console
=ttyATH0
,115200
697 define Image
/Build
/Profile
/TLWR741NDV4
698 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK-LZMA
,tl-wr741nd-v4
,$(tlwr741ndv4_cmdline
),TL-WR741NDv4
)
701 tlwr740nv1_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
702 define Image
/Build
/Profile
/TLWR740NV1
703 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr740n-v1
,$(tlwr740nv1_cmdline
),TL-WR740Nv1
)
706 tlwr740nv3_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
707 define Image
/Build
/Profile
/TLWR740NV3
708 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr740n-v3
,$(tlwr740nv3_cmdline
),TL-WR740Nv3
)
711 define Image
/Build
/Profile
/TLWR743NDV1
712 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr743nd-v1
,$(tlwr741ndv1_cmdline
),TL-WR743NDv1
)
715 tlwr841nv15_cmdline
=board
=TL-WR841N-v1.5 console
=ttyS0
,115200
716 define Image
/Build
/Profile
/TLWR841NV15
717 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr841n-v1.5
,$(tlwr841nv15_cmdline
),TL-WR841Nv1.5
)
720 tlwr841ndv3_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
721 define Image
/Build
/Profile
/TLWR841NDV3
722 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr841nd-v3
,$(tlwr841ndv3_cmdline
),TL-WR841NDv3
)
725 tlwr841ndv5_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
726 define Image
/Build
/Profile
/TLWR841NDV5
727 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr841nd-v5
,$(tlwr841ndv5_cmdline
),TL-WR841NDv5
)
730 tlwr841ndv7_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
731 define Image
/Build
/Profile
/TLWR841NDV7
732 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr841nd-v7
,$(tlwr841ndv7_cmdline
),TL-WR841NDv7
)
735 tlwr941ndv2_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
736 define Image
/Build
/Profile
/TLWR941NDV2
737 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr941nd-v2
,$(tlwr941ndv2_cmdline
),TL-WR941NDv2
)
740 tlwr941ndv3_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
741 define Image
/Build
/Profile
/TLWR941NDV3
742 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr941nd-v3
,$(tlwr941ndv3_cmdline
),TL-WR941NDv2
)
745 tlwr941ndv4_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
746 define Image
/Build
/Profile
/TLWR941NDV4
747 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr941nd-v4
,$(tlwr941ndv4_cmdline
),TL-WR941NDv4
)
750 tlwr1043nd_cmdline
=board
=TL-WR1043ND console
=ttyS0
,115200
751 define Image
/Build
/Profile
/TLWR1043NDV1
752 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr1043nd-v1
,$(tlwr1043nd_cmdline
),TL-WR1043NDv1
)
755 tlwr703n_cmdline
=board
=TL-WR703N console
=ttyATH0
,115200
756 define Image
/Build
/Profile
/TLWR703NV1
757 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK-LZMA
,tl-wr703n-v1
,$(tlwr703n_cmdline
),TL-WR703Nv1
)
760 wndr3700_cmdline
=board
=WNDR3700 console
=ttyS0
,115200
761 wndr3700_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),6656k
(rootfs
),64k
(art
)ro
,7680k@
0x70000(firmware
)
762 wndr3700v2_cmdline
=board
=WNDR3700v2 console
=ttyS0
,115200
763 wndr3700v2_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),14848k
(rootfs
),64k
(art
)ro
,15872k@
0x70000(firmware
)
764 wndr3800_cmdline
=board
=WNDR3800 console
=ttyS0
,115200
765 define Image
/Build
/Profile
/WNDR3700
766 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700
,$(wndr3700_cmdline
),$(wndr3700_mtdlayout
),3700,WNDR3700
,"" NA
,)
767 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700v2
,$(wndr3700v2_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDR3700v2
,"",-H
29763654+16+64)
768 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3800
,$(wndr3800_cmdline
),$(wndr3700v2_mtdlayout
),3701,WNDR3800
,"",-H
29763654+16+128)
771 wr400n_cmdline
=board
=WRT400N console
=ttyS0
,115200
772 define Image
/Build
/Profile
/WRT400N
773 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WRT400N
,wrt400n
,$(wr400n_cmdline
))
776 dir825b1_cmdline
=board
=DIR-825-B1 console
=ttyS0
,115200
777 define Image
/Build
/Profile
/DIR825B1
778 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),DIR825B1
,dir-825-b1
,$(dir825b1_cmdline
))
781 wrt160nl_cmdline
=board
=WRT160NL console
=ttyS0
,115200
782 define Image
/Build
/Profile
/WRT160NL
783 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),CyberTAN
,wrt160nl
,$(wrt160nl_cmdline
),1.00.01)
786 whrg301n_cmdline
=board
=WHR-G301N console
=ttyS0
,115200
787 define Image
/Build
/Profile
/WHRG301N
788 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-g301n
,$(whrg301n_cmdline
),whrhpg300n_mtdlayout
,WHR-G301N
)
791 whrhpg300n_cmdline
=board
=WHR-HP-G300N console
=ttyS0
,115200
792 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
)
793 define Image
/Build
/Profile
/WHRHPG300N
794 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-g300n
,$(whrhpg300n_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-G300N
)
797 whrhpgn_cmdline
=board
=WHR-HP-GN console
=ttyS0
,115200
798 define Image
/Build
/Profile
/WHRHPGN
799 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-gn
,$(whrhpgn_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-GN
)
802 wzrhpg300nh_cmdline
=board
=WZR-HP-G300NH console
=ttyS0
,115200
803 define Image
/Build
/Profile
/WZRHPG300NH
804 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-g300nh
,$(wzrhpg300nh_cmdline
),WZR-HP-G300NH
)
807 wzrhpag300h_cmdline
=board
=WZR-HP-AG300H console
=ttyS0
,115200
808 define Image
/Build
/Profile
/WZRHPAG300H
809 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-ag300h
,$(wzrhpag300h_cmdline
),WZR-HP-AG300H
)
812 zcn1523h28_cmdline
=board
=ZCN-1523H-2 console
=ttyS0
,115200
813 define Image
/Build
/Profile
/ZCN1523H28
814 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-2-8
,$(zcn1523h28_cmdline
))
817 zcn1523h516_cmdline
=board
=ZCN-1523H-5 console
=ttyS0
,115200
818 define Image
/Build
/Profile
/ZCN1523H516
819 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-5-16
,$(zcn1523h516_cmdline
))
822 all0258n_cmdline
=board
=ALL0258N console
=ttyS0
,115200
823 define Image
/Build
/Profile
/ALL0258N
824 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,all0258n
,$(all0258n_cmdline
),,917504,5505024,KR
)
827 define Image
/Build
/Profile
/Default
828 $(call Image
/Build
/Profile
/ALL0258N
,$(1))
829 $(call Image
/Build
/Profile
/AP121
,$(1))
830 $(call Image
/Build
/Profile
/AP121MINI
,$(1))
831 $(call Image
/Build
/Profile
/AP81
,$(1))
832 $(call Image
/Build
/Profile
/AP83
,$(1))
833 $(call Image
/Build
/Profile
/A02RBW300N
,$(1))
834 $(call Image
/Build
/Profile
/DB120
,$(1))
835 $(call Image
/Build
/Profile
/DIR600A1
,$(1))
836 $(call Image
/Build
/Profile
/DIR615C1
,$(1))
837 $(call Image
/Build
/Profile
/DIR825B1
,$(1))
838 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
839 $(call Image
/Build
/Profile
/FR54RTR
,$(1))
840 $(call Image
/Build
/Profile
/JA76PF
,$(1))
841 $(call Image
/Build
/Profile
/JWAP003
,$(1))
842 $(call Image
/Build
/Profile
/MZKW04NU
,$(1))
843 $(call Image
/Build
/Profile
/MZKW300NH
,$(1))
844 $(call Image
/Build
/Profile
/NBG_460N_550N_550NH
,$(1))
845 $(call Image
/Build
/Profile
/OM2P
,$(1))
846 $(call Image
/Build
/Profile
/PB42
,$(1))
847 $(call Image
/Build
/Profile
/PB44
,$(1))
848 $(call Image
/Build
/Profile
/PB92
,$(1))
849 $(call Image
/Build
/Profile
/TEW632BRP
,$(1))
850 $(call Image
/Build
/Profile
/TEW652BRP
,$(1))
851 $(call Image
/Build
/Profile
/TLMR3220V1
,$(1))
852 $(call Image
/Build
/Profile
/TLMR3420V1
,$(1))
853 $(call Image
/Build
/Profile
/TLWA901NDV1
,$(1))
854 $(call Image
/Build
/Profile
/TLWA901NDV2
,$(1))
855 $(call Image
/Build
/Profile
/TLWR741NDV1
,$(1))
856 $(call Image
/Build
/Profile
/TLWR741NDV4
,$(1))
857 $(call Image
/Build
/Profile
/TLWR740NV1
,$(1))
858 $(call Image
/Build
/Profile
/TLWR740NV3
,$(1))
859 $(call Image
/Build
/Profile
/TLWR743NDV1
,$(1))
860 $(call Image
/Build
/Profile
/TLWR841NV15
,$(1))
861 $(call Image
/Build
/Profile
/TLWR841NDV3
,$(1))
862 $(call Image
/Build
/Profile
/TLWR841NDV5
,$(1))
863 $(call Image
/Build
/Profile
/TLWR841NDV7
,$(1))
864 $(call Image
/Build
/Profile
/TLWR941NDV2
,$(1))
865 $(call Image
/Build
/Profile
/TLWR941NDV3
,$(1))
866 $(call Image
/Build
/Profile
/TLWR941NDV4
,$(1))
867 $(call Image
/Build
/Profile
/TLWR1043NDV1
,$(1))
868 $(call Image
/Build
/Profile
/TLWR703NV1
,$(1))
869 $(call Image
/Build
/Profile
/UBNT
,$(1))
870 $(call Image
/Build
/Profile
/WP543
,$(1))
871 $(call Image
/Build
/Profile
/WNDR3700
,$(1))
872 $(call Image
/Build
/Profile
/AP96
,$(1))
873 $(call Image
/Build
/Profile
/WRT400N
,$(1))
874 $(call Image
/Build
/Profile
/WRT160NL
,$(1))
875 $(call Image
/Build
/Profile
/WHRG301N
,$(1))
876 $(call Image
/Build
/Profile
/WHRHPG300N
,$(1))
877 $(call Image
/Build
/Profile
/WHRHPGN
,$(1))
878 $(call Image
/Build
/Profile
/WZRHPG300NH
,$(1))
879 $(call Image
/Build
/Profile
/WZRHPAG300H
,$(1))
880 $(call Image
/Build
/Profile
/ZCN1523H28
,$(1))
881 $(call Image
/Build
/Profile
/ZCN1523H516
,$(1))
884 define Image
/Build
/Profile
/Minimal
885 $(call Image
/Build
/Profile
/Default
,$(1))
888 define Image
/Build
/Profile
/Madwifi
889 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
890 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
891 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
892 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
893 $(call Image
/Build
/Profile
/WP543
,$(1))
896 define Image
/Build
/squashfs
897 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-4k
898 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-4k
4
899 cp
$(KDIR
)/root.squashfs-4k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-4k
900 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-64k
901 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-64k
4 8 64
902 cp
$(KDIR
)/root.squashfs-64k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-64k
903 $(call prepare_generic_squashfs
,$(KDIR
)/root.squashfs
)
906 define Image
/Build
/Initramfs
907 $(call Image
/Build
/Profile
/$(PROFILE
),initramfs
)
911 $(call Image
/Build
/$(1))
912 dd if
=$(KDIR
)/root.
$(1) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) bs
=128k conv
=sync
913 $(call Image
/Build
/Profile
/$(PROFILE
),$(1))
916 $(eval
$(call BuildImage
))