Skip to content
Snippets Groups Projects
Commit 75169893 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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: default avatarAndre Heider <a.heider@gmail.com>

SVN-Revision: 47769
parent 93302969
No related branches found
No related tags found
No related merge requests found
...@@ -54,10 +54,10 @@ CONFIGURE_ARGS += \ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment