Author: nbd Date: 2015-12-13 18:04:02 +0100 (Sun, 13 Dec 2015) New Revision: 47887
Modified: trunk/package/network/config/ltq-vdsl-app/Makefile Log: 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 <[email protected]> Modified: trunk/package/network/config/ltq-vdsl-app/Makefile =================================================================== --- trunk/package/network/config/ltq-vdsl-app/Makefile 2015-12-13 17:03:51 UTC (rev 47886) +++ trunk/package/network/config/ltq-vdsl-app/Makefile 2015-12-13 17:04:02 UTC (rev 47887) @@ -47,7 +47,8 @@ --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 += \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
