summaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-23 18:25:03 +0000
committerJohn Crispin <john@openwrt.org>2015-12-23 18:25:03 +0000
commit11115d8e2c420b720fa97b0698bc679e5933889d (patch)
tree970666952cb66d716caec27f53475e88f80e5338 /package/kernel/lantiq
parente33aa710457b860f661869e0762b798ea8f73599 (diff)
downloadmaster-31e0f0ae-11115d8e2c420b720fa97b0698bc679e5933889d.tar.gz
master-31e0f0ae-11115d8e2c420b720fa97b0698bc679e5933889d.tar.bz2
master-31e0f0ae-11115d8e2c420b720fa97b0698bc679e5933889d.zip
lantiq: ltq-adsl-mei: fix typo
Signed-off-by: Mathias Kresin <openwrt@kresin.me> SVN-Revision: 47995
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch b/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch
index 741c5b7e49..219243ff77 100644
--- a/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch
+++ b/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch
@@ -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);
}