Author: matteo
Date: 2015-10-05 00:10:18 +0200 (Mon, 05 Oct 2015)
New Revision: 47106

Added:
   trunk/package/kernel/lantiq/ltq-adsl-mei/patches/
   trunk/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch
   trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
Log:
lantiq: fix gcc 5 build

Added: trunk/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch
===================================================================
--- trunk/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch     
                        (rev 0)
+++ trunk/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch     
2015-10-04 22:10:18 UTC (rev 47106)
@@ -0,0 +1,13 @@
+--- a/src/drv_mei_cpe_linux.c
++++ b/src/drv_mei_cpe_linux.c
+@@ -1400,8 +1400,8 @@ struct proc_entry {
+ static void MEI_GetVersionProc(struct seq_file *s)
+ {
+    seq_printf(s, "%s" MEI_DRV_CRLF, &MEI_WHATVERSION[4]);
+-   seq_printf(s, "Compiled on %s, %s for Linux kernel %s (jiffies: %ld)" 
MEI_DRV_CRLF,
+-                                    __DATE__, __TIME__, UTS_RELEASE, jiffies);
++   seq_printf(s, "Compiled on for Linux kernel %s (jiffies: %ld)" 
MEI_DRV_CRLF,
++                                    UTS_RELEASE, jiffies);
+ }
+ 
+ /**

Added: trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch
===================================================================
--- trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch     
                        (rev 0)
+++ trunk/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch     
2015-10-04 22:10:18 UTC (rev 47106)
@@ -0,0 +1,13 @@
+--- a/src/drv_mei_cpe_linux.c
++++ b/src/drv_mei_cpe_linux.c
+@@ -1400,8 +1400,8 @@ struct proc_entry {
+ static void MEI_GetVersionProc(struct seq_file *s)
+ {
+    seq_printf(s, "%s" MEI_DRV_CRLF, &MEI_WHATVERSION[4]);
+-   seq_printf(s, "Compiled on %s, %s for Linux kernel %s (jiffies: %ld)" 
MEI_DRV_CRLF,
+-                                    __DATE__, __TIME__, UTS_RELEASE, jiffies);
++   seq_printf(s, "Compiled for Linux kernel %s (jiffies: %ld)" MEI_DRV_CRLF,
++                                    UTS_RELEASE, jiffies);
+ }
+ 
+ /**
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to