summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-05 15:33:14 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-05 15:33:14 +0000
commit7cc50d50ac5eda244ddffd10aad31994dfae726e (patch)
treec1da10637431d78c21027de5e2405d88bcb04be9 /Config.in
parent4290321ff346bc96f1d1095cc490243d9364f4f1 (diff)
Add support for source feeds in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5992 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 acb27b47e..18555a432 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"