summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-01-05 15:33:14 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-01-05 15:33:14 +0000
commit14c796aca1ab1a393fdb66c84e560c75a077146b (patch)
tree649b0cb871cbaed720a454e4a68483e75a7e6a48 /Config.in
parent99da585ca25651ca5ac70b2f5015d8e25fe48442 (diff)
downloadmaster-31e0f0ae-14c796aca1ab1a393fdb66c84e560c75a077146b.tar.gz
master-31e0f0ae-14c796aca1ab1a393fdb66c84e560c75a077146b.tar.bz2
master-31e0f0ae-14c796aca1ab1a393fdb66c84e560c75a077146b.zip
Add support for source feeds in menuconfig
SVN-Revision: 5992
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index acb27b47ea..18555a4325 100644
--- 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"