diff options
Diffstat (limited to 'bin/reproducible_openwrt_common.sh')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 13150400..da12e925 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -215,8 +215,8 @@ openwrt_download() { cd $TYPE # update feeds - ./scripts/feeds update - ./scripts/feeds install -a + #./scripts/feeds update + #./scripts/feeds install -a # configure openwrt because otherwise it wont download everything openwrt_config $CONFIG |