1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

toolchain/musl: fix typo on configuration symbol

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34596
This commit is contained in:
Florian Fainelli 2012-12-10 14:24:17 +00:00
parent c2ae0ec02a
commit f00891b96e

View File

@ -3,7 +3,7 @@
choice
prompt "musl Version"
depends on TOOLCHAINOPTS && USE_MUSL
default UCLIBC_VERSION_0_9_7
default MUSL_VERSION_0_9_7
help
Select the version of musl you wish to use.