Fix the tgz image build
[openwrt.git] / target / linux / adm5120-2.6 / image / lzma-loader / src / loader.lds
index f935825..bae70fb 100644 (file)
@@ -6,6 +6,8 @@ SECTIONS {
                *(.text.*)
                *(.rodata)
                *(.rodata.*)
+               . = ALIGN(16);
+               *(.data.lzma)
        }
 
        .data : {
This page took 0.019939 seconds and 4 git commands to generate.