From 5fd27f23dd95fc7a8e2e5ba8c046fc17e3a2ec29 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Fri, 9 Jun 2017 01:02:12 +0200 Subject: reproducible_lede: set CONFIG_AUTOREMOVE to reduce required space When CONFIG_AUTOREMOVE is set, LEDE will remove the build_dir of a package after it has been build. Signed-off-by: Holger Levsen --- bin/reproducible_lede_common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_lede_common.sh') diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index 60fbe3db..d465a0b4 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -195,6 +195,7 @@ openwrt_config() { printf "$CONFIG" > .config printf "CONFIG_ALL=y\n" >> .config + printf "CONFIG_AUTOREMOVE=y\n" >> .config printf "CONFIG_CLEAN_IPKG=y\n" >> .config printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config make defconfig -- cgit v1.2.3-54-g00ecf