magik Posted March 12, 2015 Share Posted March 12, 2015 Hi All, When following the command ./scripts/feeds update -a from the instructions for building custom firmware and adding extra packages. The step at http://wiki.wifipineapple.com/#!build_guide.md#Adding_software_feeds is having issues, It seems that the luci feed is no longer using SVN repos and has switched over to using GIT. ./scripts/feeds update -a Updating feed 'packages' from 'svn://svn.openwrt.org/openwrt/branches/packages_12.09' ... Updating '.': At revision 44685. Create index file './feeds/packages.index' Updating feed 'xwrt' from 'http://x-wrt.googlecode.com/svn/trunk/package' ... Updating '.': At revision 4987. Create index file './feeds/xwrt.index' Updating feed 'luci' from 'http://svn.luci.subsignal.org/luci/branches/luci-0.11/contrib/package' ... svn: E670005: Unable to connect to a repository at URL 'http://svn.luci.subsignal.org/luci/branches/luci-0.11/contrib/package' svn: E670005: No address associated with hostname failed. Updating feed 'routing' from 'git://github.com/openwrt-routing/packages.git;for-12.09.x' ... Already up-to-date. Create index file './feeds/routing.index' The fix: Edit the feeds.conf file located at ./MK5/feeds.conf.default and change 'src-svn http://svn.luci.subsignal.org/luci/branches/luci-0.11/contrib/package' to 'src-git luci git://github.com/openwrt/luci/' Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.