projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt.git]
/
target
/
linux
/
brcm63xx-2.6
/
image
/
lzma-loader
/
src
/
loader.lds.in
diff --git
a/target/linux/brcm63xx-2.6/image/lzma-loader/src/loader.lds.in
b/target/linux/brcm63xx-2.6/image/lzma-loader/src/loader.lds.in
deleted file mode 100644
(file)
index
20f2ea9
..0000000
--- a/
target/linux/brcm63xx-2.6/image/lzma-loader/src/loader.lds.in
+++ /dev/null
@@
-1,17
+0,0 @@
-OUTPUT_ARCH(mips)
-ENTRY(startup)
-SECTIONS {
- . = TEXT_START;
- .text : {
- *(.text)
- *(.rodata)
- }
-
- .data : {
- *(.data)
- }
-
- .bss : {
- *(.bss)
- }
-}
This page took
0.02487 seconds
and
4
git commands to generate.