mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 03:24:43 +02:00
Add support for source feeds in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5992 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4290321ff3
commit
7cc50d50ac
@ -51,6 +51,13 @@ config CCACHE
|
|||||||
help
|
help
|
||||||
Compiler cache; see http://ccache.samba.org/
|
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 "toolchain/Config.in"
|
||||||
source "target/sdk/Config.in"
|
source "target/sdk/Config.in"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user