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 | 19b0a2261027e347ce64362bbb05b3fe2308da86 (patch) | |
tree | c1da10637431d78c21027de5e2405d88bcb04be9 | |
parent | c2385401d0a5b13483f6480814a528881ce01a8d (diff) | |
download | upstream-19b0a2261027e347ce64362bbb05b3fe2308da86.tar.gz upstream-19b0a2261027e347ce64362bbb05b3fe2308da86.tar.bz2 upstream-19b0a2261027e347ce64362bbb05b3fe2308da86.zip |
Add support for source feeds in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5992 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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" |