projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rdc: disable pci serial, remove bluetooth (because usb is disabled)
[openwrt.git]
/
target
/
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.041097 seconds
and
5
git commands to generate.