mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
bc442076f2
This uses version 1.11.1 of the drv_mei_cpe package from the Intel UGW 8.5.2.10 for the VRX518. Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com> [updated for kernel 5.10] Signed-off-by: Jan Hoffmann <jan@3e8.eu> [update to 1.11.1, switch to tag tarball, update patches] Signed-off-by: Andre Heider <a.heider@gmail.com> [update for kernel 5.15] Signed-off-by: Jan Hoffmann <jan@3e8.eu> Signed-off-by: Andre Heider <a.heider@gmail.com>
11 lines
319 B
Diff
11 lines
319 B
Diff
--- a/src/drv_mei_cpe_linux.c
|
|
+++ b/src/drv_mei_cpe_linux.c
|
|
@@ -4530,7 +4530,6 @@ module_exit (MEI_module_exit);
|
|
#ifdef MODULE
|
|
MODULE_AUTHOR("www.lantiq.com");
|
|
MODULE_DESCRIPTION("MEI CPE Driver - www.lantiq.com");
|
|
-MODULE_SUPPORTED_DEVICE("MEI CPE Interface");
|
|
MODULE_LICENSE ("GPL");
|
|
#endif /* #ifdef MODULE*/
|
|
|