Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/buildscripts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-07-16 15:30:49 +0300
committerJo-Philipp Wich <jow@openwrt.org>2015-07-16 15:30:49 +0300
commit1e392367a656dcc93ff8697b52704a5b4afdda82 (patch)
tree8ea6ecfc0567fe05d38a5d9c4b5280e42951d87e
parent6c7392f1287be86529e351a9a0de362fa7e5811f (diff)
functions.sh: mirror Packages.sig files as well
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rwxr-xr-xshared/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/functions.sh b/shared/functions.sh
index 3cf79be..a749e2f 100755
--- a/shared/functions.sh
+++ b/shared/functions.sh
@@ -5,7 +5,7 @@ MIRROR_URL="openwrt@downloads.openwrt.org:barrier_breaker/14.07"
IDENT="$HOME/.ssh/id_rsa_openwrt_rsync"
PATTERN_SDK="OpenWrt-SDK-*.tar.bz2"
-PATTERN_FEED="Packages.gz"
+PATTERN_FEED="Packages.*"
CACHE_DIR="$(readlink -f .)/.cache"