projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] libpcap: explicitely disable libnl support to prevent different build resul...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
image
/
lzma-loader
/
src
/
decompress.lds.in
1
OUTPUT_ARCH(mips)
2
ENTRY(entry)
3
SECTIONS {
4
. = BZ_TEXT_START;
5
.text : {
6
*(.text.entry)
7
*(.text)
8
*(.rodata)
9
}
10
11
.data : {
12
*(.data)
13
}
14
15
.bss : {
16
*(.bss)
17
}
18
19
workspace = .;
20
}
This page took
0.040764 seconds
and
5
git commands to generate.