[OpenWrt-Devel] [PATCH] target/sdk: Allow to configure feeds in SDK
    openwrt at daniel.thecshore.com 
    openwrt at daniel.thecshore.com
       
    Tue Feb 16 02:38:01 EST 2016
    
    
  
From: Daniel Dickinson <openwrt at 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 <openwrt at 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 at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
    
    
More information about the openwrt-devel
mailing list