projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99da585
)
Add support for source feeds in menuconfig
author
Florian Fainelli
<florian@openwrt.org>
Fri, 5 Jan 2007 15:33:14 +0000
(15:33 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 5 Jan 2007 15:33:14 +0000
(15:33 +0000)
SVN-Revision: 5992
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/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"