Derek C a écrit : Hi Derek,
> To do this do I need an SVN version of openwrt? I'm currently trying the > kamikaze_8.09_source.tar.bz2 version and it doesn't appear to have any > .svn directories (not an SVN checkout version). Then just update your feeds.conf.default file to use svn instead of https transport for openwrt packages : Before : svn://svn.openwrt.org/openwrt/branches/packages_8.09 svn://svn.openwrt.org/openwrt/packages After : https://svn.openwrt.org/openwrt/branches/packages_8.09 https://svn.openwrt.org/openwrt/packages You will probably need to install subversion to permit feeds script to retrieve the packages hierarchy. _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
