toolchain/musl: fix typo on configuration symbol
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Dec 2012 14:24:17 +0000 (14:24 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Dec 2012 14:24:17 +0000 (14:24 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34596 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/musl/Config.in

index fa1e445..254a8d4 100644 (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.