more Config.in touch up work
This commit is contained in:
parent
53f7156172
commit
f2382aa18b
1 changed files with 3 additions and 3 deletions
|
@ -41,15 +41,15 @@ mainmenu "JHALFS Build Script Configuration"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BRANCH_ID
|
config BRANCH_ID
|
||||||
string "Branch"
|
string "Branch (manditory)"
|
||||||
default ""
|
default "**EDIT ME**"
|
||||||
depends BRANCH
|
depends BRANCH
|
||||||
help
|
help
|
||||||
#-- A list of valid branch ID's is available here.
|
#-- A list of valid branch ID's is available here.
|
||||||
# http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
|
# http://wiki.linuxfromscratch.org/alfs/wiki/SupportedBooks
|
||||||
|
|
||||||
config BOOK
|
config BOOK
|
||||||
string "Loc of working copy"
|
string "Loc of working copy (manditory)"
|
||||||
default "**EDIT ME**"
|
default "**EDIT ME**"
|
||||||
depends WORKING_COPY
|
depends WORKING_COPY
|
||||||
help
|
help
|
||||||
|
|
Reference in a new issue