diff options
author | John Crispin <john@openwrt.org> | 2015-11-24 20:40:59 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-11-24 20:40:59 +0000 |
commit | 5d236c4dd0f83261eebe76499636c676d5e26152 (patch) | |
tree | bc3ac508ac9f3415d5c7f6b4f7a4a95d725c942e /package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch | |
parent | ca541cffd09340d5f2ee2d95efce079b3a581b29 (diff) | |
download | mtk-20170518-5d236c4dd0f83261eebe76499636c676d5e26152.zip mtk-20170518-5d236c4dd0f83261eebe76499636c676d5e26152.tar.gz mtk-20170518-5d236c4dd0f83261eebe76499636c676d5e26152.tar.bz2 |
lantiq: ltq-vdsl-mei: update to version 1.4.8.5
In addition to the update this also fixes some build warnings and makes it
use the same configure option as used in Lantiq UGW.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com>
SVN-Revision: 47634
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch')
-rw-r--r-- | package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch b/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch index 88e39ab..8faac7e 100644 --- a/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch +++ b/package/kernel/lantiq/ltq-vdsl-mei/patches/101_no-date-time.patch @@ -1,6 +1,6 @@ --- a/src/drv_mei_cpe_linux.c +++ b/src/drv_mei_cpe_linux.c -@@ -1402,8 +1402,8 @@ struct proc_entry { +@@ -1417,8 +1417,8 @@ struct proc_entry { static void MEI_GetVersionProc(struct seq_file *s) { seq_printf(s, "%s" MEI_DRV_CRLF, &MEI_WHATVERSION[4]); |