projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Corrected WAP54G bug as explained in #146, closes ticket #146
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
ar7
/
src
/
zimage.script.in
1
OUTPUT_FORMAT("@@OUTPUT_FORMAT@@")
2
OUTPUT_ARCH(mips)
3
SECTIONS
4
{
5
.data :
6
{
7
kernelimage = .;
8
*(.data)
9
kernelimage_end = .;
10
}
11
}
This page took
0.045681 seconds
and
5
git commands to generate.