Commit 7d889e7f authored by Alessandro Rubini's avatar Alessandro Rubini

build: scripts/wrs_build_buildroot: bugfix in svn paths (thanks Tom)

parent 37c119c3
......@@ -76,7 +76,7 @@ if [ -d $repodir ]; then
else
# The repository is remote, then try wget
wrs_echo "Dowloading packages from $WRS_WR_REPOSITORY"
wget -nd -np -nc -nv -r $WRS_WR_REPOSITORY/pkg/buildroot-pkg/
wget -nd -np -nc -nv -r $WRS_WR_REPOSITORY/trunk/pkg/buildroot-pkg/
fi
# buildroot wants its own guest source packages to be within its own dir..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment