From 82034349b1858dec3d96ffeb07b4ce4ffa7bd1fa Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 20 Dec 2007 22:10:19 +0000 Subject: [PATCH] make au1000 images 128k git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9810 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/au1000/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 3cdd83e58..062d61314 100644 --- a/target/linux/au1000/image/Makefile +++ b/target/linux/au1000/image/Makefile @@ -11,6 +11,8 @@ LOADADDR = 0x81000000 # RAM start + 16M KERNEL_ENTRY = 0x80100000 RAMSIZE = 0x00100000 # 1MB +JFFS2_BLOCKSIZE = 128k + FLASH_KERNEL := 0xBFD00000 FLASH_FS := 0xBE000000 -- 2.35.1