diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-06 18:18:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-06 18:18:49 +0000 |
commit | 202bd581be73e10869f3d3b845d68ce07b48ec26 (patch) | |
tree | aa69607ea696425b6edbd0a08982597ebcd0cc33 /package/base-files | |
parent | 433125c1a631ef33db9d438d92c1af132c135b69 (diff) | |
download | upstream-202bd581be73e10869f3d3b845d68ce07b48ec26.tar.gz upstream-202bd581be73e10869f3d3b845d68ce07b48ec26.tar.bz2 upstream-202bd581be73e10869f3d3b845d68ce07b48ec26.zip |
build: add new option to add disabled feeds commented out to opkg.conf
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Backport of r42004
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42018 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/image-config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index d745369a2c..3029648d85 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -216,6 +216,13 @@ menuconfig PER_FEED_REPO If set, a separate repository is generated within bin/*/packages/ for the core packages and each enabled feed. + config PER_FEED_REPO_ADD_DISABLED + bool "Add installed but disabled feeds to opkg.conf" + default y + depends on PER_FEED_REPO + help + Add installed but disabled feeds as commented out source lines to opkg.conf. + source "tmp/.config-feeds.in" |