b95e31c2ceca47d77867fd83c25d1483ad9f3d49
[openwrt/svn-archive/archive.git] / net / wing / Config.in
1 # Wing configuration
2
3 choice
4 prompt "Version"
5 depends on PACKAGE_wing
6 default WING_STABLE
7 help
8 This option allows you to select the version of Wing to be built.
9
10 config WING_STABLE
11 bool "Use the stable version (multi-interface)"
12
13 config WING_TESTING
14 bool "Use the unstable version (multi-interfaces w/ ITACA)"
15
16 endchoice
17