reorder sdk menuconfig entry, so that it does not force the toolchain selection into...
[openwrt.git] / target / linux / image / ar7 / src / zimage.script.in
1 OUTPUT_FORMAT("@@OUTPUT_FORMAT@@")
2 OUTPUT_ARCH(mips)
3 SECTIONS
4 {
5 .data :
6 {
7 kernelimage = .;
8 *(.data)
9 kernelimage_end = .;
10 }
11 }
This page took 0.040732 seconds and 5 git commands to generate.