Skip to content

Commit

Permalink
15.05 now pulled from openwrt archive
Browse files Browse the repository at this point in the history
  • Loading branch information
gcgallo committed Jan 6, 2018
1 parent ab02fd3 commit 6c16f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_lib
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ openwrt_clone_and_patch() {
cd "${OPENWRT_CHECKOUT_DIR}"
git clean -f
else
git clone "git://git.openwrt.org/${openwrt_path}/openwrt.git" "${OPENWRT_CHECKOUT_DIR}"
git clone "git://git.archive.openwrt.org/${openwrt_path}/openwrt.git" "${OPENWRT_CHECKOUT_DIR}"
fi

cd "${OPENWRT_CHECKOUT_DIR}"
Expand Down
2 changes: 1 addition & 1 deletion openwrt_config/feeds
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
peopleswifi:src-git peopleswifi git://github.com/sudomesh/sudowrt-packages.git
luci:src-git luci https://github.com/openwrt/luci.git
oldpackages:src-git oldpackages git://git.openwrt.org/15.05/openwrt.git
oldpackages:src-git oldpackages git://git.archive.openwrt.org/15.05/openwrt.git
openwrt:src-git openwrt https://github.com/openwrt/packages;for-15.05
routing:src-git routing git://github.com/openwrt-routing/packages.git;for-15.05
wlanslovenija:src-git wlanslovenija git://github.com/sudomesh/firmware-packages-opkg.git;sudomesh

0 comments on commit 6c16f45

Please sign in to comment.