build: consistently use 'depends on' instead of 'depends'
[openwrt/openwrt.git] / target / Config.in
index 8ff89ff8a9abfa81f410eb556f106b455c9f6940..967149d435b75cd6cf2f0e59b073e8a2f6647b3a 100644 (file)
@@ -3,7 +3,7 @@ source "tmp/.config-target.in"
 # Kernel/Hardware features
 
 config HAS_SPE_FPU
-       depends powerpc
+       depends on powerpc
        select HAS_FPU
        bool
 
@@ -67,7 +67,7 @@ config NOMMU
        bool
 
 config HAS_MIPS16
-       depends (mips || mipsel || mips64 || mips64el)
+       depends on (mips || mipsel || mips64 || mips64el)
        bool
 
 config ARCH_64BIT