Author: nbd Date: 2015-12-04 21:26:17 +0100 (Fri, 04 Dec 2015) New Revision: 47769
Modified: trunk/package/network/config/ltq-vdsl-app/Makefile Log: 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 <[email protected]> Modified: trunk/package/network/config/ltq-vdsl-app/Makefile =================================================================== --- trunk/package/network/config/ltq-vdsl-app/Makefile 2015-12-04 18:35:20 UTC (rev 47768) +++ trunk/package/network/config/ltq-vdsl-app/Makefile 2015-12-04 20:26:17 UTC (rev 47769) @@ -54,10 +54,10 @@ --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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
