History log of /openwrt/scripts/diffconfig.sh
Revision Date Author Comments
# 8a2689d5 22-Jun-2016 Jo-Philipp Wich <jo@mein.io>

global: introduce ALL_NONSHARED symbol

Introduce a new symbol ALL_NONSHARED which selects all non-sharable packages
by default. This option is mainly intented for buildbot setups to build the
target dependant software subset only.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>


# 6ba8cb4c 13-Nov-2015 Felix Fietkau <nbd@openwrt.org>

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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47463 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 0b4aafc9 11-Nov-2015 Felix Fietkau <nbd@openwrt.org>

scripts/diffconfig.sh: reduce config output with CONFIG_ALL_KMODS

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47461 3c298f89-4303-0410-b956-a3cf2f4a3e73


# e1c27ce9 17-Apr-2013 Felix Fietkau <nbd@openwrt.org>

build: add new menuconfig code based on linux 3.9

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36361 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 7252c35e 28-Mar-2011 Felix Fietkau <nbd@openwrt.org>

scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26349 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 4d75ce69 28-Jan-2011 Felix Fietkau <nbd@openwrt.org>

scripts/diffconfig.sh: use the new kconfig mode to remove some more unnecessary entries in the generated output

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25233 3c298f89-4303-0410-b956-a3cf2f4a3e73


# 73ea5d23 28-Jan-2011 Felix Fietkau <nbd@openwrt.org>

add scripts/diffconfig.sh: a tool for making reduced .config files
these files contain only the target selection and options that differ from the default settings
this makes it much easier to review .config files

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25231 3c298f89-4303-0410-b956-a3cf2f4a3e73