projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a4e2a
)
make au1000 images 128k
author
John Crispin
<john@openwrt.org>
Thu, 20 Dec 2007 22:10:19 +0000
(22:10 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 20 Dec 2007 22:10:19 +0000
(22:10 +0000)
SVN-Revision: 9810
target/linux/au1000/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/au1000/image/Makefile
b/target/linux/au1000/image/Makefile
index 3cdd83e589fb41910ec9d1239fbf8f6c8d36113b..062d61314408d66372c1e2570882ec2d846f2e76 100644
(file)
--- 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