diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-04 20:26:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-04 20:26:17 +0000 |
commit | 339f38622610fd7755029c32987b14058744ae53 (patch) | |
tree | d0dda8af023c8bf192ebe2aec92291fb7d39be8e /package/network/config/ltq-vdsl-app/Makefile | |
parent | 4eb5c64ecbd0d52f5c8483aeec281052ecf20658 (diff) | |
download | master-187ad058-339f38622610fd7755029c32987b14058744ae53.tar.gz master-187ad058-339f38622610fd7755029c32987b14058744ae53.tar.bz2 master-187ad058-339f38622610fd7755029c32987b14058744ae53.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47769 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/ltq-vdsl-app/Makefile')
-rw-r--r-- | package/network/config/ltq-vdsl-app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |