Hello everyone.

While trying to use distro11s for easier image building of mesh nodes
I stumbled upon some small issues:

1. There seems to be an error in scripts/common.sh, disabling proper
use of the svn command line tool:
-git svn clone ${3} ${DEST}
+svn co ${3} ${DEST}

2. The svn repository for hwsim_tests isn't available to the public.
Until this is resolved and as long as I don't need it the following
line is deleted from my board/qemu/pkglist:
-hwsim_tests;svn;https://cozybit.svn.cvsdude.com/open80211s/trunk/security/tests;

3. As kernel.org servers are still down for maintenance I altered the
following line (same file as above):
-libnl;git;git://git.kernel.org/pub/scm/libs/netlink/libnl.git;master
+libnl;git;git://git.infradead.org/users/tgr/libnl.git;master

4. Not really sure this is actually used in
scripts/repo_management.sh; Of course, same issue as above:
-WTURL=git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
+WTURL=git://git.infradead.org/users/linville/wireless-next.git

Best regards,
Kai
_______________________________________________
Devel mailing list
Devel@lists.open80211s.org
http://open80211s.com/mailman/listinfo/devel

Reply via email to