summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-19 00:28:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-19 00:28:38 +0200
commit96d5de87fa90884f2dcb4ef73f78e792150727d9 (patch)
treead1edcb7eec57aab54196e6e196ffd81399cf41d /bin
parentffd41758d34e38dd32573aa2e56b3762f48a66b1 (diff)
downloadjenkins.debian.net-96d5de87fa90884f2dcb4ef73f78e792150727d9.tar.xz
reproducible openwrt: build all packages
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_openwrt.sh1
1 files changed, 1 insertions, 0 deletions
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
}