<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/scripts/diffconfig.sh, branch v17.01.0</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>scripts/diffconfig.sh: fix output if TARGET_PER_DEVICE_ROOTFS is set</title>
<updated>2016-10-06T20:00:10+00:00</updated>
<author>
<name>Mathias Kresin</name>
<email>dev@kresin.me</email>
</author>
<published>2016-10-05T14:36:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=82b8eaa89fb90a796552b1c54aa48bccad5adb30'/>
<id>82b8eaa89fb90a796552b1c54aa48bccad5adb30</id>
<content type='text'>
diffconfig show packages selected as dependencies of
TARGET_PER_DEVICE_ROOTFS as individual selected.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
diffconfig show packages selected as dependencies of
TARGET_PER_DEVICE_ROOTFS as individual selected.

Signed-off-by: Mathias Kresin &lt;dev@kresin.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffconfig.sh: fix handing of CONFIG_TARGET_MULTI_PROFILE</title>
<updated>2016-07-07T09:23:41+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@nbd.name</email>
</author>
<published>2016-07-07T09:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b80dfe4cdeee58551251cbaefe813c16c3a1040c'/>
<id>b80dfe4cdeee58551251cbaefe813c16c3a1040c</id>
<content type='text'>
Fixes FS#43

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes FS#43

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>global: introduce ALL_NONSHARED symbol</title>
<updated>2016-04-13T15:24:12+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jo@mein.io</email>
</author>
<published>2016-04-13T15:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=941fc5e8c8fd48c31c97c9194d1bed786145f978'/>
<id>941fc5e8c8fd48c31c97c9194d1bed786145f978</id>
<content type='text'>
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 &lt;jo@mein.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;jo@mein.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffconfig.sh: reduce config output with CONFIG_BUSYBOX_CUSTOM</title>
<updated>2015-11-13T11:34:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-11-13T11:34:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=edd87061ec872ea539e95bcea71c80e2fc5bc3d4'/>
<id>edd87061ec872ea539e95bcea71c80e2fc5bc3d4</id>
<content type='text'>
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 &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 47463
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;hannu.nyman@iki.fi&gt;

SVN-Revision: 47463
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffconfig.sh: reduce config output with CONFIG_ALL_KMODS</title>
<updated>2015-11-12T01:06:10+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2015-11-12T01:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9c611eccbf175a6109d1daa17e255b806fa49f73'/>
<id>9c611eccbf175a6109d1daa17e255b806fa49f73</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47461
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 47461
</pre>
</div>
</content>
</entry>
<entry>
<title>build: add new menuconfig code based on linux 3.9</title>
<updated>2013-04-18T12:05:16+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2013-04-18T12:05:16+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9d5510a500a1804484152adb8951dda3688658bc'/>
<id>9d5510a500a1804484152adb8951dda3688658bc</id>
<content type='text'>
SVN-Revision: 36361
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 36361
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly</title>
<updated>2011-03-28T23:25:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-03-28T23:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=1dbabd309b922bb5782755f11615317068915da3'/>
<id>1dbabd309b922bb5782755f11615317068915da3</id>
<content type='text'>
SVN-Revision: 26349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 26349
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffconfig.sh: use the new kconfig mode to remove some more unnecessary entries in the generated output</title>
<updated>2011-01-29T02:35:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-01-29T02:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b0359432ae5bc18aa90a7e40e5e72e0df73ad955'/>
<id>b0359432ae5bc18aa90a7e40e5e72e0df73ad955</id>
<content type='text'>
SVN-Revision: 25233
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25233
</pre>
</div>
</content>
</entry>
<entry>
<title>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</title>
<updated>2011-01-29T02:22:45+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2011-01-29T02:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=024dc6ea5f959565785629253fa306ec3a751fc8'/>
<id>024dc6ea5f959565785629253fa306ec3a751fc8</id>
<content type='text'>
SVN-Revision: 25231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SVN-Revision: 25231
</pre>
</div>
</content>
</entry>
</feed>
