firewall: allow routed lan<->lan traffic by default
[openwrt.git] / toolchain / musl / Config.in
1 # Choose musl version.
2
3 choice
4         prompt "musl Version"
5         depends on TOOLCHAINOPTS && USE_MUSL
6         default MUSL_USE_VERSION_0_9_8
7         help
8           Select the version of musl you wish to use.
9
10         config MUSL_USE_VERSION_0_9_8
11                 select MUSL_VERSION_0_9_8
12                 bool "musl 0.9.8"
13
14         config MUSL_USE_VERSION_0_9_9
15                 select MUSL_VERSION_0_9_9
16                 bool "musl 0.9.9"
17
18         config MUSL_USE_VERSION_0_9_10
19                 select MUSL_VERSION_0_9_10
20                 bool "musl 0.9.10"
21
22 endchoice
23
24
25 # Debug version.
26
27 config MUSL_ENABLE_DEBUG
28         bool "Build with debug information"
29         depends on TOOLCHAINOPTS && USE_MUSL
30         default n