strip the kernel version suffix from target directories, except for brcm-2.4 (the...
[openwrt.git] / target / linux / adm5120-2.6 / image / lzma-loader / src / lzma-data.lds
diff --git a/target/linux/adm5120-2.6/image/lzma-loader/src/lzma-data.lds b/target/linux/adm5120-2.6/image/lzma-loader/src/lzma-data.lds
deleted file mode 100644 (file)
index b6984d7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-OUTPUT_ARCH(mips)
-SECTIONS {
-       .rodata : {
-               . = ALIGN(16);
-               _lzma_data_start = .;
-               *(.data)
-               _lzma_data_end = .;
-       }
-}
This page took 0.023133 seconds and 4 git commands to generate.