From 3809133bd065eea231ffaecca2e19c534143a600 Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 1 Sep 2014 13:21:05 +0000 Subject: [PATCH] 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 Backport of r42112 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42352 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/image-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index 3029648..67604cd 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.