diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-13 17:04:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-13 17:04:02 +0000 |
commit | d984e3836f1b9fcd5038caf4d34d549f48cc3238 (patch) | |
tree | cdef5aa7947ef7a82dedd655c03528e45d1b17ff /package/network/config/ltq-vdsl-app | |
parent | ce98f1d264c7a09bffcdba935242de3d3fc65b39 (diff) | |
download | upstream-d984e3836f1b9fcd5038caf4d34d549f48cc3238.tar.gz upstream-d984e3836f1b9fcd5038caf4d34d549f48cc3238.tar.bz2 upstream-d984e3836f1b9fcd5038caf4d34d549f48cc3238.zip |
lantiq: ltq-vdsl-app: re-add showtime counters support
The typicial feature set doesn't include "DSL PM showtime counters support"
(INCLUDE_DSL_CPE_PM_SHOWTIME_COUNTERS). This feature provides the
vdsl_cpe_control command 'pmccsg', which is used by 'dsl_control status' to get
the line uptime.
The binary size increases to 103912 byte (+4256 byte) uncompressed.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47887
Diffstat (limited to 'package/network/config/ltq-vdsl-app')
-rw-r--r-- | package/network/config/ltq-vdsl-app/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile index da2451b8bc..fffe894baf 100644 --- a/package/network/config/ltq-vdsl-app/Makefile +++ b/package/network/config/ltq-vdsl-app/Makefile @@ -47,7 +47,8 @@ CONFIGURE_ARGS += \ --enable-dsl-ceoc=no \ --enable-vrx-device=vr9 \ --disable-dti \ - --enable-debug + --enable-debug \ + --enable-dsl-pm-showtime ifeq ($(CONFIG_IFX_CLI),y) CONFIGURE_ARGS += \ |