cutelyst: fix kconfig syntax
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Sep 2018 20:03:33 +0000 (22:03 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Sep 2018 20:03:33 +0000 (22:03 +0200)
commit07613c8890f6a7fea2b1ebbad0ee03a9c91ebb6c
tree288d2d7531f089dad58f5426c736c77062357c84
parent695c9696f9b3abab61fbb712fe3d3bdf6dc3c092
cutelyst: fix kconfig syntax

Commit cb3c56e35 (cutelyst: Add dependency on Kernel headers >= 3.3) used
invalid kconfig syntax, breaking menuconfig:

make menuconfig
package/cutelyst/Config.in:19: syntax error
package/cutelyst/Config.in:18: invalid option
Makefile:900: recipe for target 'menuconfig' failed

Fix it by using 'depends ON' instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cutelyst/Config.in