Previous git version was 1.0.7.
Switched to using tarballs for simplicity.
Fixed license information.
Signed-off-by: Rosen Penev
---
package/libs/libnetfilter-conntrack/Makefile | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/package/libs/libnetfilter
Switch to normal tarballs for simplicity.
Removed upstream patch.
Fixed license information.
Signed-off-by: Rosen Penev
---
package/libs/libnetfilter-queue/Makefile | 18 +--
.../patches/100-checksum_computation.patch| 113 --
2 files changed, 9 insertions(+), 122
On Sun, Nov 15, 2020 at 2:15 AM Hannu Nyman wrote:
>
> Notified by forum discussion, I noticed that lots of packages seem to fail to
> build in buildbot.
>
> Faillogs e.g. in
>
> *
> https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a15_neon-vfpv4/packages/
> * https://downloads.openwrt.
On Tue, Nov 17, 2020 at 3:16 PM Georgi Valkov wrote:
>
> Dear OpenWRT team,
>
> I just updated my laptop to macOS 11 Big Sur. Presently only the perl hostpkg
> package fails during the build. Once I get past perl, everything else
> compiles correctly. Below is a patch, workaround, and details fr
On Tue, Nov 17, 2020 at 2:15 PM Georgi Valkov wrote:
>
> Dear DENG Qingfang,
>
> Can you please take a moment to discuss the switch from mvsw61xx swconfig
> driver to DSA?
> While I like the simplicity of having lan1 lan2 lan3 lan4 wan interfaces for
> each port, there are a few important issues
On Tue, Nov 17, 2020 at 2:15 PM Georgi Valkov wrote:
>
> Dear DENG Qingfang,
>
> Can you please take a moment to discuss the switch from mvsw61xx swconfig
> driver to DSA?
> While I like the simplicity of having lan1 lan2 lan3 lan4 wan interfaces for
> each port, there are a few important issues
On Thu, Nov 19, 2020 at 4:40 PM Paul Spooren wrote:
>
> Hi all,
>
> DSA (Distributed Switch Architecture)[0] is a main feature of 20.xx and
> one of the last blockers for a branch. The goal states[1] support where
> possible, not necessarily every target.
>
> This mail thread should be used to get
On Thu, Nov 19, 2020 at 8:37 PM Rosen Penev wrote:
>
> On Thu, Nov 19, 2020 at 4:40 PM Paul Spooren wrote:
> >
> > Hi all,
> >
> > DSA (Distributed Switch Architecture)[0] is a main feature of 20.xx and
> > one of the last blockers for a branch. The goal state
on Linux or whatever environment you are using, and I will test it
> on macOS 11. I seem to be missing something, and it might take me a very long
> time to learn my way through, because I lack experience.
I don't maintain perl. That's https://github.com/pprindeville . CC'ed
>
^
/usr/include/bits/mathcalls.h:177:23: note: '__builtin_isinf' is a
builtin with type 'int ()'
/usr/include/bits/mathcalls.h:213:23: error: cannot redeclare builtin
function '__builtin_isnan'
__MATHDECL_ALIAS (int,isnan,, (_Mdouble_ __value), isnan)
It seems the Makefile wrongly picks up dist CC and matches on a clang
path.
Fixes:
mips-openwrt-linux-musl-gcc: error: unrecognized command-line option
'-Qunused-arguments'
Signed-off-by: Rosen Penev
---
package/libs/openssl/Makefile | 2 +-
package/li
No package in base relies on this library. This library will be moved
to packages where it is needed.
Signed-off-by: Rosen Penev
---
package/libs/libusb-compat/Makefile | 54 -
.../patches/001-fix-musl-stdint.patch | 185 --
2 files changed, 239 deletions
nerate
> - # no #file or #line directives
> - my ($linux_errno_h) = grep { -e $_ } map { "$_/errno.h" }
> -- "$sysroot/usr/include", "$sysroot/usr/local/include",
> -+ "$sysroot/usr/include", "$sysroot/usr/l
Without this, cmake will use whatever CC/CXX is set to, which could be
clang. In that case, at least libjson-c/host will fail to compile.
Signed-off-by: Rosen Penev
---
include/cmake.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/cmake.mk b/include/cmake.mk
index fec6da22ef
Fixes compilation with musl 1.2.x.
Signed-off-by: Rosen Penev
---
package/devel/binutils/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/devel/binutils/Makefile b/package/devel/binutils/Makefile
index 9f7a0724f4..23f1ea9c25 100644
--- a/package/devel
Added PKG_INSTALL to avoid using an explicit define Build/Compile
Added PKG_BUILD_PARALLEL for faster compilation.
Removed TARGET_CLAFGS. They are no longer necessary.
fPIC is default now. So is gnu99. -DUSE_DOS is a hack to include old
and mostly unused conversions.
Signed-off-by: Rosen Penev
On Thu, Nov 26, 2020 at 12:19 AM Petr Štetiar wrote:
>
> Rosen Penev [2020-07-11 11:20:15]:
>
> Hi,
>
> > Added patch to fix compilation with gcc10.
> >
> > Fixed license information.
> >
> > Fix ABI_VERSION.
>
> possibly another candidate for
This will be moved to the packages feed as nothing here uses it.
Signed-off-by: Rosen Penev
---
package/libs/libroxml/Makefile | 48 --
1 file changed, 48 deletions(-)
delete mode 100644 package/libs/libroxml/Makefile
diff --git a/package/libs/libroxml/Makefile
> In order to get this working we need to export HOSTCXX_NOCACHE in
> rules.mk as well.
That's annoying. I didn't know ccache was used with host packages.
>
> Fixes: f98878e4c17d ("cmake.mk: set C/CXX compiler for host builds as well")
> Reported-by: A
Nothing in base uses this. This will be moved to packages where it is
used.
Signed-off-by: Rosen Penev
---
package/libs/libnetfilter-queue/Makefile | 71 ---
.../patches/100-checksum_computation.patch| 113 --
2 files changed, 184 deletions(-)
delete mode
Update to musl 1.2.0 removes sgidefs.h. This causes various compilation
issues. Add patches from openembedded to fix.
Remove uClibc-ng patch. The bug was actually with libstdc++ which was
fixed in 1647790ae6202bd70b199e2aa44f8eb43e8d3af1
Signed-off-by: Rosen Penev
---
package/devel/gdb
conntrack was moved to packages where this is used. This will be moved
there as well.
Signed-off-by: Rosen Penev
---
package/libs/libnetfilter-cttimeout/Makefile | 72
1 file changed, 72 deletions(-)
delete mode 100644 package/libs/libnetfilter-cttimeout/Makefile
diff
ulogd in the packages feed is the only user of this. It will be moved
there.
Signed-off-by: Rosen Penev
---
package/libs/libnetfilter-log/Makefile| 75
...ecessary-pkgconfig-config.status-dep.patch | 25
...d-remove-unused-lines-in-Makefile.am.patch | 24
conntrack was moved to packages where this is used. This will be moved
there as well.
Signed-off-by: Rosen Penev
---
package/libs/libnetfilter-cthelper/Makefile | 72 -
1 file changed, 72 deletions(-)
delete mode 100644 package/libs/libnetfilter-cthelper/Makefile
diff
andled by clang:
>
> mips-openwrt-linux-musl-gcc: error: unrecognized command-line option
> '-Qunused-arguments'
>
> Signed-off-by: Eneas U de Queiroz
Tested-by: Rosen Penev
>
> ---
> neheb, or anyone else affected, please test this patch to see if what
>
Out of curiosity, I ran ldd on every library and binary on my router.
Some of them have problems.
Error relocating /lib/libblkid-tiny.so: md5_begin: symbol not found
Error relocating /lib/libblkid-tiny.so: md5_hash: symbol not found
Error relocating /lib/libblkid-tiny.so: md5_end: symbol not found
Helps to see what actually gets installed.
Signed-off-by: Rosen Penev
---
package/libs/libusb/Makefile | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index acd1baf42c..fc6556326d 100644
--- a/package/libs
Signed-off-by: Rosen Penev
---
package/libs/libusb/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index 6ce33d3f86..f3c81bca44 100644
--- a/package/libs/libusb/Makefile
+++ b/package/libs/libusb
Reordered for consistency between packages.
Fixed license information.
Change PKG_BUILD_PARALLEL to 1. This is no longer a problem.1
Signed-off-by: Rosen Penev
---
package/libs/libusb/Makefile | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/libs/libusb
This will be moved to packages.
Signed-off-by: Rosen Penev
---
.../services/openvpn-easy-rsa/Makefile| 69 ---
.../files/openvpn-easy-rsa.upgrade| 1 -
.../patches/101-static_EASYRSA.patch | 22 --
3 files changed, 92 deletions(-)
delete mode
This will be moved to packages.
Signed-off-by: Rosen Penev
---
.../services/openvpn/Config-mbedtls.in| 58 ---
.../network/services/openvpn/Config-nossl.in | 50 --
.../services/openvpn/Config-openssl.in| 62 ---
package/network/services/openvpn/Makefile | 158
This is not used by any package in base. It will be moved to packages.
Signed-off-by: Rosen Penev
---
package/libs/lzo/Makefile | 61 ---
1 file changed, 61 deletions(-)
delete mode 100644 package/libs/lzo/Makefile
diff --git a/package/libs/lzo/Makefile b
, this will be moved to
packages-abandoned to keep it somewhere.
Signed-off-by: Rosen Penev
---
package/libs/libcxx/Makefile | 66 --
package/libs/libcxx/files/g++-libcxx | 19 --
package/libs/libcxx/patches/010-ssp.patch| 13
package/libs/libcxxabi
, this will be moved to
packages-abandoned to keep it somewhere.
Signed-off-by: Rosen Penev
---
v2: remove extra config stuff
config/Config-build.in | 4 --
include/uclibc++.mk | 12 +---
package/libs/libcxx/Makefile | 66
Updated ABI_VERSION.
Switched PKG_BUILD_PARALLEL on as there seems to be no issue anymore.
I can't find any information about why it was turned off.
Fixed license information.
Signed-off-by: Rosen Penev
---
package/libs/nettle/Makefile | 12 ++--
1 file changed, 6 insertions(
Because of the patch removing LZO support, LZO as a build dependency is
not needed.
zlib is a build dependency of util-linux. Might as well remove.
Signed-off-by: Rosen Penev
---
package/utils/mtd-utils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/utils
On Sun, Nov 1, 2020 at 6:13 PM wrote:
>
> From: Pan Chen
>
> free memory of bio method when ustream be freed
>
> Signed-off-by: Pan Chen
> ---
> openssl_bio_compat.h | 7 +++
> ustream-io-openssl.c | 1 +
> 2 files changed, 8 insertions(+)
>
> diff --git a/openssl_bio_compat.h b/openssl_bio
Removed upstream patch.
Refreshed other ones.
Signed-off-by: Rosen Penev
---
package/utils/util-linux/Makefile | 6 ++---
.../patches/003-fix_pkgconfig_files.patch | 2 +-
.../util-linux/patches/200-musl-1.2.x.patch | 26 ---
3 files changed, 4 insertions
Cleanup Makefile for consistency with other ones.
Remove PKG_SSP. It can be fixed with -lssp_nonshared.
Add PKG_BUILD_PARALLEL for faster compilation.
Add zlib dependency. 1.5.0 requires it now.
Refresh patches.
Signed-off-by: Rosen Penev
---
package/libs/libunwind/Makefile
The paths are pointing to OS paths, not OpenWrt ones. Use SED line from
libpng to fix and adjust accordingly.
This may allow certain packages that use the config file to pick up pcre.
Signed-off-by: Rosen Penev
---
package/libs/pcre/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion
On Thu, Dec 10, 2020 at 7:44 AM Petr Štetiar wrote:
>
> Let's enforce additional automatic checks enforced by the compiler in
> order to catch possible errors during compilation.
>
> Signed-off-by: Petr Štetiar
> ---
> CMakeLists.txt | 8 +++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
pcap-config as installed is using OS paths instead of OpenWrt ones.
Take fix from libpng and adjust as needed.
This problem seems to occur on Arch Linux and not on Debian/Fedora
based distros. No idea why.
Remove CMAKE_INSTALL as there is now an InstallDev section.
Signed-off-by: Rosen Penev
.
Signed-off-by: Rosen Penev
---
package/network/utils/tcpdump/Makefile| 27 +-
.../002-remove_static_libpcap_check.patch | 92 ---
2 files changed, 4 insertions(+), 115 deletions(-)
delete mode 100644
package/network/utils/tcpdump/patches/002
On Tue, Dec 15, 2020 at 5:14 PM Hauke Mehrtens wrote:
>
> On 12/16/20 1:21 AM, Paul Spooren wrote:
> >
> >
> > On Mi, Dez 16, 2020 at 00:24, Hauke Mehrtens wrote:
> >> GCC was used in 17.01 as the default compiler the last time. We do not
> >> test this old GCC version any more and there are some
On Tue, Dec 15, 2020 at 6:31 PM Paul Spooren wrote:
>
> Hi,
>
> I've seen two patches for version raises of build requirements and
> would like to know if we should merge them before or after 20.x.
>
> make: 3.81.x -> 4.1.x
> gcc: 4.8 -> 6.x
The issue is with EL7. That would break the ability to c
On Tue, Dec 15, 2020 at 9:26 PM Petr Štetiar wrote:
>
> Rosen Penev [2020-12-15 19:03:55]:
>
> Hi,
>
> > The issue is with EL7. That would break the ability to compile.
>
> this is moot argument[1]:
>
> [root@9bb9a267fbb6 build]# cat /etc/redhat-release
>
On Wed, Dec 16, 2020 at 4:34 AM Yousong Zhou wrote:
>
> On Wed, 16 Dec 2020 at 13:11, Petr Štetiar wrote:
> >
> > Paul Spooren [2020-12-15 16:26:14]:
> >
> > Hi,
> >
> > > I've seen two patches for version raises of build requirements and would
> > > like to know if we should merge them before o
Remove upstreamed patch.
Signed-off-by: Rosen Penev
---
tools/pkgconf/Makefile| 4 +--
...move-version-to-modversion-remapping.patch | 36 ---
2 files changed, 2 insertions(+), 38 deletions(-)
delete mode 100644
tools/pkgconf/patches/0001-cli-remove
On Thu, Dec 17, 2020 at 1:57 PM Ansuel Smith wrote:
>
> Hello I can't currently compile openwrt on my system.
> The error is this
> https://gist.github.com/Ansuel/b5a6574ea912d56e8697984154d0ba42
>
> Any idea why ? I have a very recent system with latest package (ubuntu
> devel branch)
Because you
On Thu, Dec 17, 2020 at 3:05 PM Ansuel Smith wrote:
>
> >
> > On Thu, Dec 17, 2020 at 1:57 PM Ansuel Smith wrote:
> > >
> > > Hello I can't currently compile openwrt on my system.
> > > The error is this
> > > https://gist.github.com/Ansuel/b5a6574ea912d56e8697984154d0ba42
> > >
> > > Any idea wh
On Thu, Dec 17, 2020 at 3:09 PM wrote:
>
> > On Thu, Dec 17, 2020 at 3:05 PM Ansuel Smith wrote:
> > >
> > > >
> > > > On Thu, Dec 17, 2020 at 1:57 PM Ansuel Smith
> > wrote:
> > > > >
> > > > > Hello I can't currently compile openwrt on my system.
> > > > > The error is this
> > > > > https://g
On Thu, Dec 17, 2020 at 4:13 PM wrote:
>
>
>
> > -Messaggio originale-
> > Da: Ansuel Smith
> > Inviato: venerdì 18 dicembre 2020 00:59
> > A: OpenWrt Development List
> > Cc: Ansuel Smith
> > Oggetto: [PATCH] tools: zlib: fix broken compile with ccache enabled
> >
> > If ccache is enab
It seems to cause issues with zlib.
This matches behavior with other tools in the tools/ directory.
Signed-off-by: Rosen Penev
---
tools/zlib/Makefile | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tools/zlib/Makefile b/tools/zlib/Makefile
index 279851f758..bb7c15cce7
On Thu, Dec 17, 2020 at 5:15 PM wrote:
>
> > On Thu, Dec 17, 2020 at 4:13 PM wrote:
> > >
> > >
> > >
> > > > -Messaggio originale-
> > > > Da: Ansuel Smith
> > > > Inviato: venerdì 18 dicembre 2020 00:59
> > > > A: OpenWrt Development List
> > > > Cc: Ansuel Smith
> > > > Oggetto: [PA
external
usr time 53.29 secs 595.00 micros 53.29 secs
sys time 10.99 secs 40.00 micros 10.99 secs
Signed-off-by: Rosen Penev
---
tools/libressl/Makefile | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/tools/libressl/Makefile b/tools/libressl
Signed-off-by: Rosen Penev
---
tools/libressl/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile
index 0cc26a930c..dbd8ca4d1a 100644
--- a/tools/libressl/Makefile
+++ b/tools/libressl/Makefile
@@ -8,8 +8,8
On Fri, Dec 18, 2020 at 1:43 AM Hannu Nyman wrote:
>
> Rosen Penev kirjoitti 18.12.2020 klo 3.25:
> > On Thu, Dec 17, 2020 at 5:15 PM wrote:
> >>> On Thu, Dec 17, 2020 at 4:13 PM wrote:
> >>>>
> >>>>
> >>>>> -Messag
#commitcomment-45228331
Signed-off-by: Rosen Penev
---
include/cmake.mk | 39 +++
1 file changed, 15 insertions(+), 24 deletions(-)
diff --git a/include/cmake.mk b/include/cmake.mk
index 0a20530a16..cff62fb535 100644
--- a/include/cmake.mk
+++ b/include/cmake.mk
Upstream switched to building with CMake. Adjust accordingly.
Reapplied patch as upstream changed the file format.
Added HOST_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev
---
tools/ccache/Makefile | 13 +
tools/ccache/patches/100-honour
On Fri, Dec 18, 2020 at 1:38 AM Petr Štetiar wrote:
>
> Hi,
>
> I'm really sorry for the previous email hiccup :-)
>
> Anyway, I just wanted to make you aware, that there is a plan to do a next
> 19.07.6 release somewhere in January 2021 around Tuesday 19th.
>
> So feel free to suggest backport/fi
Fixes dead symlink under InstallDev.
Signed-off-by: Rosen Penev
---
package/system/ca-certificates/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/system/ca-certificates/Makefile
b/package/system/ca-certificates/Makefile
index ca3756b34d..62a7d57e85
On Tue, Dec 22, 2020 at 1:50 AM Petr Štetiar wrote:
>
> `which` utility is not shipped by default for example on recent Arch
> Linux and then any steps relying on its presence fails, like for example
> following Python3 prereq build check:
Funny. I have a different error on my barebones Manjaro VM
On Tue, Dec 22, 2020 at 2:18 AM Petr Štetiar wrote:
>
> Rosen Penev [2020-12-19 19:11:48]:
>
> Hi,
>
> > Fixes dead symlink under InstallDev.
>
> where is that dead symlink?
It's not on the installed device. It's under InstallDev.
find staging_dir/tar
Upstream switched to building with CMake. Adjust accordingly.
Reapplied patch as upstream changed the file format.
Added HOST_BUILD_PARALLEL for faster compilation.
Added cmake tool dependency.
Adjusted dependent tools to use NOCACHE as they are needed to build
ccache.
Signed-off-by: Rosen
Upstream switched to building with CMake. Adjust accordingly.
Reapplied patch as upstream changed the file format.
Added HOST_BUILD_PARALLEL for faster compilation.
Added cmake tool dependency.
Adjusted dependent tools to use NOCACHE as they are needed to build
ccache.
Signed-off-by: Rosen
On Tue, Dec 22, 2020 at 11:53 PM Hannu Nyman wrote:
>
> Rosen Penev kirjoitti 23.12.2020 klo 8.33:
> > Upstream switched to building with CMake. Adjust accordingly.
> >
> > Reapplied patch as upstream changed the file format.
> >
> > Added HOST_BUILD_PARALLEL f
needed to build
ccache.
Signed-off-by: Rosen Penev
---
v4: fixed circular dependencies
v3: zstd was missing in the commit for some reason
v2: fix compilation issues without OS tools.
tools/Makefile | 3 ++-
tools/ccache/Makefile | 17
On Wed, Dec 23, 2020 at 12:28 AM Felix Fietkau wrote:
>
>
> On 2020-12-23 09:14, Rosen Penev wrote:
> > On Tue, Dec 22, 2020 at 11:53 PM Hannu Nyman wrote:
> >>
> >> Rosen Penev kirjoitti 23.12.2020 klo 8.33:
> >> > Upstream switch
On Wed, Dec 23, 2020 at 6:54 AM Hauke Mehrtens wrote:
>
> Hi,
>
> ARC was switched from uClibc to glibc here:
> https://git.openwrt.org/95f1002acab574c24ad78f4453f091bf5a6731c7
> uClibc support was removed from OpenWrt in the next commit.
>
> It looks like arc700 is not supported by glibc 2.32, on
On Wed, Dec 23, 2020 at 8:40 PM Alexey Brodkin
wrote:
>
> Hi Rosen, Hauke!
>
> > On Wed, Dec 23, 2020 at 6:54 AM Hauke Mehrtens wrote:
> > >
> > > Hi,
> > >
> > > ARC was switched from uClibc to glibc here:
> > > https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=95f1002acab574c24ad78f
glibc does not officially support ARC700 so this adds the missing
pieces. I looked at uClibc-ng and a patch by Synopsis for glibc.
ran make toolchain/glibc/refresh to clean up fuzz.
Signed-off-by: Rosen Penev
---
toolchain/glibc/common.mk | 2 +-
...use-of-DES-encryption
pkgconf uses libpkgconf. disabling shared libraries makes it be linked
statically. Helps to avoid issues regarding finding the library with a
wrong rpath. Nothing uses libpkgconf anyway.
Signed-off-by: Rosen Penev
---
tools/pkgconf/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a
json-c is missing.
Signed-off-by: Rosen Penev
---
CMakeLists.txt | 7 ++-
blobmsg_json.c | 6 +-
jshn.c | 6 +-
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a1b7d5..34a98bd 100644
--- a/CMakeLists.txt
+++ b/CMakeList
On Sat, Dec 26, 2020 at 11:50 AM Hans Dedecker wrote:
>
> Hi,
>
> On Fri, Dec 25, 2020 at 1:37 AM Rosen Penev wrote:
> >
> > glibc does not officially support ARC700 so this adds the missing
> > pieces. I looked at uClibc-ng and a patch by Synopsis for glibc.
&g
On Mon, Dec 28, 2020 at 1:49 PM Hauke Mehrtens wrote:
>
> On 12/25/20 2:01 AM, Rosen Penev wrote:
> > pkgconf uses libpkgconf. disabling shared libraries makes it be linked
> > statically. Helps to avoid issues regarding finding the library with a
> > wrong rpath. Nothin
On Tue, Dec 29, 2020 at 9:53 AM Eneas U de Queiroz
wrote:
>
> This version fixes a large number of bugs, although no security
> vulnerabilities are listed.
>
> Full changelog at:
> https://www.wolfssl.com/docs/wolfssl-changelog/
> or, as part of the version's README.md:
> https://github.com/wolfSS
kdump was removed in 7acd257ae67b4ca94f8c23cb8bda0ee0709b9216
gdb can be used as an alternative.
Remove autoreconf. It's not needed as the configure files are already
generated.
Remove upstreamed patch.
Signed-off-by: Rosen Penev
---
package/boot/kexec-tools/Makefile
Fixed license information.
Adjusted Makefile to new install paths.
Backported upstream patch to fix compilation with musl. Replaces local
and incomplete patch.
Signed-off-by: Rosen Penev
---
package/devel/trace-cmd/Makefile | 22 ++--
.../devel/trace-cmd/patches/100-musl.patch
This package is not needed in base. It will be imported in the packages
feed.
Signed-off-by: Rosen Penev
---
package/utils/usbutils/Makefile | 60 -
1 file changed, 60 deletions(-)
delete mode 100644 package/utils/usbutils/Makefile
diff --git a/package/utils
On Tue, Dec 29, 2020 at 8:12 PM Paul Spooren wrote:
>
>
>
> On Di, Dez 29, 2020 at 19:35, Rosen Penev wrote:
> > This package is not needed in base. It will be imported in the
> > packages
> > feed.
> >
> > Signed-off-by: Rosen Penev
> > ---
>
On Wed, Dec 30, 2020 at 1:03 AM Bjørn Mork wrote:
>
> Rosen Penev writes:
>
> > I have git send-email preset to send stuff to this email address. I
> > usually don't CC anyone.
>
> I don't understand what "maintainer" means in an OpenWrt context..
On Fri, Jan 1, 2021 at 7:02 PM Philip Prindeville
wrote:
>
> Just because GDB can be used as an alternative, it’s not clear that we should
> force people into that.
...the code is gone.
>
>
>
> > On Dec 29, 2020, at 5:05 PM, Rosen Penev wrote:
>
r'
ld: usr/lib/liblua.so: undefined reference to `dlsym'
Signed-off-by: Rosen Penev
---
package/utils/lua/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/utils/lua/Makefile b/package/utils/lua/Makefile
index 3cdb2bcdb6..a54ef7d25a 100644
---
p;tt);
int b = gettimeofday(NULL, &tz);
printf("%d - %d, %d\n", a, tt.tz_minuteswest, tt.tz_dsttime);
printf("%d - %d, %d\n", b, tz.tz_minuteswest, tz.tz_dsttime);
}
Signed-off-by: Rosen Penev
---
package/base-files/files/etc/init.d/system | 2 +-
The first two are useless as /bin/sh can execute those scripts just
fine. Shellcheck reports no problems.
Telnet patch is useless as telnet is no longer used in OpenWrt.
Signed-off-by: Rosen Penev
---
package/utils/busybox/patches/100-trylink_bash.patch | 8
.../busybox/patches/101
have been applied upstream.
Refresh patches.
Signed-off-by: Rosen Penev
---
package/utils/busybox/Makefile| 6 +-
.../001-remove-stime-function-calls.patch | 84 -
.../patches/110-no_static_libgcc.patch| 11 ---
.../busybox/patches/120-lto-jobserver.pa
Helps to see what actually gets installed.
Signed-off-by: Rosen Penev
---
package/libs/libusb/Makefile | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index d8380ee67d..e931536339 100644
--- a/package/libs
Signed-off-by: Rosen Penev
---
package/libs/libusb/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile
index 6ce33d3f86..26f7360166 100644
--- a/package/libs/libusb/Makefile
+++ b/package/libs/libusb
Reordered for consistency between packages.
Fixed license information.
Change PKG_BUILD_PARALLEL to 1. This is no longer a problem.1
Signed-off-by: Rosen Penev
---
package/libs/libusb/Makefile | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/libs/libusb
Fix license information.
Signed-off-by: Rosen Penev
---
package/utils/f2fs-tools/Makefile | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/package/utils/f2fs-tools/Makefile
b/package/utils/f2fs-tools/Makefile
index 1decfd7ae7..0d243302c2 100644
--- a/package
Fix license information.
Signed-off-by: Rosen Penev
---
package/libs/gmp/Makefile | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libs/gmp/Makefile b/package/libs/gmp/Makefile
index 4ea69019f6..eb7d808139 100644
--- a/package/libs/gmp/Makefile
+++ b/package
Fix license.
Signed-off-by: Rosen Penev
---
package/libs/readline/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile
index e0204104c5..d41a6d74f4 100644
--- a/package/libs/readline/Makefile
+++ b
Refreshed and rebased patches.
Signed-off-by: Rosen Penev
---
package/libs/elfutils/Makefile| 4 +--
...cliude-asm-ptrace.h-for-pt_regs-defi.patch | 5
.../patches/003-libintl-compatibility.patch | 4 +--
.../patches/005-build_only_libs.patch | 6
Fix license information.
Fix wrong ABI version. The library is versioned as libnftnl.so.11.4.0
Add PKG_BUILD_PARALLEL for faster compilation.
Remove autoreconf as nothing is being patched.
Minor cleanups for consistency between packages.
Signed-off-by: Rosen Penev
---
package/libs/libnftnl
Remove upstream backports.
Signed-off-by: Rosen Penev
---
package/libs/libevent2/Makefile | 6 +--
...-Add-missing-file-Uninstall.cmake.in.patch | 45 ---
...Uninstall.cmake.in-into-dist-archive.patch | 25 ---
3 files changed, 3 insertions(+), 73
Signed-off-by: Rosen Penev
---
package/libs/mbedtls/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libs/mbedtls/Makefile b/package/libs/mbedtls/Makefile
index 27f50f8dde..0367b61a4c 100644
--- a/package/libs/mbedtls/Makefile
+++ b/package/libs/mbedtls
le it is deprecated, the codepath is never
taken. /sys/bus/usb/devices is checked before hand. If it exists, the
function does stuff and returns. Additionally, this path is used
elsewhere in the code.
Refresh other patches.
Signed-off-by: Rosen Penev
---
package/libs/libpcap/Mak
On Sun, Jan 3, 2021 at 5:07 PM Hauke Mehrtens wrote:
>
> On 1/4/21 1:24 AM, Rosen Penev wrote:
> > Remove stime backport.
> >
> > Remove static libgcc patch as upstream fixed it in a different way.
> >
> > Remove date -k patch as it no longer applies. It'
(SYS_gettimeofday, NULL, &tt);
int b = gettimeofday(NULL, &tz);
printf("%d - %d, %d\n", a, tt.tz_minuteswest, tt.tz_dsttime);
printf("%d - %d, %d\n", b, tz.tz_minuteswest, tz.tz_dsttime);
}
Signed-off-by: Rosen Penev
---
v2: moved patch to the
The first two are useless as /bin/sh can execute those scripts just
fine. Shellcheck reports no problems.
Telnet patch is useless as telnet is no longer used in OpenWrt.
Signed-off-by: Rosen Penev
---
package/utils/busybox/patches/100-trylink_bash.patch | 8
.../busybox/patches/101
1 - 100 of 972 matches
Mail list logo