mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	kirkwood: convert to use the new jffs2_nand
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36861
This commit is contained in:
		
							parent
							
								
									9f7ef8d5f0
								
							
						
					
					
						commit
						e7b504ce8e
					
				@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 | 
			
		||||
ARCH:=arm
 | 
			
		||||
BOARD:=kirkwood
 | 
			
		||||
BOARDNAME:=Marvell Kirkwood
 | 
			
		||||
FEATURES:=targz usb jffs2
 | 
			
		||||
FEATURES:=targz usb jffs2_nand
 | 
			
		||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 | 
			
		||||
 | 
			
		||||
LINUX_VERSION:=3.3.8
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@
 | 
			
		||||
include $(TOPDIR)/rules.mk
 | 
			
		||||
include $(INCLUDE_DIR)/image.mk
 | 
			
		||||
 | 
			
		||||
JFFS2OPTS += --little-endian --pagesize=0x800 --no-cleanmarkers --pad
 | 
			
		||||
NAND_BLOCKSIZE := 2048:128k
 | 
			
		||||
 | 
			
		||||
define Image/Prepare
 | 
			
		||||
	cp $(LINUX_DIR)/arch/arm/boot/uImage $(KDIR)/uImage
 | 
			
		||||
@ -25,7 +25,7 @@ define Image/Build
 | 
			
		||||
	)
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
define Image/Build/jffs2-128k
 | 
			
		||||
define Image/Build/jffs2-nand-2048-128k
 | 
			
		||||
	dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE)-$(1).img \
 | 
			
		||||
		bs=2048 conv=sync
 | 
			
		||||
endef
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user