From: Felix Fietkau Date: Fri, 4 Dec 2015 20:26:17 +0000 (+0000) Subject: lantiq: debloat the ltq-vdsl-app binary X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=f0f683f31986e62a03abfc42c1a76993b845388a lantiq: debloat the ltq-vdsl-app binary Use the 'typical' compile configuration instead of 'full', which most notably excludes the soap support. /sbin/vdsl_cpe_control shrinks down to ~50%, from 178kb(!) to 90kb. Signed-off-by: Andre Heider SVN-Revision: 47769 --- diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile index db4e0bbd4e..da2451b8bc 100644 --- a/package/network/config/ltq-vdsl-app/Makefile +++ b/package/network/config/ltq-vdsl-app/Makefile @@ -54,10 +54,10 @@ CONFIGURE_ARGS += \ --enable-cli-support endif -CONFIGURE_ARGS += --enable-model=full +#CONFIGURE_ARGS += --enable-model=full #CONFIGURE_ARGS += --enable-model=lite #CONFIGURE_ARGS += --enable-model=footprint -#CONFIGURE_ARGS += --enable-model=typical +CONFIGURE_ARGS += --enable-model=typical #CONFIGURE_ARGS += --enable-model=debug define Package/ltq-vdsl-app/install