aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-23 18:25:03 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-23 18:25:03 +0000
commit98ef6889bb4729e70167948ac398660cdf91bf2b (patch)
tree83255ecb9be0e5f70262a292bf6e20d8822e44d9 /package/kernel/lantiq
parentcdc0b0b85b43cd249a09f5cdf099a9851f53f424 (diff)
downloadmaster-187ad058-98ef6889bb4729e70167948ac398660cdf91bf2b.tar.gz
master-187ad058-98ef6889bb4729e70167948ac398660cdf91bf2b.tar.bz2
master-187ad058-98ef6889bb4729e70167948ac398660cdf91bf2b.zip
lantiq: ltq-adsl-mei: fix typo
Signed-off-by: Mathias Kresin <openwrt@kresin.me> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47995 3c298f89-4303-0410-b956-a3cf2f4a3e73
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);
}