From 84cc109743e656b549dc4e8a9572b6063563852c Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Fri, 5 Aug 2016 09:24:28 +0800 Subject: [PATCH] openwrt: disable documentation build by default (#760) Debloating asciidoc and xmlto makes life easier on OpenWrt/LEDE. Signed-off-by: Syrone Wong --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 9ae23b06..bc4b21cf 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -56,7 +56,7 @@ define Package/shadowsocks-libev/conffiles /etc/shadowsocks.json endef -CONFIGURE_ARGS += --disable-ssp +CONFIGURE_ARGS += --disable-documentation --disable-ssp ifeq ($(BUILD_VARIANT),polarssl) CONFIGURE_ARGS += --with-crypto-library=polarssl