64k blocksize gives erase errors Signed-off-by: Bruno Randolf <[EMAIL PROTECTED]> --- target/linux/au1000/image/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/target/linux/au1000/image/Makefile b/target/linux/au1000/image/Makefile index 3cdd83e..062d613 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 -- 1.5.3.4 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel