infra: replace BUILDROOT_CONFIG with BR2_CONFIG
authorArnout Vandecappelle <arnout@mind.be>
Tue, 4 Feb 2014 15:18:52 +0000 (16:18 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 9 Feb 2014 16:00:13 +0000 (17:00 +0100)
commit4113b3c3bdb9c7943e011827982000403f66dc61
treef4d52eb74841c6f925ca0a200f7cd0fc9fce454c
parenta7c1b84a5967e88be8032ef085c2d84aafc0008a
infra: replace BUILDROOT_CONFIG with BR2_CONFIG

To make the naming consistent (all user-visible options should be
prefixed with BR2_).

An entry is added to Makefile.legacy to warn users who have set
BUILDROOT_CONFIG but not BR2_CONFIG.

Still export BUILDROOT_CONFIG but pointing to some phony value, to
make sure that scripts that still use it fail in a predictable way.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile
Makefile.legacy
docs/manual/customize-rootfs.txt
docs/manual/debugging-buildroot.txt
support/dependencies/dependencies.sh
support/kconfig/confdata.c
support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
support/scripts/mkusers