build: consistently use 'depends on' instead of 'depends'
[openwrt/svn-archive/archive.git] / target / toolchain / Config.in
index 18c3ab544de5f4124b937dd81390e1bf273e3135..eda2300a12dc3dc3120fde7ce2df179c4bd40c55 100644 (file)
@@ -1,6 +1,6 @@
 config MAKE_TOOLCHAIN
        bool "Build the OpenWrt based Toolchain"
-       depends !EXTERNAL_TOOLCHAIN
+       depends on !EXTERNAL_TOOLCHAIN
        help
          This is essentially the toolchain created by OpenWrt.