1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-01 01:35:27 +03:00

toolchain/musl: fix typo on configuration symbol

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34596 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-12-10 14:24:17 +00:00
parent 18d6fa3655
commit b1993d0514

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.