mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	ar71xx: use uimage split for Ubiquiti XM devices
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37297
This commit is contained in:
		
							parent
							
								
									6702955857
								
							
						
					
					
						commit
						083b0a06a3
					
				@ -174,9 +174,9 @@ dlrtdev_mtdlayout=mtdparts=spi0.0:256k(uboot)ro,64k(config)ro,1024k(kernel),5184
 | 
			
		||||
dlrtdev_mtdlayout_fat=mtdparts=spi0.0:256k(uboot)ro,64k(config)ro,1024k(kernel),6544k(rootfs),640k(certs),64k(caldata)ro,7168k@0x50000(firmware),64k@0x660000(caldata_orig),6208k@0x50000(firmware_orig)
 | 
			
		||||
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)
 | 
			
		||||
planex_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1024k(kernel),6656k(rootfs),128k(art)ro,7744k@0x50000(firmware)
 | 
			
		||||
ubntxm_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1024k(kernel),6528k(rootfs),256k(cfg)ro,64k(EEPROM)ro,7552k@0x50000(firmware)
 | 
			
		||||
ubntxm_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7552k(firmware),256k(cfg)ro,64k(EEPROM)ro
 | 
			
		||||
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)
 | 
			
		||||
ubdev_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1024k(kernel),6464k(rootfs),64k(certs),256k(cfg)ro,64k(EEPROM)ro,7488k@0x50000(firmware)
 | 
			
		||||
ubdev_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7488k(firmware),64k(certs),256k(cfg)ro,64k(EEPROM)ro
 | 
			
		||||
whrhpg300n_mtdlayout=mtdparts=spi0.0:248k(u-boot)ro,8k(u-boot-env)ro,1024k(kernel),2752k(rootfs),64k(art)ro,3712k@0x40000(firmware)
 | 
			
		||||
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)
 | 
			
		||||
wnr2000v3_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,1024k(kernel),2688k(rootfs),64k(art)ro,3712k@0x50000(firmware)
 | 
			
		||||
@ -470,8 +470,8 @@ endef
 | 
			
		||||
 | 
			
		||||
define Image/Build/UBNTXM
 | 
			
		||||
	$(call MkuImageLzma,$(2),$(3) $(ubntxm_mtdlayout))
 | 
			
		||||
	$(call Sysupgrade/KRuImage,$(1),$(2),1048576,6684672)
 | 
			
		||||
	dd if=$(KDIR_TMP)/vmlinux-$(2).uImage of=$(KDIR_TMP)/vmlinux-$(2).uImage.bin bs=1024k conv=sync
 | 
			
		||||
	$(call Sysupgrade/KRuImage,$(1),$(2),65536,6684672)
 | 
			
		||||
	dd if=$(KDIR_TMP)/vmlinux-$(2).uImage of=$(KDIR_TMP)/vmlinux-$(2).uImage.bin bs=64k conv=sync
 | 
			
		||||
	-$(STAGING_DIR_HOST)/bin/mkfwimage \
 | 
			
		||||
		-B $(4) -v $(5).$(6).v6.0.0-OpenWrt-$(REVISION) \
 | 
			
		||||
		-k $(KDIR_TMP)/vmlinux-$(2).uImage.bin \
 | 
			
		||||
@ -481,8 +481,8 @@ endef
 | 
			
		||||
 | 
			
		||||
define Image/Build/UBDEV
 | 
			
		||||
	$(call MkuImageLzma,$(2),$(3) $(ubdev_mtdlayout))
 | 
			
		||||
	$(call Sysupgrade/KRuImage,$(1),$(2),1048576,6684672)
 | 
			
		||||
	dd if=$(KDIR_TMP)/vmlinux-$(2).uImage of=$(KDIR_TMP)/vmlinux-$(2).uImage.bin bs=1024k conv=sync
 | 
			
		||||
	$(call Sysupgrade/KRuImage,$(1),$(2),65536,6684672)
 | 
			
		||||
	dd if=$(KDIR_TMP)/vmlinux-$(2).uImage of=$(KDIR_TMP)/vmlinux-$(2).uImage.bin bs=64k conv=sync
 | 
			
		||||
	-$(STAGING_DIR_HOST)/bin/mkfwimage \
 | 
			
		||||
		-B $(4) -v $(5).$(6).v6.0.0-OpenWrt-$(REVISION) \
 | 
			
		||||
		-k $(KDIR_TMP)/vmlinux-$(2).uImage.bin \
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user