diff options
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-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 } |