On 10/18/2014 08:45 PM, valent.turko...@gmail.com wrote: > On Wed, Aug 20, 2014 at 3:03 PM, Steven Barth <cy...@openwrt.org> wrote: >> Please see https://forum.openwrt.org/viewtopic.php?id=52219 >> > > > Because of this decission ImageBuilder is now completely useless in > Barrier Breaker 14.07. I tried building new image with few extra > packages but they aren't included in ImageBuilder archive, and I got > this message: > > Collected errors: > * opkg_install_cmd: Cannot install package nano. > * opkg_install_cmd: Cannot install package netcat. > * opkg_install_cmd: Cannot install package openvpn. > * opkg_install_cmd: Cannot install package tmux. > > So you are telling us thate tere are no maintainers for nano, netcat, > openvpn and tmux packages and that is why you remoded them from > ImageBuilder? Are these packages broken or just unmaintained? If they > aren't broken please include them back into ImageBuilder. > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel >
Hi, I think you can add those additional "repositories" to the repository.conf in the extracted ImageBuilder folder. For BB, this should look like: src/gz barrier_breaker_base http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/base src/gz barrier_breaker_luci http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/luci src/gz barrier_breaker_management http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/management src/gz barrier_breaker_oldpackages http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/oldpackages src/gz barrier_breaker_packages http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/packages src/gz barrier_breaker_routing http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/routing src/gz barrier_breaker_telephony http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/packages/telephony Then, the build tool / opkg starts to lookup the requested packages in the other repositories and fetches them automatically. BTW: That is already documented in: http://wiki.openwrt.org/doc/howto/obtain.firmware.generate#usage Hope that helps, best regards Matthias _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel