mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
ae71ce4106
Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
33 lines
541 B
Plaintext
33 lines
541 B
Plaintext
#
|
|
# DO NOT EDIT! This file is automatically generated.
|
|
#
|
|
|
|
choice GEN_CHOICE_@@prefix@@
|
|
bool "@@label@@"
|
|
|
|
#!foreach choice
|
|
config @@prefix@@_@@kcfg_choice@@
|
|
bool "@@choice@@"
|
|
#!foreach dependency
|
|
@@depline@@
|
|
#!end-foreach
|
|
help
|
|
#!foreach help
|
|
@@helpline@@
|
|
#!end-foreach
|
|
|
|
#!end-foreach
|
|
endchoice
|
|
|
|
config @@prefix@@
|
|
string
|
|
#!foreach choice
|
|
default "@@choice@@" if @@prefix@@_@@kcfg_choice@@
|
|
#!end-foreach
|
|
|
|
#!foreach choice
|
|
if @@prefix@@_@@kcfg_choice@@
|
|
source "config/@@dir@@/@@choice@@.in"
|
|
endif
|
|
#!end-foreach
|