ramips: image: use the GENERIC_4M template for the V11ST-FE board
[openwrt/openwrt.git] / target / linux / ramips / image / Makefile
1 #
2 # Copyright (C) 2008-2011 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8 include $(INCLUDE_DIR)/image.mk
9
10 define imgname
11 $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(1)
12 endef
13
14 define sysupname
15 $(call imgname,$(1),$(2))-sysupgrade.bin
16 endef
17
18 VMLINUX:=$(IMG_PREFIX)-vmlinux
19 UIMAGE:=$(IMG_PREFIX)-uImage
20 fs_squash:=squashfs-only
21 ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
22 fs_squash:=initramfs
23 VMLINUX:=$(IMG_PREFIX)-vmlinux-initramfs
24 UIMAGE:=$(IMG_PREFIX)-uImage-initramfs
25 endif
26
27 ifeq ($(CONFIG_RALINK_RT288X),y)
28 define kernel_entry
29 -a 0x88000000 -e 0x88000000
30 endef
31 else
32 define kernel_entry
33 -a 0x80000000 -e 0x80000000
34 endef
35 endif
36
37 define CompressLzma
38 $(STAGING_DIR_HOST)/bin/lzma e $(1) -lc1 -lp2 -pb2 $(2)
39 endef
40
41 define PatchKernelLzma
42 cp $(KDIR)/vmlinux $(KDIR)/vmlinux-$(1)
43 $(STAGING_DIR_HOST)/bin/patch-cmdline $(KDIR)/vmlinux-$(1) '$(strip $(2))'
44 $(call CompressLzma,$(KDIR)/vmlinux-$(1),$(KDIR)/vmlinux-$(1).bin.lzma)
45 endef
46
47 define MkImage
48 mkimage -A mips -O linux -T kernel -C $(1) $(call kernel_entry)\
49 -n 'MIPS OpenWrt Linux-$(LINUX_VERSION)' \
50 -d $(2) $(3)
51 endef
52
53 define MkImageLzma
54 $(call PatchKernelLzma,$(1),$(2))
55 $(call MkImage,lzma,$(KDIR)/vmlinux-$(1).bin.lzma,$(KDIR)/vmlinux-$(1).uImage)
56 endef
57
58 define CatFiles
59 if [ `stat -c%s "$(1)"` -gt $(2) ]; then \
60 echo "Warning: $(1) is too big"; \
61 else if [ `stat -c%s $(3)` -gt $(4) ]; then \
62 echo "Warning: $(3) is too big"; \
63 else \
64 ( dd if=$(1) bs=$(2) conv=sync; dd if=$(3) ) > $(5); \
65 fi; fi
66 endef
67
68 define Sysupgrade/KRuImage
69 $(call CatFiles,$(KDIR)/vmlinux-$(2).uImage,$(3),$(KDIR)/root.$(1),$(4),$(call sysupname,$(1),$(2)))
70 endef
71
72 define Image/BuildKernel
73 cp $(KDIR)/vmlinux.elf $(BIN_DIR)/$(VMLINUX).elf
74 cp $(KDIR)/vmlinux $(BIN_DIR)/$(VMLINUX).bin
75 $(call CompressLzma,$(KDIR)/vmlinux,$(KDIR)/vmlinux.bin.lzma)
76 $(call MkImage,lzma,$(KDIR)/vmlinux.bin.lzma,$(KDIR)/uImage.lzma)
77 cp $(KDIR)/uImage.lzma $(BIN_DIR)/$(UIMAGE).bin
78 $(call Image/Build/Initramfs)
79 endef
80
81 define BuildFirmware/Generic
82 $(call MkImageLzma,$(2),$(3) $($(4)))
83 $(call Sysupgrade/KRuImage,$(1),$(2),$(5),$(6))
84 endef
85
86 define BuildFirmware/Generic/initramfs
87 $(call MkImageLzma,$(2),$(3) $($(4)))
88 $(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
89 endef
90
91 define BuildFirmware/WL341V3
92 $(call MkImageLzma,$(2),$(3) $($(4)))
93 $(call Sysupgrade/KRuImage,$(1),$(2),$(5),$(6))
94 if [ -e "$(call sysupname,$(1),$(2))" ]; then \
95 ( \
96 dd if=/dev/zero bs=195936 count=1; \
97 echo "1.01"; \
98 dd if=/dev/zero bs=581 count=1; \
99 echo -n -e "\x73\x45\x72\x43\x6F\x4D\x6D\x00\x01\x00\x00\x59\x4E\x37\x95\x58\x10\x00\x20\x00\x28\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x11\x03\x00\x00\x80\x00\x00\x00\x00\x03\x00\x00\x10\x12\x00\x00\x00\x10\x73\x45\x72\x43\x6F\x4D\x6D"; \
100 dd if=/dev/zero bs=65552 count=1; \
101 dd if=$(KDIR)/vmlinux-$(2).uImage bs=$(5) conv=sync; \
102 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
103 dd if=/dev/zero bs=`expr 4194304 - 262144 - 16 - $(5) - \( \( \( \`stat -c%s $(KDIR)/root.$(1)\` / 65536 \) + 1 \) \* 65536 \)` count=1; \
104 echo -n -e "\x11\x03\x80\x00\x10\x12\x90\xF7\x65\x52\x63\x4F\x6D\x4D\x00\x00"; \
105 ) > $(call imgname,$(1),$(2))-factory.bin; \
106 fi
107 endef
108
109 define BuildFirmware/Buffalo
110 $(call MkImageLzma,$(2),board=$(3) $($(4)))
111 $(call Sysupgrade/KRuImage,$(1),$(2),$(5),$(6))
112 if [ -e "$(call sysupname,$(1),$(2))" ]; then \
113 buffalo-enc -p $(3) -v 1.76 \
114 -i $(KDIR)/vmlinux-$(2).uImage \
115 -o $(KDIR)/vmlinux-$(2).uImage.enc; \
116 buffalo-enc -p $(3) -v 1.76 \
117 -i $(KDIR)/root.$(1) \
118 -o $(KDIR)/root.$(2).enc; \
119 buffalo-tag -b $(3) -p $(3) -a ram -v 1.76 -m 1.01 \
120 -l mlang8 -f 1 -r EU \
121 -i $(KDIR)/vmlinux-$(2).uImage.enc \
122 -i $(KDIR)/root.$(2).enc \
123 -o $(call imgname,$(1),$(2))-factory-EU.bin; \
124 fi
125 endef
126
127 define BuildFirmware/Buffalo2
128 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),$($(4)),$(5),$(6))
129 endef
130
131 define BuildFirmware/NW718
132 $(call PatchKernelLzma,$(2),$(3) $($(4)))
133 mkimage -A mips -O linux -T kernel -C lzma $(call kernel_entry) \
134 -n "ARA1B4NCRNW718;1" \
135 -d "$(KDIR)/vmlinux-$(2).bin.lzma" \
136 "$(KDIR)/vmlinux-$(2).uImage"
137 if [ `stat -c%s "$(KDIR)/vmlinux-$(2).uImage"` -gt $(5) ]; then \
138 echo "Warning: $(KDIR)/vmlinux-$(2).uImage is too big"; \
139 else if [ `stat -c%s $(KDIR)/root.$(1)` -gt $(6) ]; then \
140 echo "Warning: $(KDIR)/root.$(1) is too big"; \
141 else \
142 ( \
143 dd if=$(KDIR)/vmlinux-$(2).uImage bs=$(5) conv=sync; \
144 dd if=$(KDIR)/root.$(1) bs=64k conv=sync; \
145 ) > $(call imgname,$(1),$(2))-factory.bin; \
146 fi; fi
147 endef
148
149 define BuildFirmware/Edimax
150 mkedimaximg -i $(call sysupname,$(1),$(2)) \
151 -o $(call imgname,$(1),$(2))-factory.bin \
152 -s $(3) -m $(4) -f $(5) -S $(6)
153 endef
154
155 define Image/Build/Template/initramfs/initramfs
156 $(call Image/Build/Template/$(1)/initramfs,initramfs,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
157 endef
158
159 define Image/Build/Template/squashfs-only/squashfs
160 $(call Image/Build/Template/$(1),squashfs,$(2),$(3),$(4),$(5),$(6),$(7),$(8))
161 endef
162
163 mtdlayout_4M=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,832k(kernel),2944k(rootfs),3776k@0x50000(firmware)
164 define Image/Build/Template/GENERIC_4M
165 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_4M,851968,3014656)
166 endef
167
168 define Image/Build/Template/GENERIC_4M/initramfs
169 $(call BuildFirmware/Generic/initramfs,$(1),$(2),board=$(3),mtdlayout_4M)
170 endef
171
172 mtdlayout_8M=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,896k(kernel),6976k(rootfs),7872k@0x50000(firmware)
173 kernel_size_8M=917504
174 rootfs_size_8M=7143424
175 define Image/Build/Template/GENERIC_8M
176 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_8M,$(kernel_size_8M),$(rootfs_size_8M))
177 endef
178
179 define Image/Build/Template/GENERIC_8M/initramfs
180 $(call BuildFirmware/Generic/initramfs,$(1),$(2),board=$(3),mtdlayout_8M)
181 endef
182
183 mtdlayout_dir300b1=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,896k(kernel),2880k(rootfs),3776k@0x50000(firmware)
184 mtd_dir300b1_kernel_part_size=917504
185 mtd_dir300b1_rootfs_part_size=2949120
186 define Image/Build/Template/DIR300B1
187 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_dir300b1,$(mtd_dir300b1_kernel_part_size),$(mtd_dir300b1_rootfs_part_size))
188 mkwrgimg -s $(4) -d /dev/mtdblock/2 \
189 -i $(call sysupname,$(1),$(2)) \
190 -o $(call imgname,$(1),$(2))-factory.bin
191 endef
192
193 mtdlayout_nw718=mtdparts=spi0.0:192k(u-boot)ro,128k(config)ro,64k(factory)ro,832k(kernel),2880k(rootfs),3712k@0x60000(firmware)
194 define Image/Build/Template/NW718
195 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_nw718,851968,2949120)
196 $(call BuildFirmware/NW718,$(1),$(2),board=$(3),mtdlayout_nw718,851968,2949120)
197 endef
198
199 console_WR6202=ttyS1,115200
200 mtdlayout_WR6202=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,1024k(kernel),6848k(rootfs),7872k@0x50000(firmware)
201 define Image/Build/Template/WR6202
202 $(call BuildFirmware/Generic,$(1),$(2),board=$(3) console=$(console_WR6202),mtdlayout_WR6202,1048576,7012352)
203 endef
204
205 define Image/Build/Profile/WR6202
206 $(call Image/Build/Template/$(fs_squash)/$(1),WR6202,wr6202,WR6202)
207 endef
208
209 console_OMNIEMB=ttyS1,57600
210 mtdlayout_ONMIEMB=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,1024k(kernel),6848k(rootfs),7872k@0x50000(firmware)
211 define Image/Build/Template/OMNIEMB
212 $(call BuildFirmware/Generic,$(1),$(2),board=$(3) console=$(console_OMNIEMB),mtdlayout_OMNIEMB,1048576,7012352)
213 endef
214
215 mtdlayout_sercomm_4M=mtdparts=physmap-flash.0:128k(u-boot)ro,64k(board-nvram)ro,64k(u-boot-env)ro,832k(kernel),2944k(rootfs),64k(signature-eRcOmM),3776k@0x40000(firmware),4096k@0x0(fullflash)
216 define Image/Build/Template/WL341V3
217 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_sercomm_4M,851968,3014656)
218 $(call BuildFirmware/WL341V3,$(1),$(2),board=$(3),mtdlayout_sercomm_4M,851968,3014656)
219 endef
220
221 define Image/Build/Profile/WL341V3
222 $(call Image/Build/Template/$(fs_squash)/$(1),WL341V3,wl341v3,WL341V3)
223 endef
224
225 define Image/Build/Profile/DIR300B1
226 $(call Image/Build/Template/$(fs_squash)/$(1),DIR300B1,dir-300-b1,DIR-300-B1,wrgn23_dlwbr_dir300b)
227 $(call Image/Build/Template/$(fs_squash)/$(1),DIR300B1,dir-600-b1,DIR-600-B1,wrgn23_dlwbr_dir600b)
228 $(call Image/Build/Template/$(fs_squash)/$(1),DIR300B1,dir-600-b2,DIR-600-B2,wrgn23_dlwbr_dir600b)
229 endef
230
231 mtdlayout_rtg32b1=mtdparts=spi0.0:192k(u-boot)ro,64k(devdata)ro,64k(devconf)ro,832k(kernel),2944k(rootfs),3776k@0x50000(firmware)
232 mtd_rtg32b1_kernel_part_size=851968
233 mtd_rtg32b1_rootfs_part_size=3014656
234 define Image/Build/Template/RTG32B1
235 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_rtg32b1,$(mtd_rtg32b1_kernel_part_size),$(mtd_rtg32b1_rootfs_part_size))
236 endef
237
238 define Image/Build/Profile/RTG32B1
239 $(call Image/Build/Template/$(fs_squash)/$(1),RTG32B1,rt-g32-b1,RT-G32-B1)
240 endef
241
242 define Image/Build/Profile/ESR9753
243 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,esr-9753,ESR-9753)
244 endef
245
246 define Image/Build/Template/FONERA20N
247 $(call Image/Build/Template/GENERIC_8M,$(1),fonera20n,FONERA20N)
248 $(call BuildFirmware/Edimax,$(1),fonera20n,RSDK,NL1T,0x50000,0xc0000)
249 endef
250
251 define Image/Build/Profile/FONERA20N
252 $(call Image/Build/Template/$(fs_squash)/$(1),FONERA20N)
253 endef
254
255 define Image/Build/Profile/BC2
256 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,bc2,BC2)
257 endef
258
259 mtdlayout_all0256n=mtdparts=spi0.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,832k(kernel),2944k(rootfs),3776k@0x50000(firmware)
260 define Image/Build/Template/ALL0256N
261 $(call BuildFirmware/Generic,$(1),all0256n,board=ALL0256N,mtdlayout_all0256n,851968,3014656)
262 endef
263
264 define Image/Build/Profile/ALL0256N
265 $(call Image/Build/Template/$(fs_squash)/$(1),ALL0256)
266 endef
267
268 define Image/Build/Profile/NBG419N
269 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,nbg-419n,NBG-419N)
270 endef
271
272 define Image/Build/Profile/WL351
273 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,wl-351,WL-351)
274 endef
275
276 define Image/Build/Profile/NW718
277 $(call Image/Build/Template/$(fs_squash)/$(1),NW718,nw718,NW718)
278 endef
279
280 define Image/Build/Profile/OMNIEMB
281 $(call Image/Build/Template/$(fs_squash)/$(1),OMNIEMB,omni-emb,OMNI-EMB)
282 endef
283
284 define Image/Build/Profile/PWH2004
285 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,pwh2004,PWH2004)
286 endef
287
288 define Image/Build/Profile/V22RW2X2
289 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,v22rw-2x2,V22RW-2X2)
290 endef
291
292 mtdlayout_whrg300n=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,960k(kernel),2752k(rootfs),64k(user)ro,3712k@0x50000(firmware)
293 define Image/Build/Template/WHRG300N
294 $(call Image/Build/Template/GENERIC_4M,$(1),whr-g300n,WHR-G300N)
295 $(call BuildFirmware/Buffalo,$(1),whr-g300n,WHR-G300N,mtdlayout_whrg300n,983040,3801088)
296 ( \
297 echo -n -e "# Airstation FirmWare\nrun u_fw\nreset\n\n" | \
298 dd bs=512 count=1 conv=sync; \
299 dd if=$(call sysupname,$(1),whr-g300n); \
300 ) > $(KDIR)/whr-g300n-tftp.tmp
301 buffalo-tftp -i $(KDIR)/whr-g300n-tftp.tmp \
302 -o $(call imgname,$(1),whr-g300n)-tftp.bin
303 endef
304
305 define Image/Build/Profile/WHRG300N
306 $(call Image/Build/Template/$(fs_squashfs)/$(1),WHRG300N)
307 endef
308
309 define Image/Build/Profile/HW5503G
310 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,hw550-3g,HW550-3G)
311 endef
312
313 define Image/Build/Profile/MOFI35003GN
314 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,mofi3500-3gn,MOFI3500-3GN)
315 endef
316
317 define Image/Build/Profile/WCR150GN
318 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,wcr150gn,WCR150GN)
319 endef
320
321 w502u_cmdline=board=W502U console=ttyS1,115200
322 define Image/Build/Template/W502U
323 $(call BuildFirmware/Generic,$(1),w502u,$(w502u_cmdline),mtdlayout_8M,$(kernel_size_8M),$(rootfs_size_8M))
324 endef
325
326 define Image/Build/Profile/W502U
327 $(call Image/Build/Template/$(fs_squash)/$(1),W502U)
328 endef
329
330 mtdlayout_argus_atp52b=mtdparts=physmap-flash.0:192k(bootloader)ro,64k(config),64k(factory),1152k(kernel),6656k(rootfs),7808k@0x50000(firmware)
331 mtd_argus_atp52b_kernel_part_size=1179648
332 mtd_argus_atp52b_rootfs_part_size=6815744
333 define Image/Build/Template/ARGUS_ATP52B
334 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_argus_atp52b,$(mtd_argus_atp52b_kernel_part_size),$(mtd_argus_atp52b_rootfs_part_size))
335 endef
336
337 define Image/Build/Profile/ARGUS_ATP52B
338 $(call Image/Build/Template/$(fs_squash)/$(1),ARGUS_ATP52B,argus_atp52b,ARGUS_ATP52B)
339 endef
340
341 mtdlayout_f5d8235=mtdparts=physmap-flash.0:320k(u-boot)ro,1536k(kernel),6208k(rootfs),64k(nvram),64k(factory),7744k@0x50000(firmware)
342 mtd_f5d8235_kernel_part_size=1572864
343 mtd_f5d8235_rootfs_part_size=6356992
344 define Image/Build/Template/F5D8235V2
345 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_f5d8235,$(mtd_f5d8235_kernel_part_size),$(mtd_f5d8235_rootfs_part_size))
346 endef
347
348 define Image/Build/Profile/F5D8235V2
349 $(call Image/Build/Template/$(fs_squash)/$(1),F5D8235V2,f5d8235v2,F5D8235_V2)
350 endef
351
352 define Image/Build/Template/F5D8235V1
353 $(call BuildFirmware/Generic,$(1),$(2),board=$(3),mtdlayout_f5d8235,$(mtd_f5d8235_kernel_part_size),$(mtd_f5d8235_rootfs_part_size))
354 endef
355
356 define Image/Build/Profile/WR5123GN
357 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,wr512-3gn-4M,WR512-3GN)
358 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,wr512-3gn-8M,WR512-3GN)
359 endef
360
361 define Image/Build/Profile/SLR7205
362 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,sl-r7205,SL-R7205)
363 endef
364
365 ifeq ($(CONFIG_RALINK_RT305X),y)
366 define Image/Build/Profile/Default
367 $(call Image/Build/Profile/ARGUS_ATP52B,$(1))
368 $(call Image/Build/Profile/BC2,$(1))
369 $(call Image/Build/Profile/ALL0256N,$(1))
370 $(call Image/Build/Profile/DIR300B1,$(1))
371 $(call Image/Build/Profile/ESR9753,$(1))
372 $(call Image/Build/Profile/RTG32B1,$(1))
373 $(call Image/Build/Profile/FONERA20N,$(1))
374 $(call Image/Build/Profile/V22RW2X2,$(1))
375 $(call Image/Build/Profile/NBG419N,$(1))
376 $(call Image/Build/Profile/NW718,$(1))
377 $(call Image/Build/Profile/OMNIEMB,$(1))
378 $(call Image/Build/Profile/PWH2004,$(1))
379 $(call Image/Build/Profile/SLR7205,$(1))
380 $(call Image/Build/Profile/WHRG300N,$(1))
381 $(call Image/Build/Profile/WCR150GN,$(1))
382 $(call Image/Build/Profile/F5D8235V2,$(1))
383 $(call Image/Build/Profile/HW5503G,$(1))
384 $(call Image/Build/Profile/MOFI35003GN,$(1))
385 $(call Image/Build/Profile/W502U,$(1))
386 $(call Image/Build/Profile/WR5123GN,$(1))
387 $(call Image/Build/Profile/WL341V3,$(1))
388 $(call Image/Build/Profile/WL351,$(1))
389 $(call Image/Build/Profile/WR6202,$(1))
390 endef
391 endif
392
393 define Image/Build/Profile/F5D8235V1
394 $(call Image/Build/Template/$(fs_squash)/$(1),F5D8235V1,f5d8235v1,F5D8235_V1)
395 endef
396
397 define Image/Build/Profile/RTN15
398 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,rt-n15,RT-N15)
399 endef
400
401 define Image/Build/Profile/V11STFE
402 $(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_4M,v11st-fe,V11ST-FE)
403 endef
404
405 mtdlayout_wlitx4ag300n=mtdparts=physmap-flash.0:192k(u-boot)ro,64k(u-boot-env)ro,64k(factory)ro,832k(kernel),2880k(rootfs),64k(user)ro,3712k@0x50000(firmware)
406 define Image/Build/Template/WLITX4AG300N
407 $(call BuildFirmware/Buffalo2,$(1),wli-tx4-ag300n,WLI-TX4-AG300N,mtdlayout_wlitx4ag300n,851968,2949120)
408 endef
409
410 define Image/Build/Profile/WLITX4AG300N
411 $(call Image/Build/Template/$(fs_squash)/$(1),WLITX4AG300N)
412 endef
413
414 ifeq ($(CONFIG_RALINK_RT288X),y)
415 define Image/Build/Profile/Default
416 $(call Image/Build/Profile/F5D8235V1,$(1))
417 $(call Image/Build/Profile/RTN15,$(1))
418 $(call Image/Build/Profile/V11STFE,$(1))
419 $(call Image/Build/Profile/WLITX4AG300N,$(1))
420 endef
421 endif
422
423 define Image/Build/Initramfs
424 $(call Image/Build/Profile/$(PROFILE),initramfs)
425 endef
426
427 define Image/Build/squashfs
428 $(call prepare_generic_squashfs,$(KDIR)/root.squashfs)
429 endef
430
431 define Image/Build
432 $(call Image/Build/$(1))
433 dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync
434 $(call Image/Build/Profile/$(PROFILE),$(1))
435 endef
436
437 $(eval $(call BuildImage))