utils/diffconfig: remove BR2_* prefix restriction
authorMarcel Patzlaff <m.patzlaff@pilz.de>
Sun, 21 Oct 2018 16:21:10 +0000 (17:21 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 21 Oct 2018 17:57:06 +0000 (19:57 +0200)
commitbf9ccfc37b6594c41163eb235384abb4771a6a1c
tree2d5c714d81fe82db36a55ff10b983b3047d16b25
parent0b68713aae2887edf395c135ebbfaeeb8e77f2f4
utils/diffconfig: remove BR2_* prefix restriction

The utils/diffconfig script works only on variables with the BR2_
prefix. This is OK for Buildroot [def]configs since this is the prefix
for all user-facing variables, but it prevents using the same script
to compare configs from kconfig-based packages.

Remove the BR2_ restriction, allowing usage such as:

  ./utils/diffconfig \
board/qemu/xtensa-lx60/linux.config \
board/qemu/xtensa-lx60/linux-nommu.config

Signed-off-by: Marcel Patzlaff <m.patzlaff@pilz.de>
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Tested-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
utils/diffconfig