This website requires JavaScript.
Explore
Help
Register
Sign In
hak5
/
openwrt
mirror of
https://github.com/hak5/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
219b7c91d6
openwrt
/
target
/
linux
/
ar71xx
/
image
/
lzma-loader
/
src
/
lzma-data.lds
9 lines
107 B
Plaintext
Raw
Blame
History
OUTPUT_ARCH(mips)
SECTIONS {
.data.lzma : {
_lzma_data_start = .;
*(.data)
_lzma_data_end = .;
}
}
Reference in New Issue
View Git Blame
Copy Permalink