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 | fc1718dad36191db99516fdf5604d42854352678 (patch) | |
tree | 7697f7e9d0d2894946d936846958d005fd794afe | |
parent | db5ee5e2b590019116f46a36419a0289e2909737 (diff) | |
download | master-187ad058-fc1718dad36191db99516fdf5604d42854352678.tar.gz master-187ad058-fc1718dad36191db99516fdf5604d42854352678.tar.bz2 master-187ad058-fc1718dad36191db99516fdf5604d42854352678.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47887 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 += \ |