From 14262f208aa640380b3aff295e975ebfa5573e4f Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 21 Oct 2015 17:47:23 -0700 Subject: openwrt: add CLEAN_IPKG and always build *rootfs.tar.gz --- bin/reproducible_openwrt.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 469c1775..d344ae25 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -54,7 +54,9 @@ openwrt_config() { CONFIG=$1 printf "$CONFIG" > .config - printf "CONFIG_ALL=y" >> .config + printf "CONFIG_ALL=y\n" >> .config + printf "CONFIG_CLEAN_IPKG=y\n" >> .config + printf "CONFIG_TARGET_ROOTFS_TARGZ=y\n" >> .config make defconfig } -- cgit v1.2.3-70-g09d2