1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 23:58:27 +02:00

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
This commit is contained in:
Felix Fietkau 2015-12-13 17:04:02 +00:00
parent ce98f1d264
commit d984e3836f

View File

@ -47,7 +47,8 @@ CONFIGURE_ARGS += \
--enable-dsl-ceoc=no \ --enable-dsl-ceoc=no \
--enable-vrx-device=vr9 \ --enable-vrx-device=vr9 \
--disable-dti \ --disable-dti \
--enable-debug --enable-debug \
--enable-dsl-pm-showtime
ifeq ($(CONFIG_IFX_CLI),y) ifeq ($(CONFIG_IFX_CLI),y)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \