mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
11f2007895
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 <hauke.mehrtens@lantiq.com> SVN-Revision: 47637
11 lines
203 B
Diff
11 lines
203 B
Diff
--- a/src/dsl_cpe_control.c
|
|
+++ b/src/dsl_cpe_control.c
|
|
@@ -11,6 +11,7 @@
|
|
/*
|
|
Includes
|
|
*/
|
|
+#include <limits.h>
|
|
#include "dsl_cpe_control.h"
|
|
#include "dsl_cpe_cli.h"
|
|
#include "dsl_cpe_cli_console.h"
|