Author: blogic Date: 2014-09-01 15:21:05 +0200 (Mon, 01 Sep 2014) New Revision: 42352
Modified: branches/barrier_breaker/package/base-files/image-config.in Log: build: enable PER_FEED_REPO by default Enable the separate feed repositories by default to align custom builds with the repositories available on the snapshot download server. Signed-off-by: Jo-Philipp Wich <[email protected]> Backport of r42112 Modified: branches/barrier_breaker/package/base-files/image-config.in =================================================================== --- branches/barrier_breaker/package/base-files/image-config.in 2014-09-01 13:21:04 UTC (rev 42351) +++ branches/barrier_breaker/package/base-files/image-config.in 2014-09-01 13:21:05 UTC (rev 42352) @@ -211,7 +211,7 @@ menuconfig PER_FEED_REPO bool "Separate feed repositories" if IMAGEOPT - default n + default y help If set, a separate repository is generated within bin/*/packages/ for the core packages and each enabled feed. _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
