<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/luka/config/Config-devel.in, branch master</title>
<subtitle>tree of Luka Perkov resides here</subtitle>
<id>https://git.openwrt.org/openwrt/staging/luka/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/luka/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/'/>
<updated>2019-09-28T22:08:20Z</updated>
<entry>
<title>rules: allow arbitrary log destination</title>
<updated>2019-09-28T22:08:20Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2019-09-28T21:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=e78c1baa9f52d2137303c440e11570ca2a484aab'/>
<id>urn:sha1:e78c1baa9f52d2137303c440e11570ca2a484aab</id>
<content type='text'>
Add option BUILD_LOG_DIR to menuconfig to change log destination.

The mix-up of *DIR* and *FOLDER* is confusing however.

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>Config-devel.in: rename symbol KERNEL_GIT_BRANCH -&gt; KERNEL_GIT_REF</title>
<updated>2018-01-27T15:46:45Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2018-01-17T12:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=ab6a96f3f52320f834e7e4a12ec411d77bab7686'/>
<id>urn:sha1:ab6a96f3f52320f834e7e4a12ec411d77bab7686</id>
<content type='text'>
The Download/git rule will do a `git checkout &lt;git-ref&gt;`.
So, we can use any ref we want.

No need to limit just to branches.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>ccache, samba36: fix samba.org addresses to use https</title>
<updated>2017-02-01T23:14:03Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2017-02-01T21:17:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=eaf3fef94636e81772776754a45f1b8ba1886793'/>
<id>urn:sha1:eaf3fef94636e81772776754a45f1b8ba1886793</id>
<content type='text'>
samba.org has started to enforce https and
currently plain http downloads with curl/wget fail,
so convert samba.org download links to use https.

Modernise links at the same time.

Also convert samba.org URL fields to have https.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>build: add support for automatically removing build dir contents during build</title>
<updated>2017-01-18T22:57:08Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-18T14:37:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=7a523569f7f403cdd7c2074cc49920f1dd7ecc70'/>
<id>urn:sha1:7a523569f7f403cdd7c2074cc49920f1dd7ecc70</id>
<content type='text'>
This is used to save space on buildbot instances.
If any part of a package needs to be rebuild, the whole package is
rebuilt from scratch. Stamp files are preserved to allow dependency
checks to work

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: don't add -fno-plt for ARC</title>
<updated>2016-02-07T13:29:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-02-07T13:29:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=be9e991b8806841a1c209ed7e2864d48da0de1b5'/>
<id>urn:sha1:be9e991b8806841a1c209ed7e2864d48da0de1b5</id>
<content type='text'>
Curent ARC toolchain fails to build libstdc++ if -fno-plt is used.
Lots of following error messages appear:
-------------------&gt;8------------------
...
staging_dir/toolchain-arc_arc700_gcc-arc-2015.06_uClibc-1.0.9/arc-openwrt-linux-uclibc/bin/ld:
BFD (GNU Binutils) 2.23.2 assertion fail elf32-arc.c:2786
collect2: error: ld returned 1 exit status
-------------------&gt;8------------------

In newer binutils (still in development) for ARC rewritten from
scratch this seem to not happen, so once new binutils for ARC hit
the street this patch might be reverted.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 48642
</content>
</entry>
<entry>
<title>build: add -fno-plt to default cflags, it improves PIC code optimization</title>
<updated>2016-01-24T00:16:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-24T00:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=fb713ddd4dd49fb60ee4ab732071abf2c3ad5fc5'/>
<id>urn:sha1:fb713ddd4dd49fb60ee4ab732071abf2c3ad5fc5</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48470
</content>
</entry>
<entry>
<title>packages: fix typo in OpenWrt name</title>
<updated>2014-12-07T16:53:30Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-12-07T16:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=f76755da3f909425407b5467670d180ca741238b'/>
<id>urn:sha1:f76755da3f909425407b5467670d180ca741238b</id>
<content type='text'>
Signed-off-by: Cezary Jackiewicz &lt;cezary.jackiewicz@gmail.com&gt;

SVN-Revision: 43542
</content>
</entry>
<entry>
<title>Kconfig: Fix missing help text in DEVEL config menu</title>
<updated>2014-09-13T20:27:52Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2014-09-13T20:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=d041cb6e9527cbe88292fdfb8a6725b2bfe3e11c'/>
<id>urn:sha1:d041cb6e9527cbe88292fdfb8a6725b2bfe3e11c</id>
<content type='text'>
This patch completes missing help text for some options under CONFIG_DEVEL.

Provides help for BINARY_FOLDER and DOWNLOAD_FOLDER, and reduces ambiguity in
the help for BUILD_SUFFIX with an example.

Signed-off-by: Andrew McDonnell &lt;bugs@andrewmcdonnell.net&gt;

SVN-Revision: 42520
</content>
</entry>
<entry>
<title>Kconfig: Various typo/grammar/line-length fixes in Config*.in files</title>
<updated>2014-09-13T20:27:25Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2014-09-13T20:27:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=bdeda10f1cc45c7399c0033161c1f5382c5607f8'/>
<id>urn:sha1:bdeda10f1cc45c7399c0033161c1f5382c5607f8</id>
<content type='text'>
Non-functional changes to config/Config-*.in files, including:

* spelling mistakes
* inconsistent terminology
* grammar
* overly long lines in "help" components

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;

SVN-Revision: 42519
</content>
</entry>
<entry>
<title>include: Allow git kernel branch selection</title>
<updated>2014-06-02T12:45:22Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-06-02T12:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/luka/commit/?id=34106f4a1ad3956963068167861d10e34178022a'/>
<id>urn:sha1:34106f4a1ad3956963068167861d10e34178022a</id>
<content type='text'>
This allows the selection of a specific branch in the menuconfig
when using a kernel downloaded from GIT.

Signed-off-by: Mathieu Olivari &lt;mathieu@qca.qualcomm.com&gt;

SVN-Revision: 40946
</content>
</entry>
</feed>
