diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-05 15:33:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-05 15:33:14 +0000 |
commit | 14c796aca1ab1a393fdb66c84e560c75a077146b (patch) | |
tree | 649b0cb871cbaed720a454e4a68483e75a7e6a48 | |
parent | 99da585ca25651ca5ac70b2f5015d8e25fe48442 (diff) | |
download | upstream-14c796aca1ab1a393fdb66c84e560c75a077146b.tar.gz upstream-14c796aca1ab1a393fdb66c84e560c75a077146b.tar.bz2 upstream-14c796aca1ab1a393fdb66c84e560c75a077146b.zip |
Add support for source feeds in menuconfig
SVN-Revision: 5992
-rw-r--r-- | Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |