toolchain/musl: fix typo on configuration symbol
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34596
This commit is contained in:
parent
c2ae0ec02a
commit
f00891b96e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
choice
|
choice
|
||||||
prompt "musl Version"
|
prompt "musl Version"
|
||||||
depends on TOOLCHAINOPTS && USE_MUSL
|
depends on TOOLCHAINOPTS && USE_MUSL
|
||||||
default UCLIBC_VERSION_0_9_7
|
default MUSL_VERSION_0_9_7
|
||||||
help
|
help
|
||||||
Select the version of musl you wish to use.
|
Select the version of musl you wish to use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue