Add support for source feeds in menuconfig
authorFlorian Fainelli <florian@openwrt.org>
Fri, 5 Jan 2007 15:33:14 +0000 (15:33 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 5 Jan 2007 15:33:14 +0000 (15:33 +0000)
SVN-Revision: 5992

Config.in

index acb27b47ea5b1acbdb5169e3f6c51bd0856cc136..18555a432571fd1f2110472f20063cba2a347ac8 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -51,6 +51,13 @@ config CCACHE
        help
                Compiler cache; see http://ccache.samba.org/
 
+config SOURCE_FEEDS
+       string
+       prompt "Enter here external source feeds you want to include" if BUILDOPTS
+       default "https://svn.openwrt.org/openwrt/packages/"
+       help
+               Separate sources with spaces : " "
+
 source "toolchain/Config.in"
 source "target/sdk/Config.in"