From 960b7643c9a65124b13a478c49a8a89848391edb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 6 Aug 2014 09:12:37 +0000 Subject: build: add new option to add disabled feeds commented out to opkg.conf Signed-off-by: Jo-Philipp Wich SVN-Revision: 42004 --- package/base-files/image-config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package/base-files') diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index d745369..3029648 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" -- cgit v1.1