This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
cba5b25cfd
openwrtv4
/
target
/
linux
/
adm5120
/
image
/
lzma-loader
/
src
/
lzma-data.lds
9 lines
107 B
Text
Raw
Normal View
History
Unescape
Escape
Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos SVN-Revision: 7398
2007-05-30 10:35:27 +00:00
OUTPUT_ARCH(mips)
SECTIONS {
Resync adm5120 kernel config, lzma-loader fixes from Gabor SVN-Revision: 7536
2007-06-08 12:58:55 +00:00
.data.lzma : {
Add board specific code, autodetect the kernel, fixes #1707, thanks Gabor Juhos SVN-Revision: 7398
2007-05-30 10:35:27 +00:00
_lzma_data_start = .;
*(.data)
_lzma_data_end = .;
}
}
Reference in a new issue
Copy permalink