<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/scripts, branch v19.07.2</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.2</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.2'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2019-12-22T23:32:01Z</updated>
<entry>
<title>scripts/dowload.pl: add archive.apache.org to apache mirror list</title>
<updated>2019-12-22T23:32:01Z</updated>
<author>
<name>Jiri Kastner</name>
</author>
<published>2019-11-28T15:29:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=0c07224b5a3dbb3733432f97d68085d11bdb92d9'/>
<id>urn:sha1:0c07224b5a3dbb3733432f97d68085d11bdb92d9</id>
<content type='text'>
apache mirrors holds only latest releases, to download
older releases, one must use archive.apache.org to get
them.

Signed-off-by: Jiri Kastner &lt;cz172638@gmail.com&gt;
(cherry picked from commit dc34c695c4faa46efc6e2367a2ba06a47caa4840)
</content>
</entry>
<entry>
<title>scripts/dl_github_archive.py: fix python3 str, bytes confusion</title>
<updated>2019-11-04T11:12:23Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-11-04T11:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=5d6308ecaeaec303efe18ecabef93583bde6e3e4'/>
<id>urn:sha1:5d6308ecaeaec303efe18ecabef93583bde6e3e4</id>
<content type='text'>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
(cherry picked from commit d26738bc767f48d2dee7097cbfc6d07ffeee58fb)
</content>
</entry>
<entry>
<title>build: fix xconfig target</title>
<updated>2019-10-09T19:07:23Z</updated>
<author>
<name>leo chung</name>
</author>
<published>2019-09-20T05:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=53a6aa5164713c74570c4fbd28d56a75137dd00d'/>
<id>urn:sha1:53a6aa5164713c74570c4fbd28d56a75137dd00d</id>
<content type='text'>
`make xconfig` fails with following linking error of qconf binary:

 g++ -lQt5Widgets -lQt5Gui -lQt5Core -o qconf qconf.o zconf.tab.o
 /usr/bin/ld: qconf.o: in function ConfigList::metaObject() const': qconf.cc:(.text+0x3eb): undefined reference to QObjectData::dynamicMetaObject() const'
 /usr/bin/ld: qconf.o: in function `ConfigList::qt_metacast(char const*)': link error.

which is caused by the wrong order of the linked objects/libraries so
this patch reorders the linker's arguments which makes the qconf compile
again.

Signed-off-by: leo chung &lt;gewalalb@gmail.com&gt;
[commit subject and message tweaks, whitespace fix]
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit b2c55d50f8aeb21ef4cd3948034a158f7dd743c2)
</content>
</entry>
<entry>
<title>build: fix host menu config targets using ncurses</title>
<updated>2019-10-09T19:07:13Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2019-09-20T12:54:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f2c321fc078e5e210aac97216f26c8c97cd7b93d'/>
<id>urn:sha1:f2c321fc078e5e210aac97216f26c8c97cd7b93d</id>
<content type='text'>
On a recent Gentoo Linux installation, invoking `make menuconfig`, `make
kernel_menuconfig` or `make kernel_nconfig` in the build system fails,
whereas for example `make menuconfig` in the kernel tree alone works as
expected.

This is happening because STAGING_PREFIX is not defined when kernel's
{menu,n}config target calls pkg-config from the toolchain/host and thus
pkg-config returns an empty value, and the fallback values in the kernel
config script are applied but those are off and the linking fails.

Solution is to use system's pkg-config for all ncurses based menu config
targets in order to provide proper compiler/linker flags.

Ref: FS#2423
Cc: Thomas Albers &lt;thomas.gameiro@gmail.com&gt;
Tested-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
Tested-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
(cherry picked from commit 965f341aa9fdb6e07d509d02a6ca188af050292a)
</content>
</entry>
<entry>
<title>build: make device tree arg really optional in mkits.sh</title>
<updated>2019-10-09T18:44:50Z</updated>
<author>
<name>Johann Neuhauser</name>
</author>
<published>2019-09-16T09:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=830000855eb6ad0991ec943e8ec2fcd7670b0038'/>
<id>urn:sha1:830000855eb6ad0991ec943e8ec2fcd7670b0038</id>
<content type='text'>
If no device tree is given there is no node generated, but
the configuration does still include the name of the missing node.
This will result in a successful build fit image, but bootm does
throw a error message if we want to boot the bad configuration.

Signed-off-by: Johann Neuhauser &lt;jneuhauser@dh-electronics.com&gt;
(cherry picked from commit 205e0939f0a141a1524d94eaf84407ddcb6a1a09)
</content>
</entry>
<entry>
<title>scripts/feeds: fix accepting "-" in feed type string</title>
<updated>2019-09-15T17:55:00Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-09-15T17:53:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=169bb3d0cbbbfce3e0cec5ca99e40e6f9bb3650f'/>
<id>urn:sha1:169bb3d0cbbbfce3e0cec5ca99e40e6f9bb3650f</id>
<content type='text'>
Fixes a syntax error in processing the type src-git-full

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: fix 'src-include' directive</title>
<updated>2019-09-04T11:46:35Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2019-09-02T11:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=7c811372d823d627e4150ea3b4adcd57a5a2794a'/>
<id>urn:sha1:7c811372d823d627e4150ea3b4adcd57a5a2794a</id>
<content type='text'>
Commit 775b70f8d5df renamed parse_file() parameters without
updating the recursive call. This broke parsing of any feeds.conf
using 'src-include'.

 $ scripts/feeds update -a
 Can't use string ("defaults") as a HASH ref while "strict refs" in use at scripts/feeds line 63, &lt;$fh&gt; line 1.

Fixes: 775b70f8d5df ("scripts/feeds: allow adding parameters to feeds")
Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
(cherry picked from commit a21b70be31a9d8adda0ae65cc38d1b3b4b6680d4)
</content>
</entry>
<entry>
<title>Fix handling of BUILD_SUFFIX in remote-gdb script</title>
<updated>2019-09-04T11:46:18Z</updated>
<author>
<name>Thomas Langer</name>
</author>
<published>2019-08-22T12:21:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=76297c345489644a35349a52eb0adf7255de0e13'/>
<id>urn:sha1:76297c345489644a35349a52eb0adf7255de0e13</id>
<content type='text'>
When CONFIG_BUILD_SUFFIX is enabled, the target-* folders in build_dir
and staging_dir have this suffix in the name, but not the
toolchain directories. When detecting the names for "arch" and "libc",
also accept the suffix and do not use it for the toolchain path.

Signed-off-by: Thomas Langer &lt;thomas.langer@intel.com&gt;
(cherry picked from commit 035906fd05b2e5543cedd9471731043945fdcf13)
</content>
</entry>
<entry>
<title>scripts/feeds: allow adding parameters to feeds</title>
<updated>2019-09-04T11:43:51Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2019-08-28T13:21:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=34002d5c8bff7c3893058829c5ed23882e6be1d1'/>
<id>urn:sha1:34002d5c8bff7c3893058829c5ed23882e6be1d1</id>
<content type='text'>
this allows adding "--" prefixed parameters inside feeds.conf between the
target and name. The first parameter is --force which has the same effect
as using -f when installing any of the packages. This allows creating
feeds that will override base packages by default.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
(cherry picked from commit 775b70f8d5dfe9830aaf3b79fc8fb38c8148ee1f)
</content>
</entry>
<entry>
<title>download.pl: use https://source.openwrt.org</title>
<updated>2019-09-04T11:41:25Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-08-18T15:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=a929c1bad028ef71477685f1d71c2ded4f737d1a'/>
<id>urn:sha1:a929c1bad028ef71477685f1d71c2ded4f737d1a</id>
<content type='text'>
https://sources.lede-openwrt.org now redirects to there

https://downloads.openwrt.org/sources returns 404, so remove it here

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
(cherry picked from commit 0f3667864d5391c2d9ace63ccfc83ab270405cc9)
</content>
</entry>
</feed>
