Author: blogic Date: 2015-12-23 19:25:03 +0100 (Wed, 23 Dec 2015) New Revision: 47995
Modified: trunk/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch Log: lantiq: ltq-adsl-mei: fix typo Signed-off-by: Mathias Kresin <[email protected]> Modified: 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 2015-12-23 18:24:56 UTC (rev 47994) +++ trunk/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch 2015-12-23 18:25:03 UTC (rev 47995) @@ -6,7 +6,7 @@ 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, ++ 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
