From: Daniel Dickinson <open...@daniel.thecshore.com> Sometimes you wan to enable feeds in the SDK that you left disabled in the base build. This patch makes menuconfig feed configuration possible from SDK.
Signed-off-by: Daniel Dickinson <open...@daniel.thecshore.com> --- target/sdk/files/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in index 6cb3fe8..c585f97 100644 --- a/target/sdk/files/Config.in +++ b/target/sdk/files/Config.in @@ -5,3 +5,7 @@ config MODULES source "Config-build.in" source "tmp/.config-package.in" + +menu "Configure feeds" +source "tmp/.config-feeds.in" +endmenu -- 2.4.3 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel