projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected WAP54G bug as explained in #146, closes ticket #146
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
ar7
/
src
/
zimage.script.in
diff --git
a/openwrt/target/linux/image/ar7/src/zimage.script.in
b/openwrt/target/linux/image/ar7/src/zimage.script.in
index
5fb5dcc
..
1a0865b
100644
(file)
--- a/
openwrt/target/linux/image/ar7/src/zimage.script.in
+++ b/
openwrt/target/linux/image/ar7/src/zimage.script.in
@@
-6,6
+6,6
@@
OUTPUT_ARCH(mips)
{
kernelimage = .;
*(.data)
-
kernelimage_end = .;
+ kernelimage_end = .;
}
}
This page took
0.023362 seconds
and
4
git commands to generate.