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
10 IMAGE_PROFILE
:=$(if
$(PROFILE
),$(PROFILE
),Default
)
12 JFFS2_BLOCKSIZE
= 64k
128k
256k
14 KERNEL_LOADADDR
= 0x80060000
16 DEVICE_VARS
+= NETGEAR_KERNEL_MAGIC NETGEAR_BOARD NETGEAR_ID CMDLINE CONSOLE IMAGE_SIZE
18 define Build
/netgear-squashfs
19 rm -rf
$@.fs
$@.squashfs
21 cp
$@
$@.fs
/image
/uImage
22 $(STAGING_DIR_HOST
)/bin
/mksquashfs-lzma \
24 -noappend
-root-owned
-be
-b
65536
25 dd if
=/dev
/zero bs
=1k count
=1 >> $@.squashfs
27 -A mips
-O linux
-T filesystem
-C none \
28 -M
$(NETGEAR_KERNEL_MAGIC
) \
29 -a
0xbf070000 -e
0xbf070000 \
30 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
32 rm -rf
$@.squashfs
$@.fs
35 define Build
/netgear-uImage
36 $(call Build
/uImage
,$(1) -M
$(NETGEAR_KERNEL_MAGIC
))
39 define Build
/netgear-image
40 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
41 -B
$(NETGEAR_BOARD
) -v OpenWrt.
$(REVISION
) \
42 $(if
$(NETGEAR_ID
),-H
$(NETGEAR_ID
)) \
48 # combine kernel and rootfs into one image
49 # -a align the rootfs start on an <align> bytes boundary
50 # -j add jffs2 end-of-filesystem markers
51 # -s strip padding from end of the image
52 # -X reserve <size> bytes in the firmware image (hexval prefixed with 0x)
53 define Build
/mktplinkfw
54 $(STAGING_DIR_HOST
)/bin
/mktplinkfw \
55 -H
$(TPLINK_HWID
) -W
$(TPLINK_HWREV
) -F
$(TPLINK_FLASHLAYOUT
) -N OpenWrt
-V
$(REVISION
) \
60 -a
$(call rootfs_align
,$(FILESYSTEM
)) \
61 $(if
$(findstring sysupgrade
,$1),-s
)
66 define Build
/mktplinkfw-initramfs
67 $(STAGING_DIR_HOST
)/bin
/mktplinkfw \
68 -H
$(TPLINK_HWID
) -W
$(TPLINK_HWREV
) -F
$(TPLINK_FLASHLAYOUT
) -N OpenWrt
-V
$(REVISION
) \
76 DEVICE_VARS
+= TPLINK_HWID TPLINK_HWREV TPLINK_FLASHLAYOUT
80 DEVICE_PROFILE
= $$(BOARDNAME
)
81 PROFILES
= Default Minimal
$$(DEVICE_PROFILE
)
83 IMAGES
:= sysupgrade.bin
85 FILESYSTEMS
= $(filter-out jffs2-
%,$(TARGET_FILESYSTEMS
)) jffs2-
$$(BLOCKSIZE
)
86 CONSOLE
= ttyS0
,115200
87 CMDLINE
= $$(if
$$(BOARDNAME
),board
=$$(BOARDNAME
)) $$(if
$$(MTDPARTS
),mtdparts
=$$(MTDPARTS
)) $$(if
$$(CONSOLE
),console
=$$(CONSOLE
))
88 KERNEL
:= kernel-bin | patch-cmdline | lzma | uImage lzma
89 IMAGES
:= sysupgrade.bin
90 IMAGE
/sysupgrade.bin
= append-kernel
$$$$(BLOCKSIZE
) | append-rootfs | pad-rootfs | check-size
$$$$(IMAGE_SIZE
)
93 define Device
/carambola2
94 BOARDNAME
= CARAMBOLA2
96 CONSOLE
= ttyATH0
,115200
97 MTDPARTS
= spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,16000k
(firmware
),64k
(art
)ro
99 TARGET_DEVICES
+= carambola2
101 define Device
/wndr3700
103 NETGEAR_KERNEL_MAGIC
= 0x33373030
104 NETGEAR_BOARD
= WNDR3700
106 MTDPARTS
= spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,7680k
(firmware
),64k
(art
)ro
107 IMAGES
:= sysupgrade.bin factory.img factory-NA.img
108 KERNEL
:= kernel-bin | patch-cmdline | lzma
-d20 | netgear-uImage lzma
109 IMAGE
/default
= append-kernel
$$$$(BLOCKSIZE
) | netgear-squashfs | append-rootfs | pad-rootfs
110 IMAGE
/sysupgrade.bin
= $$(IMAGE
/default
) | check-size
$$$$(IMAGE_SIZE
)
111 IMAGE
/factory.img
= $$(IMAGE
/default
) | netgear-image | check-size
$$$$(IMAGE_SIZE
)
112 IMAGE
/factory-NA.img
= $$(IMAGE
/default
) | netgear-image NA | check-size
$$$$(IMAGE_SIZE
)
115 define Device
/wndr3700v2
117 NETGEAR_BOARD
= WNDR3700v2
118 NETGEAR_KERNEL_MAGIC
= 0x33373031
119 NETGEAR_ID
= 29763654+16+64
121 MTDPARTS
= spi0.0
:320k
(u-boot
)ro
,128k
(u-boot-env
)ro
,15872k
(firmware
),64k
(art
)ro
122 IMAGES
:= sysupgrade.bin factory.img
125 define Device
/wndr3800
127 NETGEAR_BOARD
= WNDR3800
128 NETGEAR_ID
= 29763654+16+128
131 define Device
/wndr3800ch
133 NETGEAR_BOARD
= WNDR3800CH
136 define Device
/wndrmac
138 NETGEAR_BOARD
= WNDRMAC
141 define Device
/wndrmacv2
143 NETGEAR_BOARD
= WNDRMACv2
146 TARGET_DEVICES
+= wndr3700 wndr3700v2 wndr3800 wndr3800ch wndrmac wndrmacv2
150 KERNEL
:= kernel-bin | patch-cmdline | lzma
151 KERNEL_INITRAMFS
:= kernel-bin | patch-cmdline | lzma | mktplinkfw-initramfs
152 IMAGES
:= sysupgrade.bin factory.bin
153 IMAGE
/sysupgrade.bin
:= append-rootfs | mktplinkfw sysupgrade
154 IMAGE
/factory.bin
:= append-rootfs | mktplinkfw factory
157 define Device
/tplink-4mlzma
159 TPLINK_FLASHLAYOUT
:= 4Mlzma
163 define Device
/tplink-8mlzma
165 TPLINK_FLASHLAYOUT
:= 8Mlzma
169 define Device
/tplink-16mlzma
171 TPLINK_FLASHLAYOUT
:= 16Mlzma
175 define Device
/tl-wdr4300-v1
176 $(Device
/tplink-8mlzma
)
177 BOARDNAME
= TL-WDR4300
178 DEVICE_PROFILE
= TLWDR4300
179 TPLINK_HWID
:= 0x43000001
182 define Device
/tl-wdr3500-v1
183 $(Device
/tl-wdr4300-v1
)
184 BOARDNAME
= TL-WDR3500
185 TPLINK_HWID
:= 0x35000001
188 define Device
/tl-wdr3600-v1
189 $(Device
/tl-wdr4300-v1
)
190 TPLINK_HWID
:= 0x36000001
193 define Device
/tl-wdr4300-v1-il
194 $(Device
/tl-wdr4300-v1
)
195 TPLINK_HWID
:= 0x43008001
198 define Device
/tl-wdr4310-v1
199 $(Device
/tl-wdr4300-v1
)
200 TPLINK_HWID
:= 0x43100001
203 define Device
/mw4530r-v1
204 $(Device
/tl-wdr4300-v1
)
205 TPLINK_HWID
:= 0x45300001
207 TARGET_DEVICES
+= tl-wdr3500-v1 tl-wdr3600-v1 tl-wdr4300-v1 tl-wdr4300-v1-il tl-wdr4310-v1 mw4530r-v1
209 rootfs_type
=$(patsubst jffs2-
%,jffs2
,$(patsubst squashfs-
%,squashfs
,$(1)))
214 $(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-$(call rootfs_type
,$(1))
218 $(patsubst %-256k
,0x40000,$(patsubst %-128k
,0x20000,$(patsubst %-64k
,0x10000,$(patsubst squashfs
%,0x4,$(patsubst root.
%,%,$(1))))))
222 $(call imgname
,$(1),$(2))-sysupgrade.bin
226 $(call imgname
,$(1),$(2))-factory.bin
232 $(if
$(1),board
=$(1) )$(if
$(2),console
=$(2)$(COMMA
)$(3))
236 $(shell sz
=`echo '$(2)' | sed -ne 's/.*[:$(COMMA)]\([0-9]*\)k[@]*[0-9a-zx]*($(1)).*/\1/p'`; [ -n
"$$sz" ] && echo
$$(($$sz * 1024)))
241 # $(1) : name of image build method to be used, e.g., TPLINK-LZMA, AthLzma.
242 # $(2) : name of the build template to be used, e.g. 64k, 64kraw, 128k, etc.
243 # $(3) : name of the profile to be defined.
245 # $(5)~$(7) : arguments for $(mkcmdline)
246 # board=$(1) console=$(2),$(3)
247 # $(8)~$(14): extra arguments.
249 # $(1): action name, e.g. loader, buildkernel, squashfs, etc.
250 define Image
/Build
/Profile
/$(3)
251 $$(call Image
/Build
/Template
/$(2)/$$(1),$(1),$(4),$$(call mkcmdline
,$(5),$(6),$(7)),$(8),$(9),$(10),$(11),$(12),$(13),$(14))
253 SINGLE_PROFILES
+= $(3)
256 # $(1), name of the MultiProfile to be added.
257 # $(2), name of Profiles to be included in the MultiProfile.
259 define Image
/Build
/Profile
/$(1)
261 $$(call Image
/Build
/Profile
/$p,$$(1))
266 LOADER_MAKE
:= $(NO_TRACE_MAKE
) -C lzma-loader KDIR
=$(KDIR
)
268 KDIR_TMP
:=$(KDIR
)/tmp
269 VMLINUX
:=$(BIN_DIR
)/$(IMG_PREFIX
)-vmlinux
270 UIMAGE
:=$(BIN_DIR
)/$(IMG_PREFIX
)-uImage
274 # $(3): extra arguments for lzma.
276 $(STAGING_DIR_HOST
)/bin
/lzma e
$(1) -lc1
-lp2
-pb2
$(3) $(2)
280 cp
$(KDIR
)/vmlinux
$(3) $(KDIR_TMP
)/vmlinux
$(3)-$(1)
281 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR_TMP
)/vmlinux
$(3)-$(1) "$(strip $(2))"
284 define PatchKernel
/initramfs
285 $(call PatchKernel
,$(1),$(2),-initramfs
)
286 cp
$(KDIR_TMP
)/vmlinux-initramfs-
$(1) $(call imgname
,initramfs
,$(1)).bin
290 # $(2): kernel command line.
291 # $(3): extra argumetns for lzma.
292 # $(4): name suffix, e.g. "-initramfs".
293 define PatchKernelLzma
294 cp
$(KDIR
)/vmlinux
$(4) $(KDIR_TMP
)/vmlinux
$(4)-$(1)
295 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR_TMP
)/vmlinux
$(4)-$(1) "$(strip $(2))"
296 $(call CompressLzma
,$(KDIR_TMP
)/vmlinux
$(4)-$(1),$(KDIR_TMP
)/vmlinux
$(4)-$(1).bin.lzma
,$(3))
299 define PatchKernelGzip
300 cp
$(KDIR
)/vmlinux
$(3) $(KDIR_TMP
)/vmlinux
$(3)-$(1)
301 $(STAGING_DIR_HOST
)/bin
/patch-cmdline
$(KDIR_TMP
)/vmlinux
$(3)-$(1) "$(strip $(2))"
302 gzip
-9 -c
$(KDIR_TMP
)/vmlinux
$(3)-$(1) > $(KDIR_TMP
)/vmlinux
$(3)-$(1).bin.gz
305 ifneq ($(SUBTARGET
),mikrotik
)
306 # $(1): compression method of the data.
307 # $(2): extra arguments.
308 # $(3): input data file.
311 mkimage
-A mips
-O linux
-T kernel
-a
0x80060000 -C
$(1) $(2) \
312 -e
0x80060000 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
317 # $(2): kernel command line.
318 # $(3): extra arguments for lzma.
319 # $(4): name suffix, e.g. "-initramfs".
320 # $(5): extra arguments for mkimage.
322 $(call PatchKernelLzma
,$(1),$(2),$(3),$(4))
323 $(call MkuImage
,lzma
,$(5),$(KDIR_TMP
)/vmlinux
$(4)-$(1).bin.lzma
,$(KDIR_TMP
)/vmlinux
$(4)-$(1).uImage
)
326 define MkuImageLzma
/initramfs
327 $(call PatchKernelLzma
,$(1),$(2),$(3),-initramfs
)
328 $(call MkuImage
,lzma
,$(4),$(KDIR_TMP
)/vmlinux-initramfs-
$(1).bin.lzma
,$(call imgname
,initramfs
,$(1))-uImage.bin
)
332 $(call PatchKernelGzip
,$(1),$(2))
333 $(call MkuImage
,gzip
,,$(KDIR_TMP
)/vmlinux-
$(1).bin.gz
,$(KDIR_TMP
)/vmlinux-
$(1).uImage
)
336 define MkuImageGzip
/initramfs
337 $(call PatchKernelGzip
,$(1),$(2),-initramfs
)
338 $(call MkuImage
,gzip
,,$(KDIR_TMP
)/vmlinux-initramfs-
$(1).bin.gz
,$(call imgname
,initramfs
,$(1))-uImage.bin
)
342 $(call MkuImage
,lzma
,-M
0x4f4b4c49,$(KDIR
)/vmlinux.bin.lzma
,$(KDIR_TMP
)/vmlinux-
$(1).okli
)
346 # $(1): name of the 1st file.
347 # $(2): size limit of the 1st file if it is greater than 262144, or
348 # the erase size of the flash if it is greater than zero and less
350 # $(3): name of the 2nd file.
351 # $(4): size limit of the 2nd file if $(2) is greater than 262144, otherwise
352 # it is the size limit of the output file
353 # $(5): name of the output file.
354 # $(6): padding size.
356 if
[ $(2) -eq
0 ]; then \
357 filename
="$(3)"; fstype
=$$$${filename
##*\.}; \
358 case
"$$$${fstype}" in \
359 "jffs2-64k") bs
=65536;; \
360 "jffs2-128k") bs
=131072;; \
361 "jffs2-256k") bs
=262144;; \
362 *) bs
=`stat -c%s $(1)`;; \
364 ( dd if
=$(1) bs
=$$$${bs} conv
=sync
; cat
$(3) ) > $(5); \
365 if
[ -n
"$(6)" ]; then \
366 case
"$$$${fstype}" in \
368 padjffs2
$(5) $(6); \
372 if
[ `stat -c%s $(5)` -gt
$(4) ]; then \
373 echo
"Warning: $(5) is too big (> $(4) bytes)" >&2; \
376 else if
[ $(2) -gt
262144 ]; then \
377 if
[ `stat -c%s "$(1)"` -gt
$(2) ]; then \
378 echo
"Warning: $(1) is too big (> $(2) bytes)" >&2; \
379 else if
[ `stat -c%s $(3)` -gt
$(4) ]; then \
380 echo
"Warning: $(3) is too big (> $(4) bytes)" >&2; \
382 ( dd if
=$(1) bs
=$(2) conv
=sync
; dd if
=$(3) ) > $(5); \
385 ( dd if
=$(1) bs
=$(2) conv
=sync
; dd if
=$(3) ) > $(5); \
386 if
[ `stat -c%s $(5)` -gt
$(4) ]; then \
387 echo
"Warning: $(5) is too big (> $(4) bytes)" >&2; \
395 # $(3): kernel image size limit.
396 # $(4): rootfs image size limit.
397 # $(5): padding argument for padjffs2.
398 Sysupgrade
/KR
=$(call CatFiles
,$(2),$(3),$(KDIR
)/root.
$(1),$(4),$(call sysupname
,$(1),$(5)))
399 Sysupgrade
/KRuImage
=$(call CatFiles
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
,$(3),$(KDIR
)/root.
$(1),$(4),$(call sysupname
,$(1),$(2)),$(5))
400 Sysupgrade
/RKuImage
=$(call CatFiles
,$(KDIR
)/root.
$(1),$(4),$(KDIR_TMP
)/vmlinux-
$(2).uImage
,$(3),$(call sysupname
,$(1),$(2)))
402 # $(1): ubinize ini file
403 # $(2): working directory
405 # $(4): physical erase block size
406 # $(5): minimum I/O unit size
407 # $(6): custom options
410 ( cd
$(2); $(STAGING_DIR_HOST
)/bin
/ubinize
-o
$(3) -p
$(4) -m
$(5) $(6) $(1))
414 # Embed lzma-compressed kernel inside lzma-loader.
416 # $(1), suffix of output filename, e.g. generic, lowercase board name, etc.
417 # $(2), suffix of target file to build, e.g. bin, gz, elf
418 # $(3), kernel command line to pass from lzma-loader to kernel
420 # $(5), suffix of kernel filename, e.g. -initramfs, or empty
421 define Image
/BuildLoader
422 -rm -rf
$(KDIR
)/lzma-loader
423 $(LOADER_MAKE
) LOADER
=loader-
$(1).
$(2) KERNEL_CMDLINE
="$(3)"\
424 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
425 LOADER_DATA
="$(KDIR)/vmlinux$(5).bin.lzma" BOARD
="$(1)" \
427 -$(CP
) $(KDIR
)/loader-
$(1).
$(2) $(KDIR
)/loader-
$(1)$(5).
$(2)
431 # Build lzma-loader alone which will search for lzma-compressed kernel identified by
432 # uImage header with magic "OKLI" at boot time.
434 # $(4), offset into the flash space to start searching uImage magic "OKLI".
435 # $(5), size of search range starting at $(4). With 0 as the value, uImage
436 # header is expected to be at precisely $(4)
437 define Image
/BuildLoaderAlone
438 -rm -rf
$(KDIR
)/lzma-loader
439 $(LOADER_MAKE
) LOADER
=loader-
$(1).
$(2) KERNEL_CMDLINE
="$(3)" \
440 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
441 BOARD
="$(1)" FLASH_OFFS
=$(4) FLASH_MAX
=$(5) \
450 alfa_ap96_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,256k
(u-boot-env
)ro
,13312k
(rootfs
),2048k
(kernel
),512k
(caldata
)ro
,15360k@
0x80000(firmware
)
451 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
)
452 alfa_mtdlayout_16M
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,15936k
(firmware
),64k
(nvram
),64k
(art
)ro
453 all0258n_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
),64k
(u-boot-env
),6272k
(firmware
),1536k
(failsafe
),64k
(art
)
454 all0315n_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,256k
(u-boot-env
),13568k
(firmware
),2048k
(failsafe
),256k
(art
)ro
455 ap81_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,5120k
(rootfs
),2688k
(kernel
),64k
(art
)ro
,7808k@
0x50000(firmware
)
456 ap83_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,128k
(u-boot-env
)ro
,4096k
(rootfs
),3648k
(kernel
),64k
(art
)ro
,7744k@
0x60000(firmware
)
457 ap96_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(u-boot-env
)ro
,6144k
(rootfs
),1728k
(kernel
),64k
(art
)ro
,7872k@
0x40000(firmware
)
458 ap113_mtd_layout
=mtdparts
=spi0.0
:64k
(u-boot
),3008k
(rootfs
),896k
(uImage
),64k
(NVRAM
),64k
(ART
),3904k@
0x10000(firmware
)
459 ap121_mtdlayout_2M
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,1216k
(rootfs
),704k
(kernel
),64k
(art
)ro
,1920k@
0x10000(firmware
)
460 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
)
461 ap132_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1408k
(kernel
),6400k
(rootfs
),64k
(art
),7808k@
0x50000(firmware
)
462 ap135_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,14528k
(rootfs
),1472k
(kernel
),64k
(art
)ro
,16000k@
0x50000(firmware
)
463 ap136_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,6336k
(rootfs
),1408k
(kernel
),64k
(mib0
),64k
(art
)ro
,7744k@
0x50000(firmware
)
464 bxu2000n2_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1408k
(kernel
),8448k
(rootfs
),6016k
(user
),64k
(cfg
),64k
(oem
),64k
(art
)ro
465 cameo_ap81_mtdlayout
=mtdparts
=spi0.0
:128k
(u-boot
)ro
,64k
(config
)ro
,3840k
(firmware
),64k
(art
)ro
466 cameo_ap91_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(nvram
)ro
,3712k
(firmware
),64k
(mac
)ro
,64k
(art
)ro
467 cameo_ap99_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(nvram
)ro
,3520k
(firmware
),64k
(mac
)ro
,192k
(lp
)ro
,64k
(art
)ro
468 cameo_ap121_mtdlayout
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,64k
(art
)ro
,64k
(mac
)ro
,64k
(nvram
)ro
,192k
(language
)ro
,3648k
(firmware
)
469 cameo_ap121_mtdlayout_8M
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,64k
(art
)ro
,64k
(mac
)ro
,64k
(nvram
)ro
,256k
(language
)ro
,7680k@
0x80000(firmware
)
470 cameo_db120_mtdlayout
=mtdparts
=spi0.0
:64k
(uboot
)ro
,64k
(nvram
)ro
,15936k
(firmware
),192k
(lang
)ro
,64k
(mac
)ro
,64k
(art
)ro
471 cameo_db120_mtdlayout_8M
=mtdparts
=spi0.0
:64k
(uboot
)ro
,64k
(nvram
)ro
,7872k
(firmware
),128k
(lang
)ro
,64k
(art
)ro
472 cap4200ag_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
),64k
(u-boot-env
),320k
(custom
)ro
,1536k
(kernel
),12096k
(rootfs
),2048k
(failsafe
),64k
(art
),13632k@
0xa0000(firmware
)
473 cpe510_mtdlayout
=mtdparts
=spi0.0
:128k
(u-boot
)ro
,64k
(pation-table
)ro
,64k
(product-info
)ro
,1536k
(kernel
),6144k
(rootfs
),192k
(config
)ro
,64k
(ART
)ro
,7680k@
0x40000(firmware
)
474 eap300v2_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
),320k
(custom
),13632k
(firmware
),2048k
(failsafe
),64k
(art
)ro
475 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
)
476 dgl_5500_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(nvram
)ro
,15296k
(firmware
),192k
(lang
)ro
,512k
(my-dlink
)ro
,64k
(mac
)ro
,64k
(art
)ro
477 cameo_ap94_mtdlayout
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,6208k
(firmware
),64k
(caldata
)ro
,1600k
(unknown
)ro
,64k@
0x7f0000(caldata_copy
)
478 cameo_ap94_mtdlayout_fat
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,7808k
(firmware
),64k
(caldata
)ro
,64k@
0x660000(caldata_orig
),6208k@
0x50000(firmware_orig
)
479 esr900_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1408k
(kernel
),13248k
(rootfs
),1024k
(manufacture
)ro
,64k
(backup
)ro
,320k
(storage
)ro
,64k
(caldata
)ro
,14656k@
0x40000(firmware
)
480 esr1750_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1408k
(kernel
),13248k
(rootfs
),1024k
(manufacture
)ro
,64k
(backup
)ro
,320k
(storage
)ro
,64k
(caldata
)ro
,14656k@
0x40000(firmware
)
481 ew-dorin_mtdlayout_4M
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
),3712k
(firmware
),64k
(art
)
482 ew-dorin_mtdlayout_16M
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
),16000k
(firmware
),64k
(art
)
483 f9k1115v2_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
),14464k
(rootfs
),1408k
(kernel
),64k
(nvram
)ro
,64k
(envram
)ro
,64k
(art
)ro
,15872k@
0x50000(firmware
)
484 dlrtdev_mtdlayout
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,6208k
(firmware
),64k
(caldata
)ro
,640k
(certs
),960k
(unknown
)ro
,64k@
0x7f0000(caldata_copy
)
485 dlrtdev_mtdlayout_fat
=mtdparts
=spi0.0
:256k
(uboot
)ro
,64k
(config
)ro
,7168k
(firmware
),640k
(certs
),64k
(caldata
)ro
,64k@
0x660000(caldata_orig
),6208k@
0x50000(firmware_orig
)
486 dragino2_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,16000k
(firmware
),64k
(config
)ro
,64k
(art
)ro
487 hiwifi_hc6361_mtdlayout
=mtdparts
=spi0.0
:64k
(u-boot
)ro
,64k
(bdinfo
)ro
,1280k
(kernel
),14848k
(rootfs
),64k
(backup
)ro
,64k
(art
)ro
,16128k@
0x20000(firmware
)
488 pb92_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,2752k
(rootfs
),896k
(kernel
),64k
(nvram
),64k
(art
)ro
,3648k@
0x50000(firmware
)
489 planex_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,7744k
(firmware
),128k
(art
)ro
490 ubntxm_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,7552k
(firmware
),256k
(cfg
)ro
,64k
(EEPROM
)ro
491 uap_pro_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1536k
(kernel
),14208k
(rootfs
),256k
(cfg
)ro
,64k
(EEPROM
)ro
,15744k@
0x50000(firmware
)
492 ubdev_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,7488k
(firmware
),64k
(certs
),256k
(cfg
)ro
,64k
(EEPROM
)ro
493 whrhpg300n_mtdlayout
=mtdparts
=spi0.0
:248k
(u-boot
)ro
,8k
(u-boot-env
)ro
,3712k
(firmware
),64k
(art
)ro
494 wlr8100_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1408k
(kernel
),14080k
(rootfs
),192k
(unknown
)ro
,64k
(art
)ro
,384k
(unknown2
)ro
,15488k@
0x40000(firmware
)
495 wpj558_mtdlayout_16M
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,16128k
(firmware
),64k
(art
)ro
496 wndap360_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,1728k
(kernel
),6016k
(rootfs
),64k
(nvram
)ro
,64k
(art
)ro
,7744k@
0x50000(firmware
)
497 wnr2200_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,7808k
(firmware
),64k
(art
)ro
498 wnr2000v3_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,3712k
(firmware
),64k
(art
)ro
499 wnr2000v4_mtdlayout
=mtdparts
=spi0.0
:192k
(u-boot
)ro
,64k
(u-boot-env
)ro
,3776k
(firmware
),64k
(art
)ro
500 r6100_mtdlayout
=mtdparts
=ar934x-nfc
:128k
(u-boot
)ro
,256k
(caldata
),256k
(caldata-backup
),512k
(config
),512k
(pot
),2048k
(kernel
),122240k
(ubi
),25600k@
0x1a0000(firmware
),2048k
(language
),3072k
(traffic_meter
)
501 wndr4300_mtdlayout
=mtdparts
=ar934x-nfc
:256k
(u-boot
)ro
,256k
(u-boot-env
)ro
,256k
(caldata
),512k
(pot
),2048k
(language
),512k
(config
),3072k
(traffic_meter
),2048k
(kernel
),23552k
(ubi
),25600k@
0x6c0000(firmware
),256k
(caldata_backup
),-(reserved
)
502 zcn1523h_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,6208k
(rootfs
),1472k
(kernel
),64k
(configure
)ro
,64k
(mfg
)ro
,64k
(art
)ro
,7680k@
0x50000(firmware
)
503 mynet_n600_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
)ro
,64k
(devdata
)ro
,64k
(devconf
)ro
,15872k
(firmware
),64k
(radiocfg
)ro
504 mynet_rext_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,7808k
(firmware
),64k
(nvram
)ro
,64k
(ART
)ro
505 zyx_nbg6716_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(env
)ro
,64k
(RFdata
)ro
,-(nbu
);ar934x-nfc
:2048k
(zyxel_rfsd
),2048k
(romd
),1024k
(header
),2048k
(kernel
),-(ubi
)
506 qihoo_c301_mtdlayout
=mtdparts
=spi0.0
:256k
(u-boot
)ro
,64k
(u-boot-env
),64k
(devdata
),64k
(devconf
),15744k
(firmware
),64k
(warm_start
),64k
(action_image_config
),64k
(radiocfg
)ro
;spi0.1
:15360k
(upgrade2
),1024k
(privatedata
)
509 define Image
/BuildKernel
510 cp
$(KDIR
)/vmlinux.elf
$(VMLINUX
).elf
511 cp
$(KDIR
)/vmlinux
$(VMLINUX
).bin
512 dd if
=$(KDIR
)/vmlinux.bin.lzma of
=$(VMLINUX
).lzma bs
=65536 conv
=sync
513 dd if
=$(KDIR
)/vmlinux.bin.gz of
=$(VMLINUX
).gz bs
=65536 conv
=sync
514 $(call MkuImage
,gzip
,,$(KDIR
)/vmlinux.bin.gz
,$(UIMAGE
)-gzip.bin
)
515 $(call MkuImage
,lzma
,,$(KDIR
)/vmlinux.bin.lzma
,$(UIMAGE
)-lzma.bin
)
516 cp
$(KDIR
)/loader-generic.elf
$(VMLINUX
)-lzma.elf
517 -mkdir
-p
$(KDIR_TMP
)
518 $(call Image
/Build
/Profile
/$(IMAGE_PROFILE
),buildkernel
)
519 ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS
),)
520 cp
$(KDIR
)/vmlinux-initramfs.elf
$(VMLINUX
)-initramfs.elf
521 cp
$(KDIR
)/vmlinux-initramfs
$(VMLINUX
)-initramfs.bin
522 dd if
=$(KDIR
)/vmlinux-initramfs.bin.lzma of
=$(VMLINUX
)-initramfs.lzma bs
=65536 conv
=sync
523 dd if
=$(KDIR
)/vmlinux-initramfs.bin.gz of
=$(VMLINUX
)-initramfs.gz bs
=65536 conv
=sync
524 $(call MkuImage
,gzip
,,$(KDIR
)/vmlinux-initramfs.bin.gz
,$(UIMAGE
)-initramfs-gzip.bin
)
525 $(call MkuImage
,lzma
,,$(KDIR
)/vmlinux-initramfs.bin.lzma
,$(UIMAGE
)-initramfs-lzma.bin
)
526 cp
$(KDIR
)/loader-generic-initramfs.elf
$(VMLINUX
)-initramfs-lzma.elf
527 $(call Image
/Build
/Initramfs
)
531 Image
/Build
/WRT400N
/buildkernel
=$(call MkuImageLzma
,$(2),$(3))
533 define Image
/Build
/WRT400N
534 $(call Sysupgrade
/KRuImage
,$(1),$(2),1310720,6488064)
535 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
536 wrt400n
$(KDIR_TMP
)/vmlinux-
$(2).uImage
$(KDIR
)/root.
$(1) $(call factoryname
,$(1),$(2)); \
541 define Image
/Build
/CameoAP94
/buildkernel
542 $(call MkuImageLzma
,$(2),$(3) $(4))
543 $(call MkuImageLzma
,$(2)-fat
,$(3) $(5))
546 define Image
/Build
/CameoAP94
547 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
548 $(eval fwsize_fat
=$(call mtdpartsize
,firmware
,$(5)))
549 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(fwsize
)-4*64*1024)),64)
550 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
552 dd if
=$(call sysupname
,$(1),$(2)); \
554 ) > $(call imgname
,$(1),$(2))-backup-loader.bin
; \
555 if
[ `stat -c%s $(call sysupname,$(1),$(2))` -gt
4194304 ]; then \
556 echo
"Warning: $(call sysupname,$(1),$(2)) is too big" >&2; \
559 dd if
=$(call sysupname
,$(1),$(2)) bs
=4096k conv
=sync
; \
561 ) > $(call factoryname
,$(1),$(2)); \
564 $(call CatFiles
,$(KDIR_TMP
)/vmlinux-
$(2)-fat.uImage
,0,$(KDIR
)/root.
$(1),$$$$(($(fwsize_fat
)-4*64*1024)),$(KDIR_TMP
)/$(2)-fat.bin
,64)
565 if
[ -e
"$(KDIR_TMP)/$(2)-fat.bin" ]; then \
566 echo
-n
"" > $(KDIR_TMP
)/$(2)-fat.dummy
; \
567 sh
$(TOPDIR
)/scripts
/combined-image.sh \
568 "$(KDIR_TMP)/$(2)-fat.bin" \
569 "$(KDIR_TMP)/$(2)-fat.dummy" \
570 $(call sysupname
,$(1),$(2)-fat
); \
574 define Image
/Build
/WZRHP
575 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(3)-4*$(4)*1024)),$(4))
576 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
578 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
579 dd if
=$(call sysupname
,$(1),$(2)); \
580 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
581 buffalo-enc
-p
$(5) -v
1.99 \
582 -i
$(call sysupname
,$(1),$(2)) \
583 -o
$(KDIR_TMP
)/$(2).enc
; \
584 buffalo-tag
-b
$(5) -p
$(5) -a ath
-v
1.99 -m
1.01 -l mlang8 \
585 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
586 -i
$(KDIR_TMP
)/$(2).enc \
587 -o
$(call factoryname
,$(1),$(2)); \
591 Image
/Build
/WZRHP64K
/buildkernel
=$(call MkuImageLzma
,$(2),$(3))
592 Image
/Build
/WZRHP64K
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
593 Image
/Build
/WZRHP64K
=$(call Image
/Build
/WZRHP
,$(1),$(2),33095680,64,$(4))
595 Image
/Build
/WZRHP128K
/buildkernel
=$(call MkuImageLzma
,$(2),$(3))
596 Image
/Build
/WZRHP128K
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
597 Image
/Build
/WZRHP128K
=$(call Image
/Build
/WZRHP
,$(1),$(2),33030144,128,$(4))
600 Image
/Build
/WHRHPG300N
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
601 Image
/Build
/WHRHPG300N
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
603 define Image
/Build
/WHRHPG300N
604 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
605 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(fwsize
)-4*64*1024)),64)
606 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
608 echo
-n
-e
"# Airstation Public Fmt1\x00\x00\x00\x00\x00\x00\x00\x00"; \
609 dd if
=$(call sysupname
,$(1),$(2)); \
610 ) > $(call imgname
,$(1),$(2))-tftp.bin
; \
611 buffalo-enc
-p
$(5) -v
1.99 \
612 -i
$(call sysupname
,$(1),$(2)) \
613 -o
$(KDIR_TMP
)/$(2).enc
; \
614 buffalo-tag
-b
$(5) -p
$(5) -a ath
-v
1.99 -m
1.01 -l mlang8 \
615 -w
3 -c
0x80041000 -d
0x801e8000 -f
1 -r M_ \
616 -i
$(KDIR_TMP
)/$(2).enc \
617 -o
$(call factoryname
,$(1),$(2)); \
622 define Image
/Build
/Cameo
623 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
624 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(fwsize
)-4*64*1024)),64)
625 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
626 factory_size
=$$$$(($(fwsize
) - $(6))); \
628 dd if
=$(call sysupname
,$(1),$(2)) bs
=$$$${factory_size} conv
=sync
; \
630 ) > $(call factoryname
,$(1),$(2)); \
634 Image
/Build
/CameoAP81
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_ap81_mtdlayout
))
635 Image
/Build
/CameoAP81
=$(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo_ap81_mtdlayout
),$(4),65536)
636 Image
/Build
/CameoAP81
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_ap81_mtdlayout
))
638 Image
/Build
/CameoAP91
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_ap91_mtdlayout
))
639 Image
/Build
/CameoAP91
=$(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo_ap91_mtdlayout
),$(4),65536)
640 Image
/Build
/CameoAP91
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_ap91_mtdlayout
))
642 Image
/Build
/CameoAP99
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_ap99_mtdlayout
))
643 Image
/Build
/CameoAP99
=$(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo_ap99_mtdlayout
),$(4),65536)
644 Image
/Build
/CameoAP99
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_ap99_mtdlayout
))
646 Image
/Build
/CameoAP135
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
647 Image
/Build
/CameoAP135
=$(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(4),$(5),26)
648 Image
/Build
/CameoAP135
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
650 Image
/Build
/CameoDB120
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_db120_mtdlayout
))
651 Image
/Build
/CameoDB120
=$(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo_db120_mtdlayout
),$(4),26)
652 Image
/Build
/CameoDB120
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_db120_mtdlayout
))
654 Image
/Build
/CameoDB120_8M
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_db120_mtdlayout_8M
))
655 Image
/Build
/CameoDB120_8M
=$(call Image
/Build
/Cameo
,$(1),$(2),$(3),$(cameo_db120_mtdlayout_8M
),$(4),26)
656 Image
/Build
/CameoDB120_8M
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_db120_mtdlayout_8M
))
658 define Image
/Build
/CameoHornet
659 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
660 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(fwsize
)-4*64*1024)),64)
661 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
663 [ -n
"$$$$r" ] && dashr
="-$$$$r" || dashr
=; \
664 [ -z
"$$$$r" ] && r
="DEF"; \
665 mkcameofw
-M HORNET
-R
"$$$$r" -S
$(5) -V
$(6) -c \
666 -K
$(8) -I
$(fwsize
) \
667 -k
"$(call sysupname,$(1),$(2))" \
668 -o
$(call imgname
,$(1),$(2))-factory
$$$$dashr.bin
; \
674 Image
/Build
/CameoAP121
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_ap121_mtdlayout
))
675 Image
/Build
/CameoAP121
=$(call Image
/Build
/CameoHornet
,$(1),$(2),$(3),$(cameo_ap121_mtdlayout
),$(4),$(5),$(6),0xe0000)
676 Image
/Build
/CameoAP121
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_ap121_mtdlayout
))
678 Image
/Build
/CameoAP121_8M
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(cameo_ap121_mtdlayout_8M
))
679 Image
/Build
/CameoAP121_8M
=$(call Image
/Build
/CameoHornet
,$(1),$(2),$(3),$(cameo_ap121_mtdlayout_8M
),$(4),$(5),$(6),0x100000)
680 Image
/Build
/CameoAP121_8M
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(cameo_ap121_mtdlayout_8M
))
683 define Image
/Build
/Ath
684 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
685 $(eval rootsize
=$(call mtdpartsize
,rootfs
,$(4)))
686 $(eval kernsize
=$(call mtdpartsize
,kernel
,$(4)))
687 $(call Sysupgrade
/$(5),$(1),$(2),$(if
$(6),$(6),$(kernsize
)),$(if
$(rootsize
),$(rootsize
),$(fwsize
)))
688 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
689 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage \
690 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
; \
691 dd if
=$(KDIR
)/root.
$(1) \
692 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
; \
696 Image
/Build
/AthGzip
/buildkernel
=$(call MkuImageGzip
,$(2),$(3) $(4))
697 Image
/Build
/AthGzip
=$(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
698 Image
/Build
/AthGzip
/initramfs
=$(call MkuImageGzip
/initramfs
,$(2),$(3) $(4))
700 Image
/Build
/AthLzma
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
701 Image
/Build
/AthLzma
=$(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
702 Image
/Build
/AthLzma
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
705 Image
/Build
/Belkin
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
706 Image
/Build
/Belkin
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
708 define Image
/Build
/Belkin
709 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
710 $(eval kernsize
=$(call mtdpartsize
,kernel
,$(4)))
711 $(eval rootsize
=$(call mtdpartsize
,rootfs
,$(4)))
712 $(call Sysupgrade
/RKuImage
,$(1),$(2),$(kernsize
),$(rootsize
))
713 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
714 edimax_fw_header
-m
$(5) -v
"OpenWrt$(REVISION)" \
716 -i
$(KDIR_TMP
)/vmlinux-
$(2).uImage \
717 -o
$(KDIR_TMP
)/$(2)-uImage
; \
718 edimax_fw_header
-m
$(5) -v
"OpenWrt$(REVISION)" \
720 -i
$(KDIR
)/root.
$(1) \
721 -o
$(KDIR_TMP
)/$(2)-rootfs
; \
723 dd if
=$(KDIR_TMP
)/$(2)-rootfs
; \
724 dd if
=$(KDIR_TMP
)/$(2)-uImage
; \
725 ) > "$(call factoryname,$(1),$(2))"; \
729 define Image
/Build
/EnGenius
730 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
731 $(eval rootsize
=$(call mtdpartsize
,rootfs
,$(4)))
732 $(eval kernsize
=$(call mtdpartsize
,kernel
,$(4)))
733 $(call Sysupgrade
/$(5),$(1),$(2),$(if
$(6),$(6),$(kernsize
)),$(if
$(rootsize
),$(rootsize
),$(fwsize
)))
734 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
735 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage \
736 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
; \
737 dd if
=$(KDIR
)/root.
$(1) \
738 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
; \
739 mksenaofw
-e
$(call sysupname
,$(1),$(2)) \
740 -o
$(call imgname
,$(1),$(2))-factory.dlf \
741 -r
0x101 -p
$(7) -t
2; \
745 Image
/Build
/EnGenius
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
746 Image
/Build
/EnGenius
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
749 define MkuImageHiWiFi
750 # Field ih_name needs to start with "tw150v1"
751 mkimage
-A mips
-O linux
-T kernel
-a
0x80060000 -C
$(1) $(2) \
752 -e
0x80060000 -n
'tw150v1 MIPS OpenWrt Linux-$(LINUX_VERSION)' \
756 define MkuImageLzmaHiWiFi
757 $(call PatchKernelLzma
,$(1),$(2),$(3),$(4))
758 $(call MkuImageHiWiFi
,lzma
,$(5),$(KDIR_TMP
)/vmlinux
$(4)-$(1).bin.lzma
,$(KDIR_TMP
)/vmlinux
$(4)-$(1).uImage
)
761 Image
/Build
/HiWiFi
/buildkernel
=$(call MkuImageLzmaHiWiFi
,$(2),$(3) $(4))
762 Image
/Build
/HiWiFi
=$(call Image
/Build
/Ath
,$(1),$(2),$(3),$(4),$(5),$(6),$(7))
763 Image
/Build
/HiWiFi
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
765 Image
/Build
/PB4X
/buildkernel
=$(call PatchKernelLzma
,$(2),$(3))
767 define Image
/Build
/PB4X
768 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
769 of
=$(call imgname
,kernel
,$(2)).bin bs
=64k conv
=sync
770 dd if
=$(KDIR
)/root.
$(1) \
771 of
=$(call imgname
,$(1),$(2)-rootfs
).bin bs
=128k conv
=sync
772 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
773 "$(call imgname,kernel,$(2)).bin" \
774 "$(call imgname,$(1),$(2)-rootfs).bin" \
775 $(call sysupname
,$(1),$(2))
779 Image
/Build
/MyLoader
/buildkernel
=$(call PatchKernelLzma
,$(2),$(3))
780 Image
/Build
/MyLoader
/initramfs
=$(call PatchKernel
/initramfs
,$(2),$(3))
782 define Image
/Build
/MyLoader
783 $(eval fwsize
=$(shell echo
$$(($(4)-0x30000-4*64*1024))))
784 $(eval fwimage
=$(KDIR_TMP
)/$(2)-$(5)-firmware.bin
)
785 $(call CatFiles
,$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma
,65536,$(KDIR
)/root.
$(1),$(fwsize
),$(fwimage
))
786 if
[ -e
"$(fwimage)" ]; then \
787 $(STAGING_DIR_HOST
)/bin
/mkmylofw
-B
$(2) -s
$(4) -v \
788 -p0x00030000
:0:al
:0x80060000:firmware
:$(fwimage
) \
789 $(call imgname
,$(1),$(2))-$(5)-factory.img
; \
790 echo
-n
"" > $(KDIR_TMP
)/empty.bin
; \
791 sh
$(TOPDIR
)/scripts
/combined-image.sh \
792 $(fwimage
) $(KDIR_TMP
)/empty.bin \
793 $(call imgname
,$(1),$(2))-$(5)-sysupgrade.bin
; \
798 Image
/Build
/UAPPRO
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(uap_pro_mtdlayout
))
800 define Image
/Build
/UAPPRO
/buildkernel
801 $(call MkuImageLzma
,$(2),$(3) $(uap_pro_mtdlayout
))
802 -rm -rf
$(KDIR_TMP
)/$(2)
803 mkdir
-p
$(KDIR_TMP
)/$(2)/image
804 cp
$(KDIR_TMP
)/vmlinux-
$(2).uImage
$(KDIR_TMP
)/$(2)/image
/kernel0
805 $(STAGING_DIR_HOST
)/bin
/mkfs.jffs2 \
806 --pad
--big-endian
--squash-uids
-v
-e
64KiB \
807 -o
$(KDIR_TMP
)/$(2)-kernel.jffs2 \
808 -d
$(KDIR_TMP
)/$(2)/image \
809 2>&1 1>/dev
/null | awk
'/^.+$$$$/'
810 -rm -rf
$(KDIR_TMP
)/$(2)
811 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR_TMP
)/$(2)-kernel.jffs2
-J
64
814 define Image
/Build
/UAPPRO
815 $(call CatFiles
,$(KDIR_TMP
)/$(2)-kernel.jffs2
,1572864,$(KDIR
)/root.
$(1),14548992,$(call sysupname
,$(1),$(2)))
816 -$(STAGING_DIR_HOST
)/bin
/mkfwimage2
-f
0x9f000000 \
817 -v
$(5).
$(6).v6.0
.0-OpenWrt-
$(REVISION
) \
818 -p jffs2
:0x50000:0xf60000:0:0:$(call sysupname
,$(1),$(2)) \
819 -o
$(call factoryname
,$(1),$(2))
822 # $(4) = board (XS2, XS5, RS, XM)
823 # $(5) = series (BZ, XM, XW)
824 # $(6) = chip (ar7240, ar934x)
825 define Image
/Build
/UBNT2
826 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(3)))
827 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(fwsize
)-4*64*1024)),64)
828 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
829 dd if
=$(call sysupname
,$(1),$(2)) of
=$(KDIR_TMP
)/$(2)-mtdpart-kernel.bin bs
=1024k count
=1; \
830 dd if
=$(call sysupname
,$(1),$(2)) of
=$(KDIR_TMP
)/$(2)-mtdpart-rootfs.bin bs
=1024k skip
=1; \
831 $(STAGING_DIR_HOST
)/bin
/mkfwimage \
832 -B
$(4) -v
$(5).
$(6).v6.0
.0-OpenWrt-
$(REVISION
) \
833 -k
$(KDIR_TMP
)/$(2)-mtdpart-kernel.bin \
834 -r
$(KDIR_TMP
)/$(2)-mtdpart-rootfs.bin \
835 -o
$(call factoryname
,$(1),$(2)); \
839 Image
/Build
/UBNTXM
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(ubntxm_mtdlayout
))
840 Image
/Build
/UBNTXM
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(ubntxm_mtdlayout
))
841 Image
/Build
/UBNTXM
=$(call Image
/Build
/UBNT2
,$(1),$(2),$(ubntxm_mtdlayout
),$(4),$(5),$(6),$(7))
843 Image
/Build
/UBDEV
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(ubdev_mtdlayout
))
844 Image
/Build
/UBDEV
=$(call Image
/Build
/UBNT2
,$(1),$(2),$(ubdev_mtdlayout
),$(4),$(5),$(6),$(7))
847 Image
/Build
/UBNT
/buildkernel
=$(call PatchKernelLzma
,$(2),$(3))
849 define Image
/Build
/UBNT
850 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma of
=$(KDIR_TMP
)/vmlinux-
$(2).lzma bs
=64k conv
=sync
851 -$(STAGING_DIR_HOST
)/bin
/mkfwimage \
852 -B
$(4) -v
$(5).
$(6).OpenWrt.
$(REVISION
) \
853 -k
$(KDIR_TMP
)/vmlinux-
$(2).lzma \
854 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
855 -o
$(call factoryname
,$(1),$(2))
856 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
857 "$(KDIR_TMP)/vmlinux-$(2).lzma" \
858 "$(BIN_DIR)/$(IMG_PREFIX)-root.$(1)" \
859 $(call sysupname
,$(1),$(2))
863 Image
/Build
/Planex
/initramfs
=$(call MkuImageGzip
/initramfs
,$(2),$(3) $(planex_mtdlayout
))
864 Image
/Build
/Planex
/loader
=$(call Image
/BuildLoaderAlone
,$(1),gz
,$(2) $(planex_mtdlayout
),0x52000,0)
866 define Image
/Build
/Planex
/buildkernel
867 [ -e
"$(KDIR)/loader-$(2).gz" ]
868 $(call MkuImageOKLI
,$(2))
870 dd if
=$(KDIR
)/loader-
$(2).gz bs
=8128 count
=1 conv
=sync
; \
871 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).okli
; \
872 ) > $(KDIR_TMP
)/kernel-
$(2).bin
873 $(call MkuImage
,gzip
,,$(KDIR_TMP
)/kernel-
$(2).bin
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
)
876 define Image
/Build
/Planex
877 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(planex_mtdlayout
)))
878 $(call Sysupgrade
/KRuImage
,$(1),$(2),0,$$$$(($(fwsize
)-4*64*1024)),64)
879 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
880 $(STAGING_DIR_HOST
)/bin
/mkplanexfw \
883 -i
$(call sysupname
,$(1),$(2)) \
884 -o
$(call factoryname
,$(1),$(2)); \
889 Image
/Build
/ALFA
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
890 Image
/Build
/ALFA
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
892 define Image
/Build
/ALFA
893 $(call Sysupgrade
/RKuImage
,$(1),$(2),$(5),$(6))
894 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
895 rm -rf
$(KDIR
)/$(1); \
896 mkdir
-p
$(KDIR
)/$(1); \
898 cp
$(KDIR_TMP
)/vmlinux-
$(2).uImage
$(KDIR
)/$(1)/$(7); \
899 cp
$(KDIR
)/root.
$(1) $(KDIR
)/$(1)/$(8); \
900 $(TAR
) zcf
$(call factoryname
,$(1),$(2)) -C
$(KDIR
)/$(1) $(7) $(8); \
902 echo WRM7222C | dd bs
=32 count
=1 conv
=sync
; \
904 ) >> $(call factoryname
,$(1),$(2)); \
909 Image
/Build
/Seama
/loader
=$(call Image
/BuildLoader
,$(1),bin
,$(2) $(3),0x80060000)
911 define Image
/Build
/Seama
912 [ -e
"$(KDIR)/loader-$(2).bin" ]
913 $(call CompressLzma
,$(KDIR
)/loader-
$(2).bin
,$(KDIR_TMP
)/loader-
$(2).bin.lzma
)
914 -rm -f
$(KDIR_TMP
)/image-
$(2).tmp
915 $(call CatFiles
,$(KDIR_TMP
)/loader-
$(2).bin.lzma
,$$$$(($(6) - 64)),$(KDIR
)/root.
$(1),$(7),$(KDIR_TMP
)/image-
$(2).tmp
)
916 [ -e
"$(KDIR_TMP)/image-$(2).tmp" ] && { \
917 head
-c
-4 "$(KDIR_TMP)/image-$(2).tmp" > "$(KDIR_TMP)/image-$(2).no-jffs2mark.tmp"; \
918 $(STAGING_DIR_HOST
)/bin
/seama \
919 -i
$(KDIR_TMP
)/image-
$(2).no-jffs2mark.tmp \
920 -m
"dev=/dev/mtdblock/1" -m
"type=firmware"; \
921 $(STAGING_DIR_HOST
)/bin
/seama \
922 -s
$(call imgname
,$(1),$(2))-factory.bin \
923 -m
"signature=$(5)" \
924 -i
$(KDIR_TMP
)/image-
$(2).no-jffs2mark.tmp.seama
; \
925 tail
-c
4 "$(KDIR_TMP)/image-$(2).tmp" >> $(call imgname
,$(1),$(2))-factory.bin
; \
927 cat
$(KDIR_TMP
)/loader-
$(2).bin.lzma
> $(KDIR_TMP
)/image-
$(2)-sysupgrade.tmp
928 $(STAGING_DIR_HOST
)/bin
/seama \
929 -i
$(KDIR_TMP
)/image-
$(2)-sysupgrade.tmp \
930 -m
"dev=/dev/mtdblock/1" -m
"type=firmware"
931 $(call CatFiles
,$(KDIR_TMP
)/image-
$(2)-sysupgrade.tmp.seama
,$(6),$(KDIR
)/root.
$(1),$(7),$(call sysupname
,$(1),$(2)))
934 define Image
/Build
/Seama
/initramfs
935 $(call PatchKernelLzma
,$(2),$(3) $(4),,-initramfs
)
936 $(STAGING_DIR_HOST
)/bin
/seama \
937 -i
$(KDIR_TMP
)/vmlinux-initramfs-
$(2).bin.lzma \
938 -m
"dev=/dev/mtdblock/1" -m
"type=firmware"
939 cat
$(KDIR_TMP
)/vmlinux-initramfs-
$(2).bin.lzma.seama
> $(call imgname
,initramfs
,$(2))-seama.bin
942 Image
/Build
/Senao
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
943 Image
/Build
/Senao
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
945 define Image
/Build
/Senao
946 mkdir
-p
$(KDIR_TMP
)/$(2)/
947 touch
$(KDIR_TMP
)/$(2)/FWINFO-OpenWrt-
$(REVISION
)-$(2)
948 -$(CP
) .
/$(2)/* $(KDIR_TMP
)/$(2)/
949 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage \
950 of
=$(KDIR_TMP
)/$(2)/openwrt-senao-
$(2)-uImage-lzma.bin bs
=64k conv
=sync
951 dd if
=$(KDIR
)/root.
$(1) \
952 of
=$(KDIR_TMP
)/$(2)/openwrt-senao-
$(2)-root.
$(1) bs
=64k conv
=sync
954 cd
$(KDIR_TMP
)/$(2)/; \
955 $(TAR
) -cz
-f
$(call factoryname
,$(1),$(2)) * \
957 -rm -rf
$(KDIR_TMP
)/$(2)/
958 -sh
$(TOPDIR
)/scripts
/combined-image.sh \
959 $(KDIR_TMP
)/vmlinux-
$(2).uImage \
961 $(call sysupname
,$(1),$(2))
964 Image
/Build
/TPLINKOLD
/loader
=$(call Image
/BuildLoaderAlone
,$(1),gz
,$(2),0x22000,0)
966 define Image
/Build
/TPLINKOLD
967 [ -e
"$(KDIR)/loader-$(2).gz" ]
968 $(call MkuImageOKLI
,$(2))
970 dd if
=$(KDIR
)/loader-
$(2).gz bs
=7680 count
=1 conv
=sync
; \
971 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).okli conv
=sync
; \
972 ) > $(KDIR_TMP
)/kernel-
$(2).bin
973 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
974 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
976 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
977 -r
$(KDIR
)/root.
$(1) \
978 -o
$(call factoryname
,$(1),$(2))
979 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
980 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
982 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
983 -r
$(KDIR
)/root.
$(1) \
984 -o
$(call sysupname
,$(1),$(2))
987 define Image
/Build
/TPLINKOLD
/initramfs
988 $(call Image
/BuildLoader
,$(2),gz
,$(3),0x80060000,-initramfs
)
989 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
990 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
991 -k
$(KDIR
)/loader-
$(2)-initramfs.gz \
992 -o
$(call imgname
,$(1),$(2))-initramfs-uImage.bin
996 Image
/Build
/TPLINK
/loader
=$(call Image
/BuildLoaderAlone
,$(1),gz
,$(2),0x22000,0)
998 define Image
/Build
/TPLINK
999 [ -e
"$(KDIR)/loader-$(2).gz" ]
1000 $(call MkuImageOKLI
,$(2))
1002 dd if
=$(KDIR
)/loader-
$(2).gz bs
=7680 count
=1 conv
=sync
; \
1003 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).okli conv
=sync
; \
1004 ) > $(KDIR_TMP
)/kernel-
$(2).bin
1005 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
1006 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
)\
1008 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
1009 -r
$(KDIR
)/root.
$(1) \
1010 -a
$(call rootfs_align
,$(1)) -j \
1011 -o
$(call factoryname
,$(1),$(2))
1012 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
1013 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
1015 -k
$(KDIR_TMP
)/kernel-
$(2).bin \
1016 -r
$(KDIR
)/root.
$(1) \
1017 -a
$(call rootfs_align
,$(1)) -j \
1018 -o
$(call sysupname
,$(1),$(2))
1021 define Image
/Build
/TPLINK
/initramfs
1022 $(call Image
/BuildLoader
,$(2),gz
,$(3),0x80060000,-initramfs
)
1023 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
1024 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) -s\
1025 -k
$(KDIR
)/loader-
$(2)-initramfs.gz \
1026 -o
$(call imgname
,$(1),$(2))-uImage.bin
1030 Image
/Build
/TPLINK-LZMA
/buildkernel
=$(call PatchKernelLzma
,$(2),$(3))
1032 define Image
/Build
/TPLINK-LZMA
1033 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
1034 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) $(7) \
1036 -k
$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
1037 -r
$(KDIR
)/root.
$(1) \
1038 -a
$(call rootfs_align
,$(1)) -j \
1039 -o
$(call factoryname
,$(1),$(2))
1040 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw \
1041 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) $(7) -s \
1043 -k
$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
1044 -r
$(KDIR
)/root.
$(1) \
1045 -a
$(call rootfs_align
,$(1)) -j \
1046 -o
$(call sysupname
,$(1),$(2))
1049 define Image
/Build
/TPLINK-LZMA
/initramfs
1050 $(call PatchKernelLzma
,$(2),$(3),,-initramfs
)
1051 -$(STAGING_DIR_HOST
)/bin
/mktplinkfw
-c \
1052 -H
$(4) -W
$(5) -F
$(6) -N OpenWrt
-V
$(REVISION
) $(7) -s \
1053 -k
$(KDIR_TMP
)/vmlinux-initramfs-
$(2).bin.lzma \
1054 -o
$(call imgname
,$(1),$(2))-uImage.bin
1058 Image
/Build
/TPLINK-SAFELOADER
/buildkernel
=$(call PatchKernelLzma
,$(2),$(3) $(4))
1060 define Image
/Build
/TPLINK-SAFELOADER
1061 -rm -rf
$(KDIR
)/lzma-loader
1062 $(LOADER_MAKE
) LOADER
=loader-
$(2).elf\
1063 LZMA_TEXT_START
=0x80a00000 LOADADDR
=0x80060000 \
1064 LOADER_DATA
="$(KDIR_TMP)/vmlinux-$(2).bin.lzma" BOARD
="$(2)" \
1067 -$(STAGING_DIR_HOST
)/bin
/tplink-safeloader \
1069 -k
$(KDIR
)/loader-
$(2).elf \
1070 -r
$(KDIR
)/root.
$(1) \
1073 -o
$(call factoryname
,$(1),$(2))
1074 -$(STAGING_DIR_HOST
)/bin
/tplink-safeloader \
1076 -k
$(KDIR
)/loader-
$(2).elf \
1077 -r
$(KDIR
)/root.
$(1) \
1080 -o
$(call sysupname
,$(1),$(2))
1084 define Image
/Build
/CyberTAN
1085 echo
-n
'' > $(KDIR_TMP
)/empty.bin
1086 $(STAGING_DIR_HOST
)/bin
/trx
-o
$(KDIR
)/image.tmp \
1087 -f
$(KDIR_TMP
)/vmlinux-
$(2).uImage
-F
$(KDIR_TMP
)/empty.bin \
1088 -x
32 -a
0x10000 -x
-32 -f
$(KDIR
)/root.
$(1)
1089 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(5) \
1090 -i
$(KDIR
)/image.tmp \
1091 -o
$(call sysupname
,$(1),$(2))
1092 $(STAGING_DIR_HOST
)/bin
/trx
-o
$(KDIR
)/image.tmp
-f
$(KDIR_TMP
)/vmlinux-
$(2).uImage \
1093 -x
32 -a
0x10000 -x
-32 -f
$(KDIR
)/root.
$(1)
1094 -$(STAGING_DIR_HOST
)/bin
/addpattern
-B
$(2) -v v
$(5) -g \
1095 -i
$(KDIR
)/image.tmp \
1096 -o
$(call factoryname
,$(1),$(2))
1097 rm $(KDIR
)/image.tmp
1100 Image
/Build
/CyberTANGZIP
/loader
=$(call Image
/BuildLoader
,$(1),gz
,$(2),0x80060000)
1101 Image
/Build
/CyberTANGZIP
/buildkernel
=$(call MkuImage
,gzip
,,$(KDIR
)/loader-
$(2).gz
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
)
1102 Image
/Build
/CyberTANGZIP
=$(call Image
/Build
/CyberTAN
,$(1),$(2),$(3),$(4),$(5))
1104 Image
/Build
/CyberTANLZMA
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
1105 Image
/Build
/CyberTANLZMA
=$(call Image
/Build
/CyberTAN
,$(1),$(2),$(3),$(4),$(5))
1108 Image
/Build
/Netgear
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4),,-M
$(5))
1110 define Image
/Build
/Netgear
/buildkernel
1111 $(call MkuImageLzma
,$(2),$(3) $(4),-d20
,,-M
$(5))
1112 -rm -rf
$(KDIR_TMP
)/$(2)
1113 mkdir
-p
$(KDIR_TMP
)/$(2)/image
1114 cat
$(KDIR_TMP
)/vmlinux-
$(2).uImage
> $(KDIR_TMP
)/$(2)/image
/uImage
1115 $(STAGING_DIR_HOST
)/bin
/mksquashfs-lzma \
1116 $(KDIR_TMP
)/$(2) $(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs.tmp1 \
1117 -noappend
-root-owned
-be
-b
65536
1119 cat
$(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs.tmp1
; \
1120 dd if
=/dev
/zero bs
=1k count
=1 \
1121 ) > $(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs.tmp2
1122 mkimage
-A mips
-O linux
-T filesystem
-C none
-M
$(5) \
1123 -a
0xbf070000 -e
0xbf070000 \
1124 -n
'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
1125 -d
$(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs.tmp2 \
1126 $(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs
1129 define Image
/Build
/Netgear
1130 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
1131 $(call CatFiles
,$(KDIR_TMP
)/vmlinux-
$(2).uImage.squashfs
,0,$(KDIR
)/root.
$(1),$(fwsize
),$(call sysupname
,$(1),$(2)),64)
1132 if
[ -e
$(call sysupname
,$(1),$(2)) ]; then \
1133 for r in
$(7) ; do \
1134 [ -n
"$$$$r" ] && dashr
="-$$$$r" || dashr
= ; \
1135 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
1136 -B
$(6) -v OpenWrt.
$(REVISION
) -r
"$$$$r" $(8) \
1137 -i
$(call sysupname
,$(1),$(2)) \
1138 -o
$(call imgname
,$(1),$(2))-factory
$$$$dashr.img
; \
1144 Image
/Build
/NetgearLzma
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4),,-M
$(5))
1145 Image
/Build
/NetgearLzma
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4),-d20
,,-M
$(5))
1147 define Image
/Build
/NetgearLzma
1148 $(eval fwsize
=$(call mtdpartsize
,firmware
,$(4)))
1149 $(call CatFiles
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
,0,$(KDIR
)/root.
$(1),$(fwsize
),$(call sysupname
,$(1),$(2)),64)
1153 Image
/Build
/NetgearNAND
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4),,-M
$(5))
1156 # $(2): Board name (small caps)
1157 # $(3): Kernel board specific cmdline
1158 # $(4): Kernel mtdparts definition
1159 # $(5): U-Boot magic
1160 define Image
/Build
/NetgearNAND
/buildkernel
1161 $(eval kernelsize
=$(call mtdpartsize
,kernel
,$(4)))
1162 $(call PatchKernelLzma
,$(2),$(3) $(4),-d20
)
1163 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).bin.lzma \
1164 of
=$(KDIR_TMP
)/vmlinux-
$(2).bin.tmp \
1165 bs
=$$$$(($(kernelsize
)-131072-2*64-1)) \
1167 $(call MkuImage
,lzma
,-M
$(5),$(KDIR_TMP
)/vmlinux-
$(2).bin.tmp
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
)
1168 echo
-ne
'\xff' >> $(KDIR_TMP
)/vmlinux-
$(2).uImage
1169 # create a fake rootfs image
1170 dd if
=/dev
/zero of
=$(KDIR_TMP
)/fakeroot-
$(2) bs
=131072 count
=1
1171 mkimage
-A mips
-O linux
-T filesystem
-C none \
1172 -a
0xbf070000 -e
0xbf070000 \
1173 -n
'MIPS OpenWrt fakeroot' \
1174 -d
$(KDIR_TMP
)/fakeroot-
$(2) \
1176 $(KDIR_TMP
)/fakeroot-
$(2).uImage
1177 # append the fake rootfs image to the kernel, it will reside in the last
1178 # erase block of the kernel partition
1179 cat
$(KDIR_TMP
)/fakeroot-
$(2).uImage
>> $(KDIR_TMP
)/vmlinux-
$(2).uImage
1183 # $(1): rootfs image suffix
1184 # $(2): Board name (small caps)
1185 # $(3): Kernel board specific cmdline
1186 # $(4): Kernel mtdparts definition
1187 # $(5): U-Boot magic
1188 # $(6): Board name (upper caps)
1189 # $(7): firmware region code (not used yet)
1190 # $(8): DNI Hardware version
1191 # $(9): suffix of the configuration file for ubinize
1192 define Image
/Build
/NetgearNAND
1193 $(eval firmwaresize
=$(call mtdpartsize
,firmware
,$(4)))
1194 $(eval kernelsize
=$(call mtdpartsize
,kernel
,$(4)))
1195 $(eval imageraw
=$(KDIR_TMP
)/$(2)-raw.img
)
1196 $(CP
) $(KDIR
)/root.squashfs-raw
$(KDIR_TMP
)/root.squashfs
1197 echo
-ne
'\xde\xad\xc0\xde' > $(KDIR_TMP
)/jffs2.eof
1198 $(call ubinize
,ubinize-
$(9).ini
,$(KDIR_TMP
),$(KDIR_TMP
)/$(2)-root.ubi
,128KiB
,2048,-E
5)
1200 dd if
=$(KDIR_TMP
)/vmlinux-
$(2).uImage
; \
1201 dd if
=$(KDIR_TMP
)/$(2)-root.ubi \
1203 $(STAGING_DIR_HOST
)/bin
/mkdniimg \
1204 -B
$(6) -v OpenWrt.
$(REVISION
) -r
"$$$$r" $(8) \
1206 -o
$(call imgname
,ubi
,$(2))-factory.img
1208 $(call Image
/Build
/SysupgradeNAND
,$(2),squashfs
,$(KDIR_TMP
)/vmlinux-
$(2).uImage
)
1212 ifdef CONFIG_PACKAGE_uboot-ar71xx-nbg460n_550n_550nh
1213 Image
/Build
/ZyXEL
/buildkernel
=$(call MkuImageLzma
,$(2),$(3))
1215 define Image
/Build
/ZyXEL
1216 $(call Sysupgrade
/KRuImage
,$(1),$(2),917504,2752512)
1217 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
1218 if
[ ! -f
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin
]; then \
1219 echo
"Warning: $(IMG_PREFIX)-$(2)-u-boot.bin not found" >&2; \
1221 $(STAGING_DIR_HOST
)/bin
/mkzynfw \
1223 -b
$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-u-boot.bin \
1224 -r
$(call sysupname
,$(1),$(2)):0x10000 \
1225 -o
$(call factoryname
,$(1),$(2)); \
1231 define Image
/Build
/ZyXELNAND
/buildkernel
1232 $(eval kernelsize
=$(call mtdpartsize
,kernel
,$(5)))
1233 $(call MkuImageLzma
,$(2),$(3) $(5) $(6))
1234 mkdir
-p
$(KDIR_TMP
)/$(2)/image
/boot
1235 cp
$(KDIR_TMP
)/vmlinux-
$(2).uImage
$(KDIR_TMP
)/$(2)/image
/boot
/vmlinux.lzma.uImage
1236 $(STAGING_DIR_HOST
)/bin
/mkfs.jffs2 \
1237 --pad
=$(kernelsize
) --big-endian
--squash-uids
-v
-e
128KiB \
1238 -o
$(KDIR_TMP
)/$(2)-kernel.jffs2 \
1239 -d
$(KDIR_TMP
)/$(2)/image \
1240 2>&1 1>/dev
/null | awk
'/^.+$$$$/'
1241 -rm -rf
$(KDIR_TMP
)/$(2)
1244 define Image
/Build
/ZyXELNAND
1245 if
[ "$(1)" != "squashfs" ]; then \
1246 echo Only squashfs is supported
; \
1249 $(eval firmwaresize
=$(call mtdpartsize
,firmware
,$(4)))
1250 $(eval kernelsize
=$(call mtdpartsize
,kernel
,$(4)))
1251 $(eval imageraw
=$(KDIR_TMP
)/$(2)-raw.img
)
1252 $(CP
) $(KDIR
)/root.
$(1) $(KDIR_TMP
)/ubi_root.img
1253 $(call ubinize
,ubinize-
$(2).ini
,$(KDIR_TMP
),$(KDIR_TMP
)/$(2)-root.ubi
,128KiB
,2048,-E
5)
1255 dd if
=$(KDIR_TMP
)/$(2)-kernel.jffs2
; \
1256 dd if
=$(KDIR_TMP
)/$(2)-root.ubi \
1258 dd if
=$(imageraw
) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-$(2)-$(1)-factory.bin \
1260 $(call Image
/Build
/SysupgradeNAND
,$(2),squashfs
,$(KDIR_TMP
)/$(2)-kernel.jffs2
)
1264 Image
/Build
/OpenMesh
/buildkernel
=$(call MkuImageLzma
,$(2))
1266 define Image
/Build
/OpenMesh
1267 -sh
$(TOPDIR
)/scripts
/om-fwupgradecfg-gen.sh \
1269 "$(BUILD_DIR)/fwupgrade.cfg-$(4)" \
1270 "$(KDIR_TMP)/vmlinux-$(2).uImage" \
1272 -sh
$(TOPDIR
)/scripts
/combined-ext-image.sh \
1273 "$(4)" "$(call factoryname,$(1),$(2))" \
1274 "$(BUILD_DIR)/fwupgrade.cfg-$(4)" "fwupgrade.cfg" \
1275 "$(KDIR_TMP)/vmlinux-$(2).uImage" "kernel" \
1276 "$(KDIR)/root.$(1)" "rootfs"
1280 Image
/Build
/Zcomax
/buildkernel
=$(call MkuImageLzma
,$(2),$(3) $(4))
1281 Image
/Build
/Zcomax
/initramfs
=$(call MkuImageLzma
/initramfs
,$(2),$(3) $(4))
1283 define Image
/Build
/Zcomax
1284 $(call Sysupgrade
/RKuImage
,$(1),$(2),1507328,6356992)
1285 if
[ -e
"$(call sysupname,$(1),$(2))" ]; then \
1286 $(STAGING_DIR_HOST
)/bin
/mkzcfw \
1288 -k
$(KDIR_TMP
)/vmlinux-
$(2).uImage \
1289 -r
$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) \
1290 -o
$(call imgname
,$(1),$(2))-factory.img
; \
1295 # $(1): template name to be defined, etc. squashfs-only, 64k, 64kraw, etc.
1296 # $(2): jffs2 blocksize.
1297 define Jffs2Template
1298 define Image
/Build
/Template
/$(1)/jffs2-
$(2)
1299 $$(call Image
/Build
/$$(1),jffs2-
$(2),$$(2),$$(3),$$(4),$$(5),$$(6),$$(7),$$(8),$$(9),$$(10))
1303 # $(1): template name to be defined.
1304 # $(2): squashfs suffix to be used.
1305 # $(3): jffs2 suffix to be used.
1306 define BuildTemplate
1307 # $(1) : name of build method.
1308 # $(2) : board name.
1309 # $(3) : kernel command line.
1310 # $(4)~$(8): extra arguments.
1311 define Image
/Build
/Template
/$(1)/initramfs
1312 $$(call Image
/Build
/$$(1)/initramfs
,initramfs
,$$(2),$$(3),$$(4),$$(5),$$(6),$$(7),$$(8),$$(9),$$(10))
1314 define Image
/Build
/Template
/$(1)/loader
1315 $$(call Image
/Build
/$$(1)/loader
,$$(2),$$(3),$$(4),$$(5),$$(6),$$(7),$$(8),$$(9),$$(10))
1317 define Image
/Build
/Template
/$(1)/buildkernel
1318 $$(call Image
/Build
/$$(1)/buildkernel
,,$$(2),$$(3),$$(4),$$(5),$$(6),$$(7),$$(8),$$(9),$$(10))
1320 define Image
/Build
/Template
/$(1)/squashfs
1321 $$(call Image
/Build
/$$(1),squashfs
$(2),$$(2),$$(3),$$(4),$$(5),$$(6),$$(7),$$(8),$$(9),$$(10))
1323 $(if
$(3),$(foreach bs
,$(3),$(eval
$(call Jffs2Template
,$(1),$(bs
)))))
1326 $(eval
$(call BuildTemplate
,squashfs-only
))
1327 $(eval
$(call BuildTemplate
,64k
,-64k
,64k
))
1328 $(eval
$(call BuildTemplate
,64kraw
,-raw
,64k
))
1329 $(eval
$(call BuildTemplate
,64kraw-nojffs
,-raw
))
1330 $(eval
$(call BuildTemplate
,128k
,,128k
))
1331 $(eval
$(call BuildTemplate
,128kraw
,-raw
,128k
))
1332 $(eval
$(call BuildTemplate
,256k
,,256k
))
1333 $(eval
$(call BuildTemplate
,all,,64k
128k
256k
))
1335 ifeq ($(SUBTARGET
),generic
)
1336 $(eval
$(call SingleProfile
,ALFA
,64k
,ALFANX
,alfa-nx
,ALFA-NX
,ttyS0
,115200,$$(alfa_mtdlayout_8M
),1638400,6291456,vmlinux.gz.uImage
,pb9x-2.6
.31-jffs2
))
1337 $(eval
$(call SingleProfile
,ALFA
,64k
,HORNETUB
,hornet-ub
,HORNET-UB
,ttyATH0
,115200,$$(alfa_mtdlayout_8M
),1638400,6291456,kernel_image
,rootfs_image
))
1338 $(eval
$(call SingleProfile
,ALFA
,64k
,TUBE2H8M
,tube2h-8M
,TUBE2H
,ttyATH0
,115200,$$(alfa_mtdlayout_8M
),1638400,6291456,kernel.image
,rootfs.image
))
1340 $(eval
$(call SingleProfile
,AthGzip
,64k
,AP81
,ap81
,AP81
,ttyS0
,115200,$$(ap81_mtdlayout
),RKuImage
))
1341 $(eval
$(call SingleProfile
,AthGzip
,64k
,AP83
,ap83
,AP83
,ttyS0
,115200,$$(ap83_mtdlayout
),RKuImage
))
1342 $(eval
$(call SingleProfile
,AthGzip
,64k
,AP96
,ap96
,AP96
,ttyS0
,115200,$$(ap96_mtdlayout
),RKuImage
))
1343 $(eval
$(call SingleProfile
,AthGzip
,64k
,WNDAP360
,wndap360
,WNDAP360
,ttyS0
,9600,$$(wndap360_mtdlayout
),KRuImage
))
1345 $(eval
$(call SingleProfile
,AthLzma
,64k
,ALFAAP96
,alfa-ap96
,ALFA-AP96
,ttyS0
,115200,$$(alfa_ap96_mtdlayout
),RKuImage
))
1346 $(eval
$(call SingleProfile
,AthLzma
,64k
,ALL0258N
,all0258n
,ALL0258N
,ttyS0
,115200,$$(all0258n_mtdlayout
),KRuImage
,65536))
1347 $(eval
$(call SingleProfile
,AthLzma
,256k
,ALL0315N
,all0315n
,ALL0315N
,ttyS0
,115200,$$(all0315n_mtdlayout
),KRuImage
,262144))
1348 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP113
,ap113
,AP113
,ttyS0
,115200,$$(ap113_mtd_layout
),RK
))
1349 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP121_2M
,ap121-2M
,AP121
,ttyATH0
,115200,$$(ap121_mtdlayout_2M
),RKuImage
))
1350 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP121_4M
,ap121-4M
,AP121
,ttyATH0
,115200,$$(ap121_mtdlayout_4M
),RKuImage
))
1351 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP121MINI
,ap121-mini
,AP121-MINI
,ttyATH0
,115200,$$(ap121_mtdlayout_4M
),RKuImage
))
1352 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP132
,ap132
,AP132
,ttyS0
,115200,$$(ap132_mtdlayout
),KRuImage
))
1353 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP135
,ap135-020
,AP135-020
,ttyS0
,115200,$$(ap135_mtdlayout
),RKuImage
))
1354 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP136_010
,ap136-010
,AP136-010
,ttyS0
,115200,$$(ap136_mtdlayout
),RKuImage
))
1355 $(eval
$(call SingleProfile
,AthLzma
,64k
,AP136_020
,ap136-020
,AP136-020
,ttyS0
,115200,$$(ap136_mtdlayout
),RKuImage
))
1356 $(eval
$(call SingleProfile
,AthLzma
,64k
,BXU2000N2
,bxu2000n-2-a1
,BXU2000n-2-A1
,ttyS0
,115200,$$(bxu2000n2_mtdlayout
),RKuImage
))
1357 $(eval
$(call SingleProfile
,AthLzma
,64k
,CAP4200AG
,cap4200ag
,CAP4200AG
,ttyS0
,115200,$$(cap4200ag_mtdlayout
),KRuImage
))
1358 $(eval
$(call SingleProfile
,AthLzma
,64k
,DB120
,db120
,DB120
,ttyS0
,115200,$$(db120_mtdlayout
),RKuImage
))
1359 $(eval
$(call SingleProfile
,AthLzma
,64k
,DRAGINO2
,dragino2
,DRAGINO2
,ttyATH0
,115200,$$(dragino2_mtdlayout
),KRuImage
,65536))
1360 $(eval
$(call SingleProfile
,AthLzma
,64k
,EWDORINAP
,ew-dorin
,EW-DORIN
,ttyATH0
,115200,$$(ew-dorin_mtdlayout_4M
),KRuImage
,65536))
1361 $(eval
$(call SingleProfile
,AthLzma
,64k
,EWDORINRT
,ew-dorin-router
,EW-DORIN-ROUTER
,ttyATH0
,115200,$$(ew-dorin_mtdlayout_4M
),KRuImage
,65536))
1362 $(eval
$(call SingleProfile
,AthLzma
,64k
,EWDORIN16M
,ew-dorin-16M
,EW-DORIN
,ttyATH0
,115200,$$(ew-dorin_mtdlayout_16M
),KRuImage
,65536))
1363 $(eval
$(call SingleProfile
,AthLzma
,64k
,HORNETUBx2
,hornet-ub-x2
,HORNET-UB
,ttyATH0
,115200,$$(alfa_mtdlayout_16M
),KRuImage
,65536))
1364 $(eval
$(call SingleProfile
,AthLzma
,64k
,PB92
,pb92
,PB92
,ttyS0
,115200,$$(pb92_mtdlayout
),KRuImage
))
1365 $(eval
$(call SingleProfile
,AthLzma
,64k
,TUBE2H16M
,tube2h-16M
,TUBE2H
,ttyATH0
,115200,$$(alfa_mtdlayout_16M
),KRuImage
,65536))
1366 $(eval
$(call SingleProfile
,AthLzma
,64k
,WLR8100
,wlr8100
,WLR8100
,ttyS0
,115200,$$(wlr8100_mtdlayout
),KRuImage
))
1367 $(eval
$(call SingleProfile
,AthLzma
,64k
,WPJ558_16M
,wpj558-16M
,WPJ558
,ttyS0
,115200,$$(wpj558_mtdlayout_16M
),KRuImage
,65536))
1369 $(eval
$(call SingleProfile
,Belkin
,64k
,F9K1115V2
,f9k1115v2
,F9K1115V2
,ttyS0
,115200,$$(f9k1115v2_mtdlayout
),BR-6679BAC
))
1371 $(eval
$(call SingleProfile
,CameoAP91
,64kraw
,DIR600A1
,dir-600-a1
,DIR-600-A1
,ttyS0
,115200,"AP91-AR7240-RT-090223-00"))
1372 $(eval
$(call SingleProfile
,CameoAP91
,64kraw
,DIR601A1
,dir-601-a1
,DIR-600-A1
,ttyS0
,115200,"AP91-AR7240-RT-090223-02"))
1373 $(eval
$(call SingleProfile
,CameoAP91
,64kraw
,FR54RTR
,fr-54rtr
,DIR-600-A1
,ttyS0
,115200,"AP91-AR7240-RT-090223-01"))
1375 $(eval
$(call SingleProfile
,CameoAP99
,64kraw
,DIR615E1
,dir-615-e1
,DIR-615-E1
,ttyS0
,115200,"AP93-AR7240-RT-081028-00"))
1376 $(eval
$(call SingleProfile
,CameoAP99
,64kraw
,DIR615E4
,dir-615-e4
,DIR-615-E4
,ttyS0
,115200,"AP99-AR7240-RT-091105-05"))
1378 $(eval
$(call SingleProfile
,CameoAP81
,64kraw-nojffs
,A02RBW300N
,a02-rb-w300n
,TEW-632BRP
,ttyS0
,115200,"AP81-AR9130-RT-070614-03"))
1379 $(eval
$(call SingleProfile
,CameoAP81
,64kraw-nojffs
,DIR615C1
,dir-615-c1
,DIR-615-C1
,ttyS0
,115200,"AP81-AR9130-RT-070614-02"))
1380 $(eval
$(call SingleProfile
,CameoAP81
,64kraw-nojffs
,TEW632BRP
,tew-632brp
,TEW-632BRP
,ttyS0
,115200,"AP81-AR9130-RT-070614-00"))
1381 $(eval
$(call SingleProfile
,CameoAP81
,64kraw-nojffs
,TEW652BRP_FW
,tew-652brp
,TEW-632BRP
,ttyS0
,115200,"AP81-AR9130-RT-080609-05"))
1382 $(eval
$(call SingleProfile
,CameoAP81
,64kraw-nojffs
,TEW652BRP_RECOVERY
,tew-652brp-recovery
,TEW-632BRP
,ttyS0
,115200,"AP81-AR9130-RT-070614-02"))
1384 $(eval
$(call SingleProfile
,CameoAP121
,64kraw-nojffs
,TEW712BR
,tew-712br
,TEW-712BR
,ttyATH0
,115200,"HORNET-RT-TEW712BR-3",1.99,""))
1385 $(eval
$(call SingleProfile
,CameoAP121
,64kraw-nojffs
,DIR601B1
,dir-601-b1
,TEW-712BR
,ttyATH0
,115200,"HORNET-RT-DIR601B1-3",2.99.99,"" "NA"))
1386 $(eval
$(call SingleProfile
,CameoAP121_8M
,64kraw-nojffs
,DIR505A1
,dir-505-a1
,DIR-505-A1
,ttyATH0
,115200,"HORNET-PACKET-DIR505A1-3",1.99.99,""))
1388 $(eval
$(call SingleProfile
,CameoAP135
,64kraw
,DGL5500A1
,dgl-5500-a1
,DGL-5500-A1
,ttyS0
,115200,$$(dgl_5500_mtdlayout
),"00AP135AR9558-RT-130508-00"))
1390 $(eval
$(call SingleProfile
,CameoDB120
,64kraw
,DHP1565A1
,dhp-1565-a1
,DHP-1565-A1
,ttyS0
,115200,"00DB120AR9344-RT-101214-00"))
1391 $(eval
$(call SingleProfile
,CameoDB120
,64kraw
,DIR825C1
,dir-825-c1
,DIR-825-C1
,ttyS0
,115200,"00DB120AR9344-RT-101214-00"))
1392 $(eval
$(call SingleProfile
,CameoDB120
,64kraw
,DIR835A1
,dir-835-a1
,DIR-835-A1
,ttyS0
,115200,"00DB120AR9344-RT-101214-00"))
1394 $(eval
$(call SingleProfile
,CameoDB120_8M
,64kraw
,TEW732BR
,tew-732br
,TEW-732BR
,ttyS0
,115200,"00DB120AR9341-RT-120906-NA"))
1396 $(eval
$(call SingleProfile
,CyberTANGZIP
,64k
,WRT160NL
,wrt160nl
,WRT160NL
,ttyS0
,115200,,1.00.01))
1398 $(eval
$(call SingleProfile
,CyberTANLZMA
,64k
,MYNETREXT
,mynet-rext
,MYNET-REXT
,ttyS0
,115200,$$(mynet_rext_mtdlayout
) root
=31:2,1.00.01))
1400 $(eval
$(call SingleProfile
,CameoAP94
,64kraw
,DIR825B1
,dir-825-b1
,DIR-825-B1
,ttyS0
,115200,$$(cameo_ap94_mtdlayout
),$$(cameo_ap94_mtdlayout_fat
),01AP94-AR7161-RT-080619-00
,00AP94-AR7161-RT-080619-00
))
1401 $(eval
$(call SingleProfile
,CameoAP94
,64kraw
,TEW673GRU
,tew-673gru
,TEW-673GRU
,ttyS0
,115200,$$(cameo_ap94_mtdlayout
),$$(cameo_ap94_mtdlayout_fat
),01AP94-AR7161-RT-080619-01
,00AP94-AR7161-RT-080619-01
))
1402 $(eval
$(call SingleProfile
,CameoAP94
,64kraw
,DLRTDEV01
,dlrtdev01
,DIR-825-B1
,ttyS0
,115200,$$(dlrtdev_mtdlayout
),$$(dlrtdev_mtdlayout_fat
),01AP94-AR7161-RT-080619-00
,00AP94-AR7161-RT-080619-00
))
1404 $(eval
$(call SingleProfile
,EnGenius
,64k
,ESR900
,esr900
,ESR900
,ttyS0
,115200,$$(esr900_mtdlayout
),KRuImage
,,0x4e))
1405 $(eval
$(call SingleProfile
,EnGenius
,64k
,ESR1750
,esr1750
,ESR1750
,ttyS0
,115200,$$(esr1750_mtdlayout
),KRuImage
,,0x61))
1407 $(eval
$(call SingleProfile
,HiWiFi
,64k
,HIWIFI_HC6361
,hiwifi-hc6361
,HiWiFi-HC6361
,ttyATH0
,115200,$$(hiwifi_hc6361_mtdlayout
),KRuImage
))
1409 $(eval
$(call SingleProfile
,MyLoader
,64k
,WP543_2M
,wp543
,,ttyS0
,115200,0x200000,2M
))
1410 $(eval
$(call SingleProfile
,MyLoader
,64k
,WP543_4M
,wp543
,,ttyS0
,115200,0x400000,4M
))
1411 $(eval
$(call SingleProfile
,MyLoader
,64k
,WP543_8M
,wp543
,,ttyS0
,115200,0x800000,8M
))
1412 $(eval
$(call SingleProfile
,MyLoader
,64k
,WP543_16M
,wp543
,,ttyS0
,115200,0x1000000,16M
))
1413 $(eval
$(call SingleProfile
,MyLoader
,64k
,WPE72_4M
,wpe72
,,ttyS0
,115200,0x400000,4M
))
1414 $(eval
$(call SingleProfile
,MyLoader
,64k
,WPE72_8M
,wpe72
,,ttyS0
,115200,0x800000,8M
))
1415 $(eval
$(call SingleProfile
,MyLoader
,64k
,WPE72_16M
,wpe72
,,ttyS0
,115200,0x1000000,16M
))
1417 $(eval
$(call SingleProfile
,Netgear
,64kraw
,WNR2000V3
,wnr2000v3
,WNR2000V3
,ttyS0
,115200,$$(wnr2000v3_mtdlayout
),0x32303033,WNR2000V3
,"" NA
,-H
29763551+04+32))
1418 $(eval
$(call SingleProfile
,NetgearLzma
,64kraw
,WNR2000V4
,wnr2000v4
,WNR2000V4
,ttyS0
,115200,$$(wnr2000v4_mtdlayout
),0x32303034,WNR2000V4
,"" NA
,))
1419 $(eval
$(call SingleProfile
,Netgear
,64kraw
,WNR2200
,wnr2200
,WNR2200
,ttyS0
,115200,$$(wnr2200_mtdlayout
),0x32323030,WNR2200
,"" NA
,))
1420 $(eval
$(call SingleProfile
,Netgear
,64kraw
,REALWNR612V2
,wnr612v2
,WNR612V2
,ttyS0
,115200,$$(wnr2000v3_mtdlayout
),0x32303631,WNR612V2
,"",))
1421 $(eval
$(call SingleProfile
,Netgear
,64kraw
,N150R
,n150r
,WNR612V2
,ttyS0
,115200,$$(wnr2000v3_mtdlayout
),0x32303631,N150R
,"",))
1422 $(eval
$(call SingleProfile
,Netgear
,64kraw
,REALWNR1000V2
,wnr1000v2
,WNR1000V2
,ttyS0
,115200,$$(wnr2000v3_mtdlayout
),0x31303031,WNR1000V2
,"",))
1423 $(eval
$(call SingleProfile
,Netgear
,64kraw
,WNR1000V2_VC
,wnr1000v2-vc
,WNR1000V2
,ttyS0
,115200,$$(wnr2000v3_mtdlayout
),0x31303030,WNR1000V2-VC
,"",))
1425 $(eval
$(call SingleProfile
,OpenMesh
,squashfs-only
,OM2P
,om2p
,,,,OM2P
))
1426 $(eval
$(call SingleProfile
,OpenMesh
,squashfs-only
,OM5P
,om5p
,,,,OM5P
))
1427 $(eval
$(call SingleProfile
,OpenMesh
,squashfs-only
,MR600
,mr600
,,,,MR600
))
1428 $(eval
$(call SingleProfile
,OpenMesh
,squashfs-only
,MR900
,mr900
,,,,MR900
))
1430 $(eval
$(call SingleProfile
,PB4X
,128k
,ALL0305
,all0305
,ALL0305
,ttyS0
,115200))
1431 $(eval
$(call SingleProfile
,PB4X
,128k
,EAP7660D
,eap7660d
,EAP7660D
,ttyS0
,115200))
1432 $(eval
$(call SingleProfile
,PB4X
,64k
,JA76PF
,ja76pf
,JA76PF
,ttyS0
,115200))
1433 $(eval
$(call SingleProfile
,PB4X
,64k
,JA76PF2
,ja76pf2
,JA76PF2
,ttyS0
,115200))
1434 $(eval
$(call SingleProfile
,PB4X
,64k
,JWAP003
,jwap003
,JWAP003
,ttyS0
,115200))
1435 $(eval
$(call SingleProfile
,PB4X
,64k
,PB42
,pb42
,PB42
,ttyS0
,115200))
1436 $(eval
$(call SingleProfile
,PB4X
,64k
,PB44
,pb44
,PB44
,ttyS0
,115200))
1438 $(eval
$(call SingleProfile
,Planex
,64kraw
,MZKW04NU
,mzk-w04nu
,MZK-W04NU
,ttyS0
,115200))
1439 $(eval
$(call SingleProfile
,Planex
,64kraw
,MZKW300NH
,mzk-w300nh
,MZK-W300NH
,ttyS0
,115200))
1441 $(eval
$(call SingleProfile
,Seama
,64k
,MYNETN600
,mynet-n600
,MYNET-N600
,ttyS0
,115200,$$(mynet_n600_mtdlayout
),wrgnd16_wd_db600
,1310720,16187392))
1442 $(eval
$(call SingleProfile
,Seama
,64k
,MYNETN750
,mynet-n750
,MYNET-N750
,ttyS0
,115200,$$(mynet_n600_mtdlayout
),wrgnd13_wd_av
,1310720,16187392))
1444 $(eval
$(call SingleProfile
,Seama
,64k
,QIHOO360
,qihoo-c301
,QIHOO-C301
,ttyS0
,115200,$$(qihoo_c301_mtdlayout
),wrgac26_qihoo360_360rg
,1310720,16121856))
1446 $(eval
$(call SingleProfile
,Senao
,squashfs-only
,EAP300V2
,eap300v2
,EAP300V2
,ttyS0
,115200,$$(eap300v2_mtdlayout
)))
1448 $(eval
$(call SingleProfile
,TPLINKOLD
,squashfs-only
,TLWR841NV15
,tl-wr841nd-v1.5
,TL-WR841N-v1.5
,ttyS0
,115200,0x08410002,2,4M
))
1450 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,RNXN360RT
,rnx-n360rt
,TL-WR941ND
,ttyS0
,115200,0x09410002,0x00420001,4M
))
1451 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLMR3220V1
,tl-mr3220-v1
,TL-MR3220
,ttyS0
,115200,0x32200001,1,4M
))
1452 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLMR3420V1
,tl-mr3420-v1
,TL-MR3420
,ttyS0
,115200,0x34200001,1,4M
))
1453 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA701NV1
,tl-wa701n-v1
,TL-WA901ND
,ttyS0
,115200,0x07010001,1,4M
))
1454 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA730REV1
,tl-wa730rev1
,TL-WA901ND
,ttyS0
,115200,0x07300001,1,4M
))
1455 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA7510NV1
,tl-wa7510n
,TL-WA7510N
,ttyS0
,115200,0x75100001,1,4M
))
1456 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA801NV1
,tl-wa801nd-v1
,TL-WA901ND
,ttyS0
,115200,0x08010001,1,4M
))
1457 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA830RV1
,tl-wa830re-v1
,TL-WA901ND
,ttyS0
,115200,0x08300010,1,4M
))
1458 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA901NV1
,tl-wa901nd-v1
,TL-WA901ND
,ttyS0
,115200,0x09010001,1,4M
))
1459 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWA901NV2
,tl-wa901nd-v2
,TL-WA901ND-v2
,ttyS0
,115200,0x09010002,1,4M
))
1460 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR740NV1
,tl-wr740n-v1
,TL-WR741ND
,ttyS0
,115200,0x07400001,1,4M
))
1461 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR740NV3
,tl-wr740n-v3
,TL-WR741ND
,ttyS0
,115200,0x07400003,1,4M
))
1462 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR741NV1
,tl-wr741nd-v1
,TL-WR741ND
,ttyS0
,115200,0x07410001,1,4M
))
1463 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR741NV2
,tl-wr741nd-v2
,TL-WR741ND
,ttyS0
,115200,0x07410001,1,4M
))
1464 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR743NV1
,tl-wr743nd-v1
,TL-WR741ND
,ttyS0
,115200,0x07430001,1,4M
))
1465 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR841NV3
,tl-wr841nd-v3
,TL-WR941ND
,ttyS0
,115200,0x08410003,3,4M
))
1466 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR841NV5
,tl-wr841nd-v5
,TL-WR741ND
,ttyS0
,115200,0x08410005,1,4M
))
1467 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR841NV7
,tl-wr841nd-v7
,TL-WR841N-v7
,ttyS0
,115200,0x08410007,1,4M
))
1468 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR842V1
,tl-wr842n-v1
,TL-MR3420
,ttyS0
,115200,0x08420001,1,8M
))
1469 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR941NV2
,tl-wr941nd-v2
,TL-WR941ND
,ttyS0
,115200,0x09410002,2,4M
))
1470 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR941NV3
,tl-wr941nd-v3
,TL-WR941ND
,ttyS0
,115200,0x09410002,2,4M
))
1471 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR941NV4
,tl-wr941nd-v4
,TL-WR741ND
,ttyS0
,115200,0x09410004,1,4M
))
1472 $(eval
$(call SingleProfile
,TPLINK
,64kraw
,TLWR1043V1
,tl-wr1043nd-v1
,TL-WR1043ND
,ttyS0
,115200,0x10430001,1,8M
))
1474 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,ARCHERC5
,archer-c5
,ARCHER-C5
,ttyS0
,115200,0xc5000001,1,16Mlzma
))
1475 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,ARCHERC7V1
,archer-c7-v1
,ARCHER-C7
,ttyS0
,115200,0x75000001,1,8Mlzma
))
1476 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,ARCHERC7V2
,archer-c7-v2
,ARCHER-C7
,ttyS0
,115200,0xc7000002,1,16Mlzma
))
1477 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,ELM150
,el-m150
,EL-M150
,ttyATH0
,115200,0x01500101,1,8Mlzma
))
1478 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,ELMINI
,el-mini
,EL-MINI
,ttyATH0
,115200,0x01530001,1,8Mlzma
))
1479 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,GLINET6408A
,gl-inet-6408A-v1
,GL-INET
,ttyATH0
,115200,0x08000001,1,8Mlzma
))
1480 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,GLINET6416A
,gl-inet-6416A-v1
,GL-INET
,ttyATH0
,115200,0x08000001,1,16Mlzma
))
1481 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,MAC1200R
,mc-mac1200r
,MC-MAC1200R
,ttyS0
,115200,0x12000001,1,8Mlzma
))
1482 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR10U
,tl-mr10u-v1
,TL-MR10U
,ttyATH0
,115200,0x00100101,1,4Mlzma
))
1483 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR11UV1
,tl-mr11u-v1
,TL-MR11U
,ttyATH0
,115200,0x00110101,1,4Mlzma
))
1484 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR11UV2
,tl-mr11u-v2
,TL-MR11U
,ttyATH0
,115200,0x00110102,1,4Mlzma
))
1485 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR12U
,tl-mr12u-v1
,TL-MR13U
,ttyATH0
,115200,0x00120101,1,4Mlzma
))
1486 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR13U
,tl-mr13u-v1
,TL-MR13U
,ttyATH0
,115200,0x00130101,1,4Mlzma
))
1487 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR3020
,tl-mr3020-v1
,TL-MR3020
,ttyATH0
,115200,0x30200001,1,4Mlzma
))
1488 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR3040V1
,tl-mr3040-v1
,TL-MR3040
,ttyATH0
,115200,0x30400001,1,4Mlzma
))
1489 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR3040V2
,tl-mr3040-v2
,TL-MR3040-v2
,ttyATH0
,115200,0x30400002,1,4Mlzma
))
1490 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR3220V2
,tl-mr3220-v2
,TL-MR3220-v2
,ttyATH0
,115200,0x32200002,1,4Mlzma
))
1491 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLMR3420V2
,tl-mr3420-v2
,TL-MR3420-v2
,ttyS0
,115200,0x34200002,1,4Mlzma
))
1492 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA701NV2
,tl-wa701nd-v2
,TL-WA701ND-v2
,ttyATH0
,115200,0x07010002,1,4Mlzma
))
1493 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA7210NV2
,tl-wa7210n-v2
,TL-WA7210N-v2
,ttyATH0
,115200,0x72100002,1,4Mlzma
))
1494 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR703
,tl-wr703n-v1
,TL-WR703N
,ttyATH0
,115200,0x07030101,1,4Mlzma
))
1495 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR710
,tl-wr710n-v1
,TL-WR710N
,ttyATH0
,115200,0x07100001,1,8Mlzma
))
1496 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR720NV3
,tl-wr720n-v3
,TL-WR720N-v3
,ttyATH0
,115200,0x07200103,1,4Mlzma
))
1497 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR740NV4
,tl-wr740n-v4
,TL-WR741ND-v4
,ttyATH0
,115200,0x07400004,1,4Mlzma
))
1498 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR741NV4
,tl-wr741nd-v4
,TL-WR741ND-v4
,ttyATH0
,115200,0x07410004,1,4Mlzma
))
1499 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR743NV2
,tl-wr743nd-v2
,TL-WR741ND-v4
,ttyATH0
,115200,0x07430002,1,4Mlzma
))
1500 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA750
,tl-wa750re-v1
,TL-WA750RE
,ttyS0
,115200,0x07500001,1,4Mlzma
))
1501 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR841NV8
,tl-wr841n-v8
,TL-WR841N-v8
,ttyS0
,115200,0x08410008,1,4Mlzma
))
1502 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA830RV2
,tl-wa830re-v2
,TL-WA830RE-v2
,ttyS0
,115200,0x08300002,1,4Mlzma
))
1503 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR841NV9
,tl-wr841n-v9
,TL-WR841N-v9
,ttyS0
,115200,0x08410009,1,4Mlzma
))
1504 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR847NV8
,tl-wr847n-v8
,TL-WR841N-v8
,ttyS0
,115200,0x08470008,1,4Mlzma
))
1505 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR842V2
,tl-wr842n-v2
,TL-WR842N-v2
,ttyS0
,115200,0x8420002,1,8Mlzma
))
1506 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR843NV1
,tl-wr843nd-v1
,TL-WR841N-v8
,ttyS0
,115200,0x08430001,1,4Mlzma
))
1507 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA801NV2
,tl-wa801nd-v2
,TL-WA801ND-v2
,ttyS0
,115200,0x08010002,1,4Mlzma
))
1508 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA850
,tl-wa850re-v1
,TL-WA850RE
,ttyS0
,115200,0x08500001,1,4Mlzma
))
1509 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA860
,tl-wa860re-v1
,TL-WA860RE
,ttyS0
,115200,0x08600001,1,4Mlzma
))
1510 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWA901NV3
,tl-wa901nd-v3
,TL-WA901ND-v3
,ttyS0
,115200,0x09010003,1,4Mlzma
))
1511 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR941NV5
,tl-wr941nd-v5
,TL-WR941ND-v5
,ttyS0
,115200,0x09410005,1,4Mlzma
))
1512 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR941NV6
,tl-wr941nd-v6
,TL-WDR3500
,ttyS0
,115200,0x09410006,1,4Mlzma
))
1513 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR1041
,tl-wr1041n-v2
,TL-WR1041N-v2
,ttyS0
,115200,0x10410002,1,4Mlzma
))
1514 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR1043V2
,tl-wr1043nd-v2
,TL-WR1043ND-v2
,ttyS0
,115200,0x10430002,1,8M
))
1515 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWR2543
,tl-wr2543-v1
,TL-WR2543N
,ttyS0
,115200,0x25430001,1,8Mlzma
,-v
3.13.99))
1516 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,TLWDR4900V2
,tl-wdr4900-v2
,TL-WDR4900-v2
,ttyS0
,115200,0x49000002,1,8Mlzma
))
1518 $(eval
$(call SingleProfile
,TPLINK-SAFELOADER
,64kraw
,CPE510
,cpe210-220-510-520
,CPE510
,ttyS0
,115200,$$(cpe510_mtdlayout
),CPE510
))
1520 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,SMART-300
,smart-300
,SMART-300
,ttyS0
,115200,0x93410001,1,8Mlzma
))
1522 $(eval
$(call SingleProfile
,TPLINK-LZMA
,64kraw
,OOLITE
,oolite
,GS-OOLITE
,ttyATH0
,115200,0x3C000101,1,16Mlzma
))
1524 $(eval
$(call SingleProfile
,UAPPRO
,64k
,UAPPRO
,ubnt-uap-pro
,UAP-PRO
,ttyS0
,115200,BZ
,BZ
,ar934x
))
1525 $(eval
$(call SingleProfile
,UAPPRO
,64k
,UBNTUNIFIOUTDOORPLUS
,ubnt-unifi-outdoor-plus
,UBNT-UOP
,ttyS0
,115200,BZ
,BZ
,ar7240
))
1527 $(eval
$(call SingleProfile
,UBDEV
,64kraw
,UBDEV01
,ubdev01
,UBNT-UF
,ttyS0
,115200,XM
,XM
,ar7240
))
1529 $(eval
$(call SingleProfile
,UBNT
,64k
,UBNTRS
,ubnt-rs
,UBNT-RS
,ttyS0
,115200,RS
,RSx
,ar7100
))
1530 $(eval
$(call SingleProfile
,UBNT
,64k
,UBNTRSPRO
,ubnt-rspro
,UBNT-RSPRO
,ttyS0
,115200,RSPRO
,RSPRO
,ar7100pro
))
1531 $(eval
$(call SingleProfile
,UBNT
,64k
,UBNTLSSR71
,ubnt-ls-sr71
,UBNT-LS-SR71
,ttyS0
,115200,LS-SR71
,LS-SR71
,ar7100
))
1533 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,RW2458N
,rw2458n
,RW2458N
,ttyS0
,115200,XM
,XM
,ar7240
))
1534 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTAIRROUTER
,ubnt-airrouter
,UBNT-AR
,ttyS0
,115200,XM
,XM
,ar7240
))
1535 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTBULLETM
,ubnt-bullet-m
,UBNT-BM
,ttyS0
,115200,XM
,XM
,ar7240
))
1536 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTROCKETM
,ubnt-rocket-m
,UBNT-RM
,ttyS0
,115200,XM
,XM
,ar7240
))
1537 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTNANOM
,ubnt-nano-m
,UBNT-NM
,ttyS0
,115200,XM
,XM
,ar7240
))
1538 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTUNIFI
,ubnt-unifi
,UBNT-UF
,ttyS0
,115200,XM
,BZ
,ar7240
))
1539 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTUNIFIOUTDOOR
,ubnt-unifi-outdoor
,UBNT-U20
,ttyS0
,115200,XM
,BZ
,ar7240
))
1540 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTNANOMXW
,ubnt-nano-m-xw
,UBNT-NM-XW
,ttyS0
,115200,XM
,XW
,ar934x
))
1541 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTLOCOXW
,ubnt-loco-m-xw
,UBNT-LOCO-XW
,ttyS0
,115200,XM
,XW
,ar934x
))
1542 $(eval
$(call SingleProfile
,UBNTXM
,64kraw
,UBNTAIRGW
,ubnt-air-gateway
,UBNT-AGW
,ttyATH0
,115200,XM
,AirGW
,ar933x
))
1544 $(eval
$(call SingleProfile
,WHRHPG300N
,64kraw
,WHRG301N
,whr-g301n
,WHR-G301N
,ttyS0
,115200,$$(whrhpg300n_mtdlayout
),WHR-G301N
))
1545 $(eval
$(call SingleProfile
,WHRHPG300N
,64kraw
,WHRHPG300N
,whr-hp-g300n
,WHR-HP-G300N
,ttyS0
,115200,$$(whrhpg300n_mtdlayout
),WHR-HP-G300N
))
1546 $(eval
$(call SingleProfile
,WHRHPG300N
,64kraw
,WHRHPGN
,whr-hp-gn
,WHR-HP-GN
,ttyS0
,115200,$$(whrhpg300n_mtdlayout
),WHR-HP-GN
))
1547 $(eval
$(call SingleProfile
,WHRHPG300N
,64kraw
,WLAEAG300N
,wlae-ag300n
,WLAE-AG300N
,ttyS0
,115200,$$(whrhpg300n_mtdlayout
),WLAE-AG300N
))
1549 $(eval
$(call SingleProfile
,WRT400N
,64k
,WRT400N
,wrt400n
,WRT400N
,ttyS0
,115200))
1551 $(eval
$(call SingleProfile
,WZRHP128K
,128kraw
,WZRHPG300NH
,wzr-hp-g300nh
,WZR-HP-G300NH
,ttyS0
,115200,WZR-HP-G300NH
))
1552 $(eval
$(call SingleProfile
,WZRHP64K
,64kraw
,WZRHPG300NH2
,wzr-hp-g300nh2
,WZR-HP-G300NH2
,ttyS0
,115200,WZR-HP-G300NH2
))
1553 $(eval
$(call SingleProfile
,WZRHP64K
,64kraw
,WZRHPAG300H
,wzr-hp-ag300h
,WZR-HP-AG300H
,ttyS0
,115200,WZR-HP-AG300H
))
1554 $(eval
$(call SingleProfile
,WZRHP64K
,64kraw
,WZRHPG450H
,wzr-hp-g450h
,WZR-HP-G450H
,ttyS0
,115200,WZR-HP-AG450H
))
1555 $(eval
$(call SingleProfile
,WZRHP64K
,64kraw
,WZR600DHP
,wzr-600dhp
,WZR-HP-AG300H
,ttyS0
,115200,WZR-600DHP
))
1556 $(eval
$(call SingleProfile
,WZRHP64K
,64kraw
,WZR450HP2
,wzr-450hp2
,WZR-450HP2
,ttyS0
,115200,WZR-450HP2
))
1558 $(eval
$(call SingleProfile
,Zcomax
,64k
,ZCN1523H28
,zcn-1523h-2-8
,ZCN-1523H-2
,ttyS0
,115200,$$(zcn1523h_mtdlayout
)))
1559 $(eval
$(call SingleProfile
,Zcomax
,64k
,ZCN1523H516
,zcn-1523h-5-16
,ZCN-1523H-5
,ttyS0
,115200,$$(zcn1523h_mtdlayout
)))
1561 $(eval
$(call SingleProfile
,ZyXEL
,64k
,NBG_460N_550N_550NH
,nbg460n_550n_550nh
,NBG460N
,ttyS0
,115200,NBG-460N
))
1563 $(eval
$(call MultiProfile
,AP121
,AP121_2M AP121_4M
))
1564 $(eval
$(call MultiProfile
,AP136
,AP136_010 AP136_020
))
1565 $(eval
$(call MultiProfile
,ARCHERC7
, ARCHERC5 ARCHERC7V1 ARCHERC7V2
))
1566 $(eval
$(call MultiProfile
,EWDORIN
, EWDORINAP EWDORINRT EWDORIN16M
))
1567 $(eval
$(call MultiProfile
,OPENMESH
,OM2P OM5P MR600 MR900
))
1568 $(eval
$(call MultiProfile
,GLINET
,GLINET6408A GLINET6416A
))
1569 $(eval
$(call MultiProfile
,TEW652BRP
,TEW652BRP_FW TEW652BRP_RECOVERY
))
1570 $(eval
$(call MultiProfile
,TLMR11U
,TLMR11UV1 TLMR11UV2
))
1571 $(eval
$(call MultiProfile
,TLMR3040
,TLMR3040V1 TLMR3040V2
))
1572 $(eval
$(call MultiProfile
,TLMR3220
,TLMR3220V1 TLMR3220V2
))
1573 $(eval
$(call MultiProfile
,TLMR3420
,TLMR3420V1 TLMR3420V2
))
1574 $(eval
$(call MultiProfile
,TLWA701
,TLWA701NV1 TLWA701NV2
))
1575 $(eval
$(call MultiProfile
,TLWA7210
,TLWA7210NV2
))
1576 $(eval
$(call MultiProfile
,TLWA730RE
,TLWA730REV1
))
1577 $(eval
$(call MultiProfile
,TLWA801
,TLWA801NV1 TLWA801NV2
))
1578 $(eval
$(call MultiProfile
,TLWA830
,TLWA830RV1 TLWA830RV2
))
1579 $(eval
$(call MultiProfile
,TLWA901
,TLWA901NV1 TLWA901NV2 TLWA901NV3
))
1580 $(eval
$(call MultiProfile
,TLWA7510
,TLWA7510NV1
))
1581 $(eval
$(call MultiProfile
,TLWR720
,TLWR720NV3
))
1582 $(eval
$(call MultiProfile
,TLWR740
,TLWR740NV1 TLWR740NV3 TLWR740NV4
))
1583 $(eval
$(call MultiProfile
,TLWR741
,TLWR741NV1 TLWR741NV2 TLWR741NV4
))
1584 $(eval
$(call MultiProfile
,TLWR743
,TLWR743NV1 TLWR743NV2
))
1585 $(eval
$(call MultiProfile
,TLWR841
,TLWR841NV15 TLWR841NV3 TLWR841NV5 TLWR841NV7 TLWR841NV8 TLWR841NV9 TLWR847NV8
))
1586 $(eval
$(call MultiProfile
,TLWR842
,TLWR842V1 TLWR842V2
))
1587 $(eval
$(call MultiProfile
,TLWR843
,TLWR843NV1
))
1588 $(eval
$(call MultiProfile
,TLWR941
,TLWR941NV2 TLWR941NV3 TLWR941NV4 TLWR941NV5 TLWR941NV6
))
1589 $(eval
$(call MultiProfile
,TLWR1043
,TLWR1043V1 TLWR1043V2
))
1590 $(eval
$(call MultiProfile
,TLWDR4300
,TLWDR3500V1 TLWDR3600V1 TLWDR4300V1 TLWDR4300V1IL TLWDR4310V1 MW4530RV1
))
1591 $(eval
$(call MultiProfile
,TUBE2H
,TUBE2H8M TUBE2H16M
))
1592 $(eval
$(call MultiProfile
,UBNT
,UBNTAIRROUTER UBNTRS UBNTRSPRO UBNTLSSR71 UBNTBULLETM UBNTROCKETM UBNTNANOM UBNTNANOMXW UBNTLOCOXW UBNTUNIFI UBNTUNIFIOUTDOOR UBNTUNIFIOUTDOORPLUS UAPPRO UBNTAIRGW
))
1593 $(eval
$(call MultiProfile
,WNR612V2
,REALWNR612V2 N150R
))
1594 $(eval
$(call MultiProfile
,WNR1000V2
,REALWNR1000V2 WNR1000V2_VC
))
1595 $(eval
$(call MultiProfile
,WP543
,WP543_2M WP543_4M WP543_8M WP543_16M
))
1596 $(eval
$(call MultiProfile
,WPE72
,WPE72_4M WPE72_8M WPE72_16M
))
1597 $(eval
$(call MultiProfile
,WPJ558
,WPJ558_16M
))
1599 $(eval
$(call MultiProfile
,Minimal
,$(SINGLE_PROFILES
)))
1600 $(eval
$(call MultiProfile
,Madwifi
,EAP7660D UBNTRS UBNTRSPRO UBNTLSSR71 WP543
))
1601 endif # ifeq ($(SUBTARGET),generic)
1603 ifeq ($(SUBTARGET
),nand
)
1604 $(eval
$(call SingleProfile
,NetgearNAND
,64k
,WNDR3700V4
,wndr3700v4
,WNDR3700_V4
,ttyS0
,115200,$$(wndr4300_mtdlayout
),0x33373033,WNDR3700v4
,"",-H
29763948+128+128,wndr4300
))
1605 $(eval
$(call SingleProfile
,NetgearNAND
,64k
,WNDR4300V1
,wndr4300
,WNDR4300
,ttyS0
,115200,$$(wndr4300_mtdlayout
),0x33373033,WNDR4300
,"",-H
29763948+0+128+128+2x2
+3x3
,wndr4300
))
1606 $(eval
$(call SingleProfile
,NetgearNAND
,64k
,R6100
,r6100
,R6100
,ttyS0
,115200,$$(r6100_mtdlayout
),0x36303030,R6100
,"",-H
29764434+0+128+128+2x2
+2x2
,wndr4300
))
1608 $(eval
$(call SingleProfile
,ZyXELNAND
,128k
,NBG6716
,nbg6716
,NBG6716
,ttyS0
,115200,NBG6716
,$$(zyx_nbg6716_mtdlayout
),mem
=256M
))
1610 $(eval
$(call MultiProfile
,WNDR4300
,WNDR3700V4 WNDR4300V1
))
1611 endif # ifeq ($(SUBTARGET),nand)
1614 $(eval
$(call MultiProfile
,Default
,$(SINGLE_PROFILES
)))
1616 define Image
/Build
/squashfs
1617 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-raw
1618 cp
$(KDIR
)/root.squashfs
$(KDIR
)/root.squashfs-64k
1619 $(STAGING_DIR_HOST
)/bin
/padjffs2
$(KDIR
)/root.squashfs-64k
64
1620 cp
$(KDIR
)/root.squashfs-64k
$(BIN_DIR
)/$(IMG_PREFIX
)-root.squashfs-64k
1621 $(call prepare_generic_squashfs
,$(KDIR
)/root.squashfs
)
1622 dd if
=$(KDIR
)/root.
$(1) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) bs
=128k conv
=sync
1625 define Image
/Build
/jffs2
1626 dd if
=$(KDIR
)/root.
$(1) of
=$(BIN_DIR
)/$(IMG_PREFIX
)-root.
$(1) bs
=128k conv
=sync
1629 define Image
/Build
/Initramfs
1630 $(call Image
/Build
/Profile
/$(IMAGE_PROFILE
),initramfs
)
1633 define Image
/Prepare
1634 gzip
-9 -c
$(KDIR
)/vmlinux
> $(KDIR
)/vmlinux.bin.gz
1635 $(call CompressLzma
,$(KDIR
)/vmlinux
,$(KDIR
)/vmlinux.bin.lzma
)
1636 ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS
),)
1637 gzip
-9 -c
$(KDIR
)/vmlinux-initramfs
> $(KDIR
)/vmlinux-initramfs.bin.gz
1638 $(call CompressLzma
,$(KDIR
)/vmlinux-initramfs
,$(KDIR
)/vmlinux-initramfs.bin.lzma
)
1639 $(call Image
/BuildLoader
,generic
,elf
,,,-initramfs
)
1641 $(call Image
/BuildLoader
,generic
,elf
)
1642 $(call Image
/Build
/Profile
/$(if
$(CONFIG_IB
),Default
,$(IMAGE_PROFILE
)),loader
)
1645 # $(1): filesystem type.
1647 $(call Image
/Build
/$(call rootfs_type
,$(1)),$(1))
1648 $(call Image
/Build
/Profile
/$(IMAGE_PROFILE
),$(1))
1651 $(eval
$(call BuildImage
))