projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc69ee8
)
build: enable PER_FEED_REPO by default
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Aug 2014 09:15:17 +0000
(09:15 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 11 Aug 2014 09:15:17 +0000
(09:15 +0000)
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>
SVN-Revision: 42112
package/base-files/image-config.in
patch
|
blob
|
history
diff --git
a/package/base-files/image-config.in
b/package/base-files/image-config.in
index 3029648d85bb4aa39eb240bd0f7f159b5cbe66d5..67604cdd54f1a4575918697fe0312514acbe9c0d 100644
(file)
--- 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.