scripts/diffconfig.sh: reduce config output with CONFIG_BUSYBOX_CUSTOM
authorFelix Fietkau <nbd@openwrt.org>
Wed, 18 Nov 2015 12:38:56 +0000 (12:38 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 18 Nov 2015 12:38:56 +0000 (12:38 +0000)
commit6884a4c1b777a360e30f1de45e26f329a8e87545
tree1a0d59bb15bbd09547ccb3e148ada8433a84854c
parentaa97a4b64421fa3ec3993563d5b0370ee221d698
scripts/diffconfig.sh: reduce config output with CONFIG_BUSYBOX_CUSTOM

Use similar approach as r47461 to reduce output for busybox config.

Since r39435 CONFIG_BUSYBOX_CUSTOM=y has caused the addition of
all ~260 busybox config options to the diffconfig output even if
only one option has been changed.

This patch eliminates the unchanged busybox config options from the output
and leaves only the actually modified options.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Backport of r47463

SVN-Revision: 47497
scripts/diffconfig.sh