toolchain/musl: fix typo on configuration symbol
authorFlorian Fainelli <florian@openwrt.org>
Mon, 10 Dec 2012 14:24:17 +0000 (14:24 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 10 Dec 2012 14:24:17 +0000 (14:24 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34596

toolchain/musl/Config.in

index fa1e445700777ca4bfb33b93a5611651eb5f6c77..254a8d4201116b85779de3a849cae9b3e5c69a9e 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.