GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / cfe / cfe / applets / download.lds
blob7f6e6be52ded5a14cef2b0ee6be9d2be0128b0e3
1 OUTPUT_FORMAT("elf32-bigmips")
2 OUTPUT_ARCH("mipssb1")
4 SECTIONS
6   .rodata :
7   {
8         download_start = .;
9         *(.data);
10         download_end = .;
11   }