Skip to content

Instantly share code, notes, and snippets.

@Python1320
Created July 1, 2015 10:29
Show Gist options
  • Select an option

  • Save Python1320/89a8b16821768c6a3366 to your computer and use it in GitHub Desktop.

Select an option

Save Python1320/89a8b16821768c6a3366 to your computer and use it in GitHub Desktop.
diff --git a/target/linux/lantiq/patches-3.10/0153-lantiq-VPE-softdog.patch b/target/linux/lantiq/patches-3.10/0153-lantiq-VPE-softdog.patch
index d1382e7..b45ae58 100644
--- a/target/linux/lantiq/patches-3.10/0153-lantiq-VPE-softdog.patch
+++ b/target/linux/lantiq/patches-3.10/0153-lantiq-VPE-softdog.patch
@@ -158,14 +158,13 @@
+MODULE_DESCRIPTION("Software Watchdog For VPE1");
+MODULE_LICENSE("GPL");
---- a/arch/mips/lantiq/Makefile 2014-10-15 21:41:46.000000000 +0200
-+++ b/arch/mips/lantiq/Makefile 2014-10-19 22:44:44.000000000 +0200
-@@ -4,7 +4,7 @@
- # under the terms of the GNU General Public License version 2 as published
- # by the Free Software Foundation.
+--- a/arch/mips/lantiq/Makefile 2014-11-14 04:40:15.926357556 +0100
++++ b/arch/mips/lantiq/Makefile.patched 2014-11-14 04:42:22.174357274 +0100
+@@ -6,6 +6,7 @@
--obj-y := irq.o clk.o prom.o
-+obj-y := irq.o clk.o prom.o softdog_vpe.o
+ obj-y := irq.o clk.o prom.o
++obj-$(CONFIG_MIPS_VPE_LOADER) += softdog_vpe.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
+ obj-$(CONFIG_SOC_TYPE_XWAY) += xway/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment