projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add zlib fix from #855
[openwrt.git]
/
target
/
image
/
generic
/
lzma-loader
/
src
/
Makefile
diff --git
a/target/image/generic/lzma-loader/src/Makefile
b/target/image/generic/lzma-loader/src/Makefile
index
5435688
..
d4a100d
100644
(file)
--- a/
target/image/generic/lzma-loader/src/Makefile
+++ b/
target/image/generic/lzma-loader/src/Makefile
@@
-1,3
+1,9
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
LOADADDR = 0x80400000 # RAM start + 4M
KERNEL_ENTRY = 0x80001000
RAMSIZE = 0x00100000 # 1MB
LOADADDR = 0x80400000 # RAM start + 4M
KERNEL_ENTRY = 0x80001000
RAMSIZE = 0x00100000 # 1MB
This page took
0.020505 seconds
and
4
git commands to generate.