diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-19 00:28:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-19 00:28:38 +0200 |
commit | 96d5de87fa90884f2dcb4ef73f78e792150727d9 (patch) | |
tree | ad1edcb7eec57aab54196e6e196ffd81399cf41d | |
parent | ffd41758d34e38dd32573aa2e56b3762f48a66b1 (diff) | |
download | jenkins.debian.net-96d5de87fa90884f2dcb4ef73f78e792150727d9.tar.xz |
reproducible openwrt: build all packages
-rwxr-xr-x | bin/reproducible_openwrt.sh | 1 |
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 } |