X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fpatches-3.7%2F0120-owrt-generic-dtb-image-hack.patch;h=5a005729fe0020ebb8d153eff229a568d81e9218;hb=36d4fd70bc7fcac5f8fa27b34374e0ba6cdf8848;hp=aed00091367af48b5efacbaaac77c0cefa3dbffd;hpb=3a948770cf46732ba4e2ebe667efc3be164780e3;p=oweals%2Fopenwrt.git diff --git a/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch b/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch index aed0009136..5a005729fe 100644 --- a/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch +++ b/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch @@ -7,13 +7,11 @@ Subject: [PATCH 120/123] owrt: generic dtb image hack arch/mips/kernel/head.S | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S -index ea695d9..be87456 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S -@@ -141,6 +141,9 @@ FEXPORT(__kernel_entry) - j kernel_entry - #endif +@@ -147,6 +147,9 @@ EXPORT(__image_cmdline) + .fill 0x400 + #endif /* CONFIG_IMAGE_CMDLINE_HACK */ + .ascii "OWRTDTB:" + EXPORT(__image_dtb) @@ -21,6 +19,3 @@ index ea695d9..be87456 100644 __REF NESTED(kernel_entry, 16, sp) # kernel entry point --- -1.7.10.4 -