diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:05 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:21:05 +0000 |
commit | 8dafb8796f3ef0214264648860d8d562a12b3c90 (patch) | |
tree | 886b21b224e29d5307881f50d6cafe30d0cf3320 /package | |
parent | 28dc38f4b488ff8346fe7a582d689f2a9dd879ef (diff) | |
download | upstream-8dafb8796f3ef0214264648860d8d562a12b3c90.tar.gz upstream-8dafb8796f3ef0214264648860d8d562a12b3c90.tar.bz2 upstream-8dafb8796f3ef0214264648860d8d562a12b3c90.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>
Backport of r42112
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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. |