2010-08-13 19:46:41 +00:00
|
|
|
# Wing configuration
|
|
|
|
|
|
|
|
choice
|
2010-09-01 14:41:49 +00:00
|
|
|
prompt "Version"
|
|
|
|
depends on PACKAGE_wing
|
|
|
|
default WING_STABLE
|
|
|
|
help
|
|
|
|
This option allows you to select the version of Wing to be built.
|
|
|
|
|
2010-08-13 19:46:41 +00:00
|
|
|
config WING_STABLE
|
2010-09-01 14:41:49 +00:00
|
|
|
bool "Use the stable version (multi-interface)"
|
|
|
|
|
2010-08-13 19:46:41 +00:00
|
|
|
config WING_TESTING
|
2010-09-01 14:41:49 +00:00
|
|
|
bool "Use the unstable version (multi-interfaces w/ ITACA)"
|
2010-08-13 19:46:41 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|