projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add missing firewire configuration symbols to 2.4 as well
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
image
/
lzma-loader
/
src
/
loader.lds.in
1
OUTPUT_ARCH(mips)
2
ENTRY(startup)
3
SECTIONS {
4
. = TEXT_START;
5
.text : {
6
*(.text)
7
*(.rodata)
8
}
9
10
.data : {
11
*(.data)
12
}
13
14
.bss : {
15
*(.bss)
16
}
17
}
This page took
0.050614 seconds
and
5
git commands to generate.