From 11f2007895cd7287da785213591148202a321c8e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Nov 2015 20:41:30 +0000 Subject: lantiq: ltq-vdsl-app: update to version 4.16.6.3 In this upstream dsl driver app version the autoboot is deactivated activate it again. 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 SVN-Revision: 47637 --- .../config/ltq-vdsl-app/patches/010-warnings.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package/network/config/ltq-vdsl-app/patches/010-warnings.patch (limited to 'package/network/config/ltq-vdsl-app/patches/010-warnings.patch') diff --git a/package/network/config/ltq-vdsl-app/patches/010-warnings.patch b/package/network/config/ltq-vdsl-app/patches/010-warnings.patch new file mode 100644 index 0000000000..96d8319e59 --- /dev/null +++ b/package/network/config/ltq-vdsl-app/patches/010-warnings.patch @@ -0,0 +1,23 @@ +--- a/src/dsl_cpe_os.h ++++ b/src/dsl_cpe_os.h +@@ -31,15 +31,15 @@ + #ifndef _lint + #ifdef LINUX + #include "dsl_cpe_linux.h" +-#elif WIN32 ++#elif defined(WIN32) + #include "dsl_cpe_win32.h" +-#elif VXWORKS ++#elif defined(VXWORKS) + #include "dsl_cpe_vxworks.h" +-#elif ECOS ++#elif defined(ECOS) + #include "dsl_cpe_ecos.h" +-#elif RTEMS ++#elif defined(RTEMS) + #include "dsl_cpe_rtems.h" +-#elif GENERIC_OS ++#elif defined(GENERIC_OS) + #include "dsl_cpe_generic_os.h" + #else + #error please define your OS for the CPE Control adaptation -- cgit v1.2.3