firewall: allow routed lan<->lan traffic by default
[openwrt.git] / toolchain / musl / Config.version
1 if USE_MUSL
2
3 config MUSL_VERSION
4         string
5         depends on USE_MUSL
6         default "0.9.8"       if MUSL_VERSION_0_9_8
7         default "0.9.9"       if MUSL_VERSION_0_9_9
8         default "0.9.10"       if MUSL_VERSION_0_9_10
9
10 config MUSL_VERSION_0_9_8
11         default y if !TOOLCHAINOPTS
12         bool
13
14 config MUSL_VERSION_0_9_9
15         bool
16
17 config MUSL_VERSION_0_9_10
18         bool
19
20 endif