diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-08-11 09:15:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-08-11 09:15:17 +0000 |
commit | 6a499ca44b4ed931f179ef1c84feb8b493a85935 (patch) | |
tree | 1e957a4f540d625a79d8f6a4b15efd99c3168890 /package/base-files | |
parent | ae4ebf4e5a27cb70a30f387493b67848dcf9da27 (diff) | |
download | master-187ad058-6a499ca44b4ed931f179ef1c84feb8b493a85935.tar.gz master-187ad058-6a499ca44b4ed931f179ef1c84feb8b493a85935.tar.bz2 master-187ad058-6a499ca44b4ed931f179ef1c84feb8b493a85935.zip |
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 <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/image-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |