Author: jow Date: 2014-08-11 11:15:17 +0200 (Mon, 11 Aug 2014) New Revision: 42112
Modified: trunk/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]> Modified: trunk/package/base-files/image-config.in =================================================================== --- trunk/package/base-files/image-config.in 2014-08-11 08:44:48 UTC (rev 42111) +++ trunk/package/base-files/image-config.in 2014-08-11 09:15:17 UTC (rev 42112) @@ -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
