forked from Openwrt/openwrt
1f7ec35077
This uses version 4.23.1 of the drv_dsl_cpe_api package from the Intel UGW 8.5.2.10 for the VRX518. Signed-off-by: Martin Schiller <ms.3headeddevs@gmail.com> [rebased and updated for kernel 5.10] Signed-off-by: Jan Hoffmann <jan@3e8.eu> [update to 4.23.1, switch to tag tarball, update patches] Signed-off-by: Andre Heider <a.heider@gmail.com> [added fix for elapsed time and upstream MINEFTR] Signed-off-by: Jan Hoffmann <jan@3e8.eu> Signed-off-by: Andre Heider <a.heider@gmail.com>
24 lines
860 B
Diff
24 lines
860 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -283,10 +283,7 @@ else
|
|
drv_dsl_cpe_api_common_mod_cflags =
|
|
endif
|
|
|
|
-drv_dsl_cpe_api_common_cflags = -DLINUX -D__LINUX__ -D__KERNEL__ -DEXPORT_SYMTAB \
|
|
- -pipe -Wall -Wformat -Wimplicit -Wunused -Wswitch -Wcomment -Winline \
|
|
- -Wuninitialized -Wparentheses -Wreturn-type \
|
|
- -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common
|
|
+drv_dsl_cpe_api_common_cflags = -DLINUX -D__LINUX__ -D__KERNEL__ -DEXPORT_SYMTAB
|
|
|
|
if DSL_DBG_MAX_LEVEL_SET
|
|
drv_dsl_cpe_api_common_cflags += -DDSL_DBG_MAX_LEVEL=$(DSL_DBG_MAX_LEVEL_PRE)
|
|
@@ -296,7 +293,7 @@ endif
|
|
drv_dsl_cpe_api_target_cflags = $(ADD_DRV_CFLAGS)
|
|
|
|
# compile cflags
|
|
-drv_dsl_cpe_api_compile_cflags = $(EXTRA_DRV_CFLAGS)
|
|
+drv_dsl_cpe_api_compile_cflags =
|
|
|
|
if !KERNEL_2_6
|
|
# the headerfile of linux kernels 2.6.x contain to much arithmetic
|