Multiple sources are hosted on OpenWrts source server only. The source
URLs to point to the server vary based on different epochs in OpenWrts
history.
Replace all by @OPENWRT which is an "empty" mirror, therefore using the
fallback servers sources.cdn.openwrt.org and sources.openwrt.org.
Signed-o
On Sun, Jan 31, 2021 at 3:46 PM Hauke Mehrtens wrote:
>
> Hi Rosen,
>
> Are you planning to send a new version soon?
Sent.
>
> Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Remove stime backport.
Remove static libgcc patch as upstream fixed it with
BUSYBOX_DEFAULT_STATIC_LIBGCC which defauls to off.
Remove date -k patch as it no longer applies. It's also pointless as
busybox' hwclock utility can do the same thing.
Remove ntpd patch as that seems to have been applie
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-
The date -k patch is non standard and will be removed in the next
commit.
Tested behavior to be identical with a simple C program:
#define _GNU_SOURCE
#include
#include
#include
#include
int main()
{
struct timezone tt;
struct timezone tz;
int a = syscall(SYS_ge
Hi Rosen,
Are you planning to send a new version soon?
Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
Signed-off-by: Hauke Mehrtens
---
package/boot/uboot-envtools/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/boot/uboot-envtools/Makefile
b/package/boot/uboot-envtools/Makefile
index 5014b71ef67e..a9eccec0cec9 100644
--- a/package/boot/uboot-envtools/Mak
* The fit image is now created with 0666 permission in upstream U-Boot
remove our patch switch creates it with 0744
* The generated/autoconf.h file is created now as an empty file, it is
not needed to remove this include any more.
* Upstream lib/rsa/rsa-sign.c now includes stdlib.h instead of m
On Sun, Jan 31, 2021 at 3:45 PM W. Michael Petullo wrote:
>
> OpenWrt provides two snort packages: snort and snort3. Now that snort3 is
> out of beta, I would like to consider deprecating the snort package. One
> difficulty of maintaining both packages is that a different version of
> the libdaq p
The U-Boot build for more and more SoCs is using binman by default to
combine the images (SPL, U-Boot, ...). Binman is build from the U-Boot
project and it needs swig to build. We have multiple patches in OpenWrt
to remove this dependency from U-Boot, but it costs more and more time
to revert b
OpenWrt provides two snort packages: snort and snort3. Now that snort3 is
out of beta, I would like to consider deprecating the snort package. One
difficulty of maintaining both packages is that a different version of
the libdaq package is required for each. The two versions cannot coexist,
and thi
Hi,
I've just pushed this to my (brand new) staging tree:
https://git.openwrt.org/?p=openwrt/staging/zorun.git;a=shortlog;h=refs/heads/openwrt-19.07
If there are no objections, I will merge that in a couple of days.
Baptiste
On 24-01-21, Baptiste Jonglez wrote:
> Hi,
>
> I would like to ba
The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.
To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.--- Begin Message ---
Branch: refs/heads/master
Home
Paul Spooren kirjoitti 31.1.2021 klo 11.19:
On Sun, Jan 31, 2021 at 10:08, Hannu Nyman wrote:
Paul Spooren kirjoitti 30.1.2021 klo 23.54:
Multiple sources are hosted on OpenWrts source server only. The source
URLs to point to the server vary based on different epochs in OpenWrts
history. Uni
On Sun, Jan 31, 2021 at 10:08, Hannu Nyman wrote:
Paul Spooren kirjoitti 30.1.2021 klo 23.54:
Multiple sources are hosted on OpenWrts source server only. The
source
URLs to point to the server vary based on different epochs in
OpenWrts
history. Unify them to use always the new source CDN a
On 30.01.21 14:04, Petr Štetiar wrote:
Currently it's not possible to boot the device with just initramfs image
without additional effort as the initramfs image doesn't contain device tree.
Fix it by producing FIT based image which could be booted with following
commands:
setenv bootargs early
Paul Spooren kirjoitti 30.1.2021 klo 23.54:
Multiple sources are hosted on OpenWrts source server only. The source
URLs to point to the server vary based on different epochs in OpenWrts
history. Unify them to use always the new source CDN and HTTPS.
If the CDN fails, sources.o.o is used as a fal
17 matches
Mail list logo