move target/image/platform to target/linux/platform/image
[openwrt.git] / target / linux / ar7-2.4 / image / src / zimage.script.in
diff --git a/target/linux/ar7-2.4/image/src/zimage.script.in b/target/linux/ar7-2.4/image/src/zimage.script.in
new file mode 100644 (file)
index 0000000..1a0865b
--- /dev/null
@@ -0,0 +1,11 @@
+       OUTPUT_FORMAT("@@OUTPUT_FORMAT@@")
+OUTPUT_ARCH(mips)
+       SECTIONS
+{
+       .data :
+       {
+               kernelimage = .;
+               *(.data)
+               kernelimage_end = .;
+       }
+}
This page took 0.023168 seconds and 4 git commands to generate.