From: Jo-Philipp Wich Date: Mon, 11 Aug 2014 09:15:17 +0000 (+0000) Subject: build: enable PER_FEED_REPO by default X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=723c9500d9eaba9eb4b2756c2d28b84359057bd9 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 SVN-Revision: 42112 --- diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 3029648d85..67604cdd54 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -211,7 +211,7 @@ endif 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.