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

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 <a.heider@gmail.com>

SVN-Revision: 47769
This commit is contained in:
Felix Fietkau 2015-12-04 20:26:17 +00:00
parent 9330296932
commit 7516989383

View File

@ -54,10 +54,10 @@ CONFIGURE_ARGS += \
--enable-cli-support --enable-cli-support
endif endif
CONFIGURE_ARGS += --enable-model=full #CONFIGURE_ARGS += --enable-model=full
#CONFIGURE_ARGS += --enable-model=lite #CONFIGURE_ARGS += --enable-model=lite
#CONFIGURE_ARGS += --enable-model=footprint #CONFIGURE_ARGS += --enable-model=footprint
#CONFIGURE_ARGS += --enable-model=typical CONFIGURE_ARGS += --enable-model=typical
#CONFIGURE_ARGS += --enable-model=debug #CONFIGURE_ARGS += --enable-model=debug
define Package/ltq-vdsl-app/install define Package/ltq-vdsl-app/install