projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c238540
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5992
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index
acb27b4
..
18555a4
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"