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)))
206 define Image
/Build
/AthLzma
207 $(call MkuImageLzma
,$(2),$(3) $($(4)))
208 $(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
211 define Image
/Build
/AthLzma
/initramfs
212 $(call MkuImageLzma
,$(2),$(3) $($(4)))
215 define Image
/Build
/PB4X
216 $(call PatchKernelLzma
,$(2),$(3))
217 dd if
=$(KDIR
)/vmlinux-
$(2).bin.lzma \
218 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
219 dd if
=$(KDIR
)/root.
$(1) \
220 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
221 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
222 "$(call imgname,kernel,$(2)).bin" \
223 "$(call imgname,$(1),$(2)-rootfs).bin" \
224 $(call sysupname
,$(1),$(2))
228 define Image
/Build
/MyLoader
229 -$(STAGING_DIR_HOST
)/bin
/mkmylofw
-B
$(2) -s
$(3) \
230 -p0x030000
:0xe0000:al
:0x80060000:kernel
:$(KDIR
)/vmlinux.bin.lzma \
231 -p0x110000
:0:::rootfs
:$(KDIR
)/root.
$(1) \
232 $(call imgname
,$(1),$(2))-$(4)-factory.img
235 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
)
236 define Image
/Build
/UBNTXM
237 $(call MkuImageLzma
,$(2),$(3) $(ubntxm_mtdlayout
))
238 $(call Sysupgrade
/KR
,$(1),$(2),1048576,6684672)
239 dd if
=$(KDIR
)/vmlinux-
$(2).uImage of
=$(KDIR
)/vmlinux-
$(2).uImage.bin bs
=1024k conv
=sync
240 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
241 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
242 -k
$(KDIR
)/vmlinux-
$(2).uImage.bin \
243 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
244 -o
$(call factoryname
,$(1),$(2))
247 define Image
/Build
/UBNT
248 $(call PatchKernelLzma
,$(2),$(3))
249 dd if
=$(KDIR
)/vmlinux-
$(2).bin.lzma of
=$(KDIR
)/vmlinux-
$(2).lzma bs
=64k conv
=sync
250 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
251 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
252 -k
$(KDIR
)/vmlinux-
$(2).lzma \
253 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
254 -o
$(call factoryname
,$(1),$(2))
255 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
256 "$(KDIR)/vmlinux-$(2).lzma" \
257 "$(BIN_DIR)/$(IMG_PREFIX)-root.$(1)" \
258 $(call sysupname
,$(1),$(2))
261 define Image
/Build
/Planex
262 $(call MkuImageGzip
,$(2),$(3))
263 $(call Sysupgrade
/KR
,$(1),$(2),1441792,6356992)
264 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
265 $(STAGING_DIR_HOST
)/bin
/mkplanexfw \
268 -i
$(call sysupname
,$(1),$(2)) \
269 -o
$(call factoryname
,$(1),$(2)); \
273 define Image
/Build
/TPLINK
274 $(call PatchKernelGzip
,$(2),$(3))
275 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
276 -B
$(4) -N OpenWrt
-V
$(REVISION
)\
277 -k
$(KDIR
)/vmlinux-
$(2).bin.gz \
278 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
279 -o
$(call factoryname
,$(1),$(2))
280 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
281 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
282 -k
$(KDIR
)/vmlinux-
$(2).bin.gz \
283 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
284 -o
$(call sysupname
,$(1),$(2))
287 define Image
/Build
/TPLINK
/initramfs
288 $(call PatchKernelGzip
,$(2),$(3))
289 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
290 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
291 -k
$(KDIR
)/vmlinux-
$(2).bin.gz \
292 -o
$(call imgname
,$(1),$(2))-uImage.bin
295 define Image
/Build
/TPLINK-LZMA
296 $(call PatchKernelLzma
,$(2),$(3))
297 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
298 -B
$(4) -N OpenWrt
-V
$(REVISION
)\
299 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
300 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
301 -o
$(call factoryname
,$(1),$(2))
302 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
303 -B
$(4) -N OpenWrt
-V
$(REVISION
) -s \
304 -k
$(KDIR
)/vmlinux-
$(2).bin.lzma \
305 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
306 -o
$(call sysupname
,$(1),$(2))
309 define Image
/Build
/CyberTAN
310 $(call MkuImageGzip
,$(2),$(3))
311 $(STAGING_DIR_HOST
)/bin
/trx
-o
$(KDIR
)/image.tmp
-f
$(KDIR
)/vmlinux-
$(2).uImage \
312 -x
32 -a
0x10000 -x
-32 -f
$(KDIR
)/root.
$(1)
313 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) \
314 -i
$(KDIR
)/image.tmp \
315 -o
$(call sysupname
,$(1),$(2))
316 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(4) -g \
317 -i
$(KDIR
)/image.tmp \
318 -o
$(call factoryname
,$(1),$(2))
322 define Image
/Build
/Netgear
323 $(call MkuImageLzma
,$(2),$(3) $($(4)))
324 mkdir
-p
$(KDIR
)/wndr3700
/image
325 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
326 $(KDIR
)/vmlinux-
$(2).uImage \
327 $(KDIR
)/wndr3700
/image
/uImage \
329 $(STAGING_DIR_HOST
)/bin
/mksquashfs-lzma \
330 $(KDIR
)/wndr3700
$(KDIR
)/vmlinux-
$(2).uImage.squashfs.tmp \
331 -nopad
-noappend
-root-owned
-be
332 -rm -rf
$(KDIR
)/wndr3700
333 mkimage
-A mips
-O linux
-T filesystem
-C none \
334 -a
0xbf070000 -e
0xbf070000 \
335 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
336 -d
$(KDIR
)/vmlinux-
$(2).uImage.squashfs.tmp \
337 $(KDIR
)/vmlinux-
$(2).uImage.squashfs.tmp2
338 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
339 $(KDIR
)/vmlinux-
$(2).uImage.squashfs.tmp2 \
340 $(KDIR
)/vmlinux-
$(2).uImage.squashfs \
342 -rm -f
$(KDIR
)/vmlinux-
$(2).uImage.squashfs.tmp
*
344 dd if
=$(KDIR
)/vmlinux-
$(2).uImage.squashfs bs
=1024k conv
=sync
; \
345 dd if
=$(KDIR
)/root.
$(1) bs
=64k
; \
346 ) > $(call sysupname
,$(1),$(2))
348 [ -n
"$$$$r" ] && dashr
="-$$$$r" || dashr
= ; \
349 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
350 -B
$(6) -v OpenWrt.
$(REVISION
) -r
"$$$$r" $(8) \
351 -i
$(call sysupname
,$(1),$(2)) \
352 -o
$(call imgname
,$(1),$(2))-factory
$$$$dashr.img
; \
356 define Image
/Build
/Netgear
/initramfs
357 $(call MkuImageLzma
,$(2),$(3) $($(4)))
358 $(STAGING_DIR_HOST
)/bin
/wndr3700 \
359 $(KDIR
)/vmlinux-
$(2).uImage \
360 $(call imgname
,$(1),$(2))-uImage.bin \
364 ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh
365 define Image
/Build
/ZyXEL
366 $(call MkuImageLzma
,$(2),$(3))
367 $(call Sysupgrade
/KR
,$(1),$(2),917504,2752512)
368 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
369 if
[ ! -f
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin
]; then \
370 echo
"Warning: $(IMG_PREFIX)-$(2)-u-boot.bin not found"; \
372 $(STAGING_DIR_HOST
)/bin
/mkzynfw \
374 -b
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin \
375 -r
$(call sysupname
,$(1),$(2)):0x10000 \
376 -o
$(call factoryname
,$(1),$(2)); \
381 define Image
/Build
/Zcomax
382 $(call MkuImageLzma
,$(2),$(3))
383 $(call Sysupgrade
/RK
,$(1),$(2),1507328,6356992)
384 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
385 $(STAGING_DIR_HOST
)/bin
/mkzcfw \
387 -k
$(KDIR
)/vmlinux-
$(2).uImage \
388 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
389 -o
$(call imgname
,$(1),$(2))-factory.img
; \
393 define Image
/Build
/Template
/initramfs
/initramfs
394 $(call Image
/Build
/$(1)/initramfs
,initramfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
397 define Image
/Build
/Template
/all/squashfs
398 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
401 define Image
/Build
/Template
/all/jffs2-64k
402 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
405 define Image
/Build
/Template
/all/jffs2-128k
406 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
409 define Image
/Build
/Template
/squashfs-only
/squashfs
410 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
413 define Image
/Build
/Template
/4k
/squashfs
414 $(call Image
/Build
/$(1),squashfs-4k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
417 define Image
/Build
/Template
/64k
/squashfs
418 $(call Image
/Build
/$(1),squashfs-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
421 define Image
/Build
/Template
/64k
/jffs2-64k
422 $(call Image
/Build
/$(1),jffs2-64k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
425 define Image
/Build
/Template
/128k
/squashfs
426 $(call Image
/Build
/$(1),squashfs
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
429 define Image
/Build
/Template
/128k
/jffs2-128k
430 $(call Image
/Build
/$(1),jffs2-128k
,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
434 ap121_mtdlayout_2M
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,1216k
(rootfs
),704k
(kernel
),64k
(art
)ro
,1920k@
0x10000(firmware
)
435 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
)
437 ap121_cmdline
=board
=AP121 console
=ttyATH0
,115200
438 define Image
/Build
/Profile
/AP121
439 $(call Image
/Build
/Template
/$(fs_4k
)/$(1),AthLzma
,ap121-2M
,$(ap121_cmdline
),ap121_mtdlayout_2M
,720896,1245184,RK
)
440 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-4M
,$(ap121_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RK
)
443 ap121_mini_cmdline
=board
=AP121-MINI console
=ttyATH0
,115200
444 define Image
/Build
/Profile
/AP121MINI
445 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,ap121-mini
,$(ap121_mini_cmdline
),ap121_mtdlayout_4M
,917504,2818048,RK
)
448 ap81_cmdline
=board
=AP81 console
=ttyS0
,115200
449 define Image
/Build
/Profile
/AP81
450 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap81
,$(ap81_cmdline
),,1310720,6619136,KR
)
453 ap83_cmdline
=board
=AP83 console
=ttyS0
,115200
454 define Image
/Build
/Profile
/AP83
455 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap83
,$(ap83_cmdline
),,1310720,6619136,KR
)
458 ap96_cmdline
=board
=AP96 console
=ttyS0
,115200
459 define Image
/Build
/Profile
/AP96
460 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthGzip
,ap96
,$(ap96_cmdline
),ap96_mtdlayout
,1769472,6291456,RK
)
463 db120_cmdline
=board
=DB120 console
=ttyS0
,115200
464 define Image
/Build
/Profile
/DB120
465 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,db120
,$(db120_cmdline
),,1441792,6488064,RK
)
468 pb42_cmdline
=board
=PB42 console
=ttyS0
,115200
469 define Image
/Build
/Profile
/PB42
470 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb42
,$(pb42_cmdline
))
473 pb44_cmdline
=board
=PB44 console
=ttyS0
,115200
474 define Image
/Build
/Profile
/PB44
475 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,pb44
,$(pb44_cmdline
))
478 pb92_cmdline
=board
=PB92 console
=ttyS0
,115200
479 define Image
/Build
/Profile
/PB92
480 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,pb92
,$(pb92_cmdline
),,917504,2818048,KR
)
483 define Image
/Build
/Profile
/WP543
484 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x200000,2M
)
485 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x400000,4M
)
486 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x800000,8M
)
487 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),MyLoader
,wp543
,0x1000000,16M
)
490 dir600a1_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
491 define Image
/Build
/Profile
/DIR600A1
492 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,dir-600-a1
,$(dir600a1_cmdline
),"AP91-AR7240-RT-090223-00")
495 eap7660d_cmdline
=board
=EAP7660D console
=ttyS0
,115200
496 define Image
/Build
/Profile
/EAP7660D
497 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),PB4X
,eap7660d
,$(eap7660d_cmdline
))
500 ja76pf_cmdline
=board
=JA76PF console
=ttyS0
,115200
501 define Image
/Build
/Profile
/JA76PF
502 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,ja76pf
,$(ja76pf_cmdline
))
505 jwap003_cmdline
=board
=JWAP003 console
=ttyS0
,115200
506 define Image
/Build
/Profile
/JWAP003
507 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),PB4X
,jwap003
,$(jwap003_cmdline
))
510 fr54rtr_cmdline
=board
=DIR-600-A1 console
=ttyS0
,115200
511 define Image
/Build
/Profile
/FR54RTR
512 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Cameo7240
,fr-54rtr
,$(fr54rtr_cmdline
),"AP91-AR7240-RT-090223-01")
515 dir615c1_cmdline
=board
=DIR-615-C1 console
=ttyS0
,115200
516 define Image
/Build
/Profile
/DIR615C1
517 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,dir-615-c1
,$(dir615c1_cmdline
),"AP81-AR9130-RT-070614-02")
520 tew632brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
521 define Image
/Build
/Profile
/TEW632BRP
522 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-632brp
,$(tew632brp_cmdline
),"AP81-AR9130-RT-070614-00")
525 tew652brp_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
526 define Image
/Build
/Profile
/TEW652BRP
527 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp
,$(tew652brp_cmdline
),"AP81-AR9130-RT-080609-05")
528 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,tew-652brp-recovery
,$(tew652brp_cmdline
),"AP81-AR9130-RT-070614-02")
531 a05rbw300n_cmdline
=board
=TEW-632BRP console
=ttyS0
,115200
532 define Image
/Build
/Profile
/A02RBW300N
533 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),Cameo913x
,a02-rb-w300n
,$(a05rbw300n_cmdline
),"AP81-AR9130-RT-070614-03")
536 ubntrs_cmdline
=board
=UBNT-RS console
=ttyS0
,115200
537 define Image
/Build
/Profile
/UBNTRS
538 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rs
,$(ubntrs_cmdline
),RS
,RSx
,ar7100
)
541 ubntrspro_cmdline
=board
=UBNT-RSPRO console
=ttyS0
,115200
542 define Image
/Build
/Profile
/UBNTRSPRO
543 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-rspro
,$(ubntrspro_cmdline
),RSPRO
,RSPRO
,ar7100pro
)
546 ubntlssr71_cmdline
=board
=UBNT-LS-SR71 console
=ttyS0
,115200
547 define Image
/Build
/Profile
/UBNTLSSR71
548 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNT
,ubnt-ls-sr71
,$(ubntlssr71_cmdline
),LS-SR71
,LS-SR71
,ar7100
)
551 ubntbulletm_cmdline
=board
=UBNT-BM console
=ttyS0
,115200
552 define Image
/Build
/Profile
/UBNTBULLETM
553 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-bullet-m
,$(ubntbulletm_cmdline
),XM
,UBNTXM
,ar7240
)
556 ubntrocketm_cmdline
=board
=UBNT-RM console
=ttyS0
,115200
557 define Image
/Build
/Profile
/UBNTROCKETM
558 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-rocket-m
,$(ubntrocketm_cmdline
),XM
,UBNTXM
,ar7240
)
561 ubntnanom_cmdline
=board
=UBNT-NM console
=ttyS0
,115200
562 define Image
/Build
/Profile
/UBNTNANOM
563 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-nano-m
,$(ubntnanom_cmdline
),XM
,UBNTXM
,ar7240
)
566 ubntunifi_cmdline
=board
=UBNT-XM console
=ttyS0
,115200
567 define Image
/Build
/Profile
/UBNTUNIFI
568 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),UBNTXM
,ubnt-unifi
,$(ubntunifi_cmdline
),XM
,UBNTXM
,ar7240
)
571 define Image
/Build
/Profile
/UBNT
572 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
573 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
574 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
575 $(call Image
/Build
/Profile
/UBNTBULLETM
,$(1))
576 $(call Image
/Build
/Profile
/UBNTROCKETM
,$(1))
577 $(call Image
/Build
/Profile
/UBNTNANOM
,$(1))
578 $(call Image
/Build
/Profile
/UBNTUNIFI
,$(1))
581 mzkw04nu_cmdline
=board
=MZK-W04NU console
=ttyS0
,115200
582 define Image
/Build
/Profile
/MZKW04NU
583 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w04nu
,$(mzkw04nu_cmdline
))
586 mzkw300nh_cmdline
=board
=MZK-W300NH console
=ttyS0
,115200
587 define Image
/Build
/Profile
/MZKW300NH
588 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Planex
,mzk-w300nh
,$(mzkw300nh_cmdline
))
591 nbg460n_cmdline
=board
=NBG460N console
=ttyS0
,115200
592 define Image
/Build
/Profile
/NBG_460N_550N_550NH
593 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),ZyXEL
,nbg460n_550n_550nh
,$(nbg460n_cmdline
),NBG-460N
)
596 tlmr3220_cmdline
=board
=TL-MR3220 console
=ttyS0
,115200
597 define Image
/Build
/Profile
/TLMR3220V1
598 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-mr3220-v1
,$(tlmr3220_cmdline
),TL-MR3220v1
)
601 tlmr3420_cmdline
=board
=TL-MR3420 console
=ttyS0
,115200
602 define Image
/Build
/Profile
/TLMR3420V1
603 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-mr3420-v1
,$(tlmr3420_cmdline
),TL-MR3420v1
)
606 tlwa901nd_cmdline
=board
=TL-WA901ND console
=ttyS0
,115200
607 define Image
/Build
/Profile
/TLWA901NDV1
608 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wa901nd-v1
,$(tlwa901nd_cmdline
),TL-WA901NDv1
)
611 tlwa901ndv2_cmdline
=board
=TL-WA901ND-v2 console
=ttyS0
,115200
612 define Image
/Build
/Profile
/TLWA901NDV2
613 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wa901nd-v2
,$(tlwa901ndv2_cmdline
),TL-WA901NDv2
)
616 tlwr741ndv1_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
617 define Image
/Build
/Profile
/TLWR741NDV1
618 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr741nd-v1
,$(tlwr741ndv1_cmdline
),TL-WR741NDv1
)
621 tlwr741ndv4_cmdline
=board
=TL-WR741ND-v4 console
=ttyATH0
,115200
622 define Image
/Build
/Profile
/TLWR741NDV4
623 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK-LZMA
,tl-wr741nd-v4
,$(tlwr741ndv4_cmdline
),TL-WR741NDv4
)
626 tlwr740nv1_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
627 define Image
/Build
/Profile
/TLWR740NV1
628 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr740n-v1
,$(tlwr740nv1_cmdline
),TL-WR740Nv1
)
631 tlwr740nv3_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
632 define Image
/Build
/Profile
/TLWR740NV3
633 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr740n-v3
,$(tlwr740nv3_cmdline
),TL-WR740Nv3
)
636 define Image
/Build
/Profile
/TLWR743NDV1
637 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr743nd-v1
,$(tlwr741ndv1_cmdline
),TL-WR743NDv1
)
640 tlwr841nv15_cmdline
=board
=TL-WR841N-v1.5 console
=ttyS0
,115200
641 define Image
/Build
/Profile
/TLWR841NV15
642 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr841n-v1.5
,$(tlwr841nv15_cmdline
),TL-WR841Nv1.5
)
645 tlwr841ndv3_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
646 define Image
/Build
/Profile
/TLWR841NDV3
647 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr841nd-v3
,$(tlwr841ndv3_cmdline
),TL-WR841NDv3
)
650 tlwr841ndv5_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
651 define Image
/Build
/Profile
/TLWR841NDV5
652 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr841nd-v5
,$(tlwr841ndv5_cmdline
),TL-WR841NDv5
)
655 tlwr841ndv7_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
656 define Image
/Build
/Profile
/TLWR841NDV7
657 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr841nd-v7
,$(tlwr841ndv7_cmdline
),TL-WR841NDv7
)
660 tlwr941ndv2_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
661 define Image
/Build
/Profile
/TLWR941NDV2
662 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr941nd-v2
,$(tlwr941ndv2_cmdline
),TL-WR941NDv2
)
665 tlwr941ndv3_cmdline
=board
=TL-WR941ND console
=ttyS0
,115200
666 define Image
/Build
/Profile
/TLWR941NDV3
667 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr941nd-v3
,$(tlwr941ndv3_cmdline
),TL-WR941NDv2
)
670 tlwr941ndv4_cmdline
=board
=TL-WR741ND console
=ttyS0
,115200
671 define Image
/Build
/Profile
/TLWR941NDV4
672 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK
,tl-wr941nd-v4
,$(tlwr941ndv4_cmdline
),TL-WR941NDv4
)
675 tlwr1043nd_cmdline
=board
=TL-WR1043ND console
=ttyS0
,115200
676 define Image
/Build
/Profile
/TLWR1043NDV1
677 $(call Image
/Build
/Template
/$(fs_squash
)/$(1),TPLINK
,tl-wr1043nd-v1
,$(tlwr1043nd_cmdline
),TL-WR1043NDv1
)
680 tlwr703n_cmdline
=board
=TL-WR703N console
=ttyATH0
,115200
681 define Image
/Build
/Profile
/TLWR703NV1
682 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),TPLINK-LZMA
,tl-wr703n-v1
,$(tlwr703n_cmdline
),TL-WR703Nv1
)
685 wndr3700_cmdline
=board
=WNDR3700 console
=ttyS0
,115200
686 wndr3700_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),6656k
(rootfs
),64k
(art
)ro
,7680k@
0x70000(firmware
)
687 wndr3700v2_cmdline
=board
=WNDR3700v2 console
=ttyS0
,115200
688 wndr3700v2_mtdlayout
=mtdparts
=spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,1024k
(kernel
),14848k
(rootfs
),64k
(art
)ro
,15872k@
0x70000(firmware
)
689 define Image
/Build
/Profile
/WNDR3700
690 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700
,$(wndr3700_cmdline
),wndr3700_mtdlayout
,3700,WNDR3700
,"" NA
,)
691 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3700v2
,$(wndr3700v2_cmdline
),wndr3700v2_mtdlayout
,3701,WNDR3700v2
,"",-H
29763654+16+64)
692 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Netgear
,wndr3800
,$(wndr3700v2_cmdline
),wndr3700v2_mtdlayout
,3701,WNDR3800
,"",-H
29763654+16+128)
695 wr400n_cmdline
=board
=WRT400N console
=ttyS0
,115200
696 define Image
/Build
/Profile
/WRT400N
697 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WRT400N
,wrt400n
,$(wr400n_cmdline
))
700 dir825b1_cmdline
=board
=DIR-825-B1 console
=ttyS0
,115200
701 define Image
/Build
/Profile
/DIR825B1
702 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),DIR825B1
,dir-825-b1
,$(dir825b1_cmdline
))
705 wrt160nl_cmdline
=board
=WRT160NL console
=ttyS0
,115200
706 define Image
/Build
/Profile
/WRT160NL
707 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),CyberTAN
,wrt160nl
,$(wrt160nl_cmdline
),1.00.01)
710 whrg301n_cmdline
=board
=WHR-G301N console
=ttyS0
,115200
711 define Image
/Build
/Profile
/WHRG301N
712 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-g301n
,$(whrg301n_cmdline
),whrhpg300n_mtdlayout
,WHR-G301N
)
715 whrhpg300n_cmdline
=board
=WHR-HP-G300N console
=ttyS0
,115200
716 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
)
717 define Image
/Build
/Profile
/WHRHPG300N
718 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-g300n
,$(whrhpg300n_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-G300N
)
721 whrhpgn_cmdline
=board
=WHR-HP-GN console
=ttyS0
,115200
722 define Image
/Build
/Profile
/WHRHPGN
723 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),WHRHPG300N
,whr-hp-gn
,$(whrhpgn_cmdline
),whrhpg300n_mtdlayout
,WHR-HP-GN
)
726 wzrhpg300nh_cmdline
=board
=WZR-HP-G300NH console
=ttyS0
,115200
727 define Image
/Build
/Profile
/WZRHPG300NH
728 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-g300nh
,$(wzrhpg300nh_cmdline
),WZR-HP-G300NH
)
731 wzrhpag300h_cmdline
=board
=WZR-HP-AG300H console
=ttyS0
,115200
732 define Image
/Build
/Profile
/WZRHPAG300H
733 $(call Image
/Build
/Template
/$(fs_128k
)/$(1),WZRHPG30XNH
,wzr-hp-ag300h
,$(wzrhpag300h_cmdline
),WZR-HP-AG300H
)
736 zcn1523h28_cmdline
=board
=ZCN-1523H-2 console
=ttyS0
,115200
737 define Image
/Build
/Profile
/ZCN1523H28
738 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-2-8
,$(zcn1523h28_cmdline
))
741 zcn1523h516_cmdline
=board
=ZCN-1523H-5 console
=ttyS0
,115200
742 define Image
/Build
/Profile
/ZCN1523H516
743 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),Zcomax
,zcn-1523h-5-16
,$(zcn1523h516_cmdline
))
746 all0258n_cmdline
=board
=ALL0258N console
=ttyS0
,115200
747 define Image
/Build
/Profile
/ALL0258N
748 $(call Image
/Build
/Template
/$(fs_64k
)/$(1),AthLzma
,all0258n
,$(all0258n_cmdline
),,917504,5505024,KR
)
751 define Image
/Build
/Profile
/Default
752 $(call Image
/Build
/Profile
/ALL0258N
,$(1))
753 $(call Image
/Build
/Profile
/AP121
,$(1))
754 $(call Image
/Build
/Profile
/AP121MINI
,$(1))
755 $(call Image
/Build
/Profile
/AP81
,$(1))
756 $(call Image
/Build
/Profile
/AP83
,$(1))
757 $(call Image
/Build
/Profile
/A02RBW300N
,$(1))
758 $(call Image
/Build
/Profile
/DB120
,$(1))
759 $(call Image
/Build
/Profile
/DIR600A1
,$(1))
760 $(call Image
/Build
/Profile
/DIR615C1
,$(1))
761 $(call Image
/Build
/Profile
/DIR825B1
,$(1))
762 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
763 $(call Image
/Build
/Profile
/FR54RTR
,$(1))
764 $(call Image
/Build
/Profile
/JA76PF
,$(1))
765 $(call Image
/Build
/Profile
/JWAP003
,$(1))
766 $(call Image
/Build
/Profile
/MZKW04NU
,$(1))
767 $(call Image
/Build
/Profile
/MZKW300NH
,$(1))
768 $(call Image
/Build
/Profile
/NBG_460N_550N_550NH
,$(1))
769 $(call Image
/Build
/Profile
/PB42
,$(1))
770 $(call Image
/Build
/Profile
/PB44
,$(1))
771 $(call Image
/Build
/Profile
/PB92
,$(1))
772 $(call Image
/Build
/Profile
/TEW632BRP
,$(1))
773 $(call Image
/Build
/Profile
/TEW652BRP
,$(1))
774 $(call Image
/Build
/Profile
/TLMR3220V1
,$(1))
775 $(call Image
/Build
/Profile
/TLMR3420V1
,$(1))
776 $(call Image
/Build
/Profile
/TLWA901NDV1
,$(1))
777 $(call Image
/Build
/Profile
/TLWA901NDV2
,$(1))
778 $(call Image
/Build
/Profile
/TLWR741NDV1
,$(1))
779 $(call Image
/Build
/Profile
/TLWR741NDV4
,$(1))
780 $(call Image
/Build
/Profile
/TLWR740NV1
,$(1))
781 $(call Image
/Build
/Profile
/TLWR740NV3
,$(1))
782 $(call Image
/Build
/Profile
/TLWR743NDV1
,$(1))
783 $(call Image
/Build
/Profile
/TLWR841NV15
,$(1))
784 $(call Image
/Build
/Profile
/TLWR841NDV3
,$(1))
785 $(call Image
/Build
/Profile
/TLWR841NDV5
,$(1))
786 $(call Image
/Build
/Profile
/TLWR841NDV7
,$(1))
787 $(call Image
/Build
/Profile
/TLWR941NDV2
,$(1))
788 $(call Image
/Build
/Profile
/TLWR941NDV3
,$(1))
789 $(call Image
/Build
/Profile
/TLWR941NDV4
,$(1))
790 $(call Image
/Build
/Profile
/TLWR1043NDV1
,$(1))
791 $(call Image
/Build
/Profile
/TLWR703NV1
,$(1))
792 $(call Image
/Build
/Profile
/UBNT
,$(1))
793 $(call Image
/Build
/Profile
/WP543
,$(1))
794 $(call Image
/Build
/Profile
/WNDR3700
,$(1))
795 $(call Image
/Build
/Profile
/AP96
,$(1))
796 $(call Image
/Build
/Profile
/WRT400N
,$(1))
797 $(call Image
/Build
/Profile
/WRT160NL
,$(1))
798 $(call Image
/Build
/Profile
/WHRG301N
,$(1))
799 $(call Image
/Build
/Profile
/WHRHPG300N
,$(1))
800 $(call Image
/Build
/Profile
/WHRHPGN
,$(1))
801 $(call Image
/Build
/Profile
/WZRHPG300NH
,$(1))
802 $(call Image
/Build
/Profile
/WZRHPAG300H
,$(1))
803 $(call Image
/Build
/Profile
/ZCN1523H28
,$(1))
804 $(call Image
/Build
/Profile
/ZCN1523H516
,$(1))
807 define Image
/Build
/Profile
/Minimal
808 $(call Image
/Build
/Profile
/Default
,$(1))
811 define Image
/Build
/Profile
/Madwifi
812 $(call Image
/Build
/Profile
/EAP7660D
,$(1))
813 $(call Image
/Build
/Profile
/UBNTRS
,$(1))
814 $(call Image
/Build
/Profile
/UBNTRSPRO
,$(1))
815 $(call Image
/Build
/Profile
/UBNTLSSR71
,$(1))
816 $(call Image
/Build
/Profile
/WP543
,$(1))
819 define Image
/Build
/squashfs
820 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-4k
821 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-4k
4
822 cp
$(KDIR
)/root.squashfs-4k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-4k
823 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-64k
824 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-64k
4 8 64
825 cp
$(KDIR
)/root.squashfs-64k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-64k
826 $(call prepare_generic_squashfs
,$(KDIR
)/root.squashfs
)
829 define Image
/Build
/Initramfs
830 $(call Image
/Build
/Profile
/$(PROFILE
),initramfs
)
834 $(call Image
/Build
/$(1))
835 dd if
=$(KDIR
)/root.
$(1) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) bs
=128k conv
=sync
836 $(call Image
/Build
/Profile
/$(PROFILE
),$(1))
839 $(eval
$(call BuildImage
))