diff options
author | Mathias Kresin <dev@kresin.me> | 2016-10-15 16:29:36 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-10-15 16:46:42 +0200 |
commit | 18bb1c939115b9a8c5cf71d86feb1acc839afca8 (patch) | |
tree | 380e894c4e16754733399a92c22c7b7ceaa77178 | |
parent | f5c741b5e02c547ae7bbda120f73cabf679cdb49 (diff) | |
download | upstream-18bb1c939115b9a8c5cf71d86feb1acc839afca8.tar.gz upstream-18bb1c939115b9a8c5cf71d86feb1acc839afca8.tar.bz2 upstream-18bb1c939115b9a8c5cf71d86feb1acc839afca8.zip |
ltq-adsl-mei: fix build error
The file to patch doesn't exists. Due to the fact that a src directory
exists, the patch was never applied.
With 28502a9 the behaviour was changed and revealed the issue.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch | 13 |
1 files changed, 0 insertions, 13 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 deleted file mode 100644 index 219243ff77..0000000000 --- a/package/kernel/lantiq/ltq-adsl-mei/patches/100_no-date-time.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- 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); - } - - /** |