mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-04 06:54:27 -05:00 
			
		
		
		
	oxnas: install kernel binaries into bin/ for use with external storage
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		
							parent
							
								
									dafda4b7f8
								
							
						
					
					
						commit
						f6c3f830a0
					
				@ -25,8 +25,11 @@ define Device/Default
 | 
			
		||||
  KERNEL_DEPENDS = $$(wildcard $$(DTS_DIR)/ox820-$$(DTS).dts)
 | 
			
		||||
  KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb
 | 
			
		||||
  KERNEL_NAME := zImage
 | 
			
		||||
  KERNEL_SUFFIX := -uImage
 | 
			
		||||
  KERNEL_INSTALL := 1
 | 
			
		||||
  KERNEL_INITRAMFS = kernel-bin | lzma | fit lzma $$(DTS_DIR)/ox820-$$(DTS).dtb | ubootable
 | 
			
		||||
  KERNEL_INITRAMFS_PREFIX = $$(IMAGE_PREFIX)-u-boot-initramfs
 | 
			
		||||
  KERNEL_INITRAMFS_SUFFIX := .bin
 | 
			
		||||
  BLOCKSIZE := 128KiB
 | 
			
		||||
  PAGESIZE := 2048
 | 
			
		||||
  SUBPAGESIZE := 512
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user