From 96d5de87fa90884f2dcb4ef73f78e792150727d9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 19 Jul 2015 00:28:38 +0200 Subject: reproducible openwrt: build all packages --- bin/reproducible_openwrt.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index bdd4f594..a0426d39 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -47,6 +47,7 @@ openwrt_config() { CONFIG=$1 printf "$CONFIG" > .config + printf "CONFIG_ALL=y" >> .config make defconfig } -- cgit v1.2.3-54-g00ecf