aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/diffconfig.sh
Commit message (Collapse)AuthorAgeFilesLines
* scripts/diffconfig.sh: fix output if TARGET_PER_DEVICE_ROOTFS is setMathias Kresin2016-10-061-0/+1
| | | | | | | diffconfig show packages selected as dependencies of TARGET_PER_DEVICE_ROOTFS as individual selected. Signed-off-by: Mathias Kresin <dev@kresin.me>
* scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILEFelix Fietkau2016-07-071-0/+1
| | | | | | Fixes FS#43 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* global: introduce ALL_NONSHARED symbolJo-Philipp Wich2016-04-131-0/+1
| | | | | | | | 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>
* scripts/diffconfig.sh: reduce config output with CONFIG_BUSYBOX_CUSTOMFelix Fietkau2015-11-131-0/+1
| | | | | | | | | | | | | | | 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> SVN-Revision: 47463
* scripts/diffconfig.sh: reduce config output with CONFIG_ALL_KMODSFelix Fietkau2015-11-121-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47461
* build: add new menuconfig code based on linux 3.9Felix Fietkau2013-04-181-2/+2
| | | | SVN-Revision: 36361
* scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and ↵Felix Fietkau2011-03-281-0/+3
| | | | | | CONFIG_TOOLCHAINOPTS properly SVN-Revision: 26349
* scripts/diffconfig.sh: use the new kconfig mode to remove some more ↵Felix Fietkau2011-01-291-1/+1
| | | | | | unnecessary entries in the generated output SVN-Revision: 25233
* add scripts/diffconfig.sh: a tool for making reduced .config files these ↵Felix Fietkau2011-01-291-0/+8
files contain only the target selection and options that differ from the default settings this makes it much easier to review .config files SVN-Revision: 25231