mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 10:34:42 +02:00
move the "BUILD_SUFFIX" options out of "SOURCE_FEEDS" options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9102 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9be6b7eb6f
commit
a1d934d049
14
Config.in
14
Config.in
@ -96,6 +96,13 @@ config AUTOREBUILD
|
|||||||
help
|
help
|
||||||
Automatically rebuild packages when their files change
|
Automatically rebuild packages when their files change
|
||||||
|
|
||||||
|
config BUILD_SUFFIX
|
||||||
|
string
|
||||||
|
prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
|
||||||
|
default ""
|
||||||
|
help
|
||||||
|
Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
|
||||||
|
|
||||||
config TAR_VERBOSITY
|
config TAR_VERBOSITY
|
||||||
bool
|
bool
|
||||||
prompt "Tar verbose" if BUILDOPTS
|
prompt "Tar verbose" if BUILDOPTS
|
||||||
@ -115,13 +122,6 @@ config SOURCE_FEEDS
|
|||||||
help
|
help
|
||||||
Separate sources with spaces : " "
|
Separate sources with spaces : " "
|
||||||
|
|
||||||
config BUILD_SUFFIX
|
|
||||||
string
|
|
||||||
prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
|
|
||||||
default ""
|
|
||||||
help
|
|
||||||
Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
|
|
||||||
|
|
||||||
config SOURCE_FEEDS_REV
|
config SOURCE_FEEDS_REV
|
||||||
string
|
string
|
||||||
prompt "Revision for the source feed svn checkout" if BUILDOPTS
|
prompt "Revision for the source feed svn checkout" if BUILDOPTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user