packages: rename FOO_KCONFIG_OPT into FOO_KCONFIG_OPTS
authorThomas De Schampheleire <patrickdepinguin@gmail.com>
Sat, 27 Sep 2014 19:32:47 +0000 (21:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Oct 2014 16:54:54 +0000 (18:54 +0200)
commit146f7dc4959589cbd64b92da4a6f24972f271978
tree069b422a01cdca4909fc604a183aa6b3fb890c79
parent35886e5c90a4b8487f2d0c95978f0ce57c48ba61
packages: rename FOO_KCONFIG_OPT into FOO_KCONFIG_OPTS

To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS,
make the same change for FOO_KCONFIG_OPT.

Sed command used:
   find * -type f | xargs sed -i 's#_KCONFIG_OPT\>#&S#g'

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
docs/manual/adding-packages-kconfig.txt
package/busybox/busybox.mk
package/pkg-kconfig.mk
package/uclibc/uclibc.mk