projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
simplify and fix adm5120 image building, fix broken FEATURES handling
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
image
/
lzma-loader
/
src
/
loader.lds
diff --git
a/target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds
b/target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds
index
f935825
..
bae70fb
100644
(file)
--- a/
target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds
+++ b/
target/linux/adm5120-2.6/image/lzma-loader/src/loader.lds
@@
-6,6
+6,8
@@
SECTIONS {
*(.text.*)
*(.rodata)
*(.rodata.*)
*(.text.*)
*(.rodata)
*(.rodata.*)
+ . = ALIGN(16);
+ *(.data.lzma)
}
.data : {
}
.data : {
This page took
0.022814 seconds
and
4
git commands to generate.