mirror of https://github.com/hak5/openwrt.git
parent
e0a4e2a409
commit
82c3f8cffd
|
@ -11,6 +11,8 @@ LOADADDR = 0x81000000 # RAM start + 16M
|
|||
KERNEL_ENTRY = 0x80100000
|
||||
RAMSIZE = 0x00100000 # 1MB
|
||||
|
||||
JFFS2_BLOCKSIZE = 128k
|
||||
|
||||
FLASH_KERNEL := 0xBFD00000
|
||||
FLASH_FS := 0xBE000000
|
||||
|
||||
|
|
Loading…
Reference in New Issue