lantiq: ltq-vdsl-app: re-add showtime counters support
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Dec 2015 17:04:02 +0000 (17:04 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Dec 2015 17:04:02 +0000 (17:04 +0000)
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

package/network/config/ltq-vdsl-app/Makefile

index da2451b..fffe894 100644 (file)
@@ -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 += \