> >> typo in title and missing "R" in name directly above.
Ack
>
> This script is for only your typical block devices, no MTD involved.
>
> > Looks like you should rather fix the logic setting
> > CONFIG_TARGET_IMAGE_PAD.
>
> This has been removed with
> https://git.openwrt.org/d03ef97c1b57b2b558
It breaks compilation on musl 1.2.0 as the syscall name changed.
According to one of the kernel developers working on removing the
settimeofday syscall, setting the kernel timezone is rather pointless:
https://github.com/systemd/systemd/issues/13305#issuecomment-520463236
The kernel generally onl
Buffalo LinkStation LS421DE is a dual bay NAS, based on Marvell Armada 370
Hardware:
SoC: Marvell 88F6707-A1
CPU: Cortex-A9 1200 MHz, 1 core
Flash: SPI-NOR 1 MiB, NAND 512 MiB
RAM: DDR3 512 MiB
Ethernet:1x 10/100/1000 Mbps
USB: 1x 2.0, 1x
Fixes compilation under musl 1.2.0
Signed-off-by: Rosen Penev
---
service.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/service.c b/service.c
index 97b6f91..f9d3b48 100644
--- a/service.c
+++ b/service.c
@@ -122,7 +122,7 @@ service_timeout(struct service *s)
time_
On Wed, Mar 25, 2020 at 4:27 PM Rosen Penev wrote:
>
> This was originally a patch for musl. It is not present in musl as it is a
> GNU extension.
>
> Place it here where it belongs.
>
> Signed-off-by: Rosen Penev
Funny. openembedded has the same patch:
https://github.com/kraj/meta-openwrt/blob/m
This was originally a patch for musl. It is not present in musl as it is a
GNU extension.
Place it here where it belongs.
Signed-off-by: Rosen Penev
---
libfstools/overlay.c | 4
1 file changed, 4 insertions(+)
diff --git a/libfstools/overlay.c b/libfstools/overlay.c
index 14214a3..39215d
SYS_clock_gettime is gone with musl 1.2.0. Switch to using the normal
function.
This was done back in the day when uClibc was used when librt was
separate.
Removed struct initialization since it gets written to right after.
Signed-off-by: Rosen Penev
---
v3: remove librt linking
v2: switch to
SYS_clock_gettime is gone with musl 1.2.0. Switched to the function.
Also fixed two format strings that fail as time_t is 64-bit with 1.2.0.
Signed-off-by: Rosen Penev
---
v3: no need for linking to librt
v2: switch to function
src/dhcpv6-ia.c | 8
src/odhcpd.c| 2 +-
2 files cha
Switched to the plain function instead of the now gone syscall.
Signed-off-by: Rosen Penev
---
v3: no need for linking to librt
v2: switched to function
system-linux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system-linux.c b/system-linux.c
index d533be8..d36d287 100
Switched to the plain function instead of the now gone syscall.
Added an rt link flag to fix compilation with glibc.
Signed-off-by: Rosen Penev
---
v2: switch to function
CMakeLists.txt | 2 +-
system-linux.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt
SYS_clock_gettime is gone with musl 1.2.0. Switched to the function.
Also fixed two format strings that fail as time_t is 64-bit with 1.2.0.
Added a link to librt as that is needed for glibc.
Signed-off-by: Rosen Penev
---
v2: switched to function
CMakeLists.txt | 2 +-
src/odhcpd.c | 2 +-
SYS_clock_gettime is gone with musl 1.2.0. Switch to using the normal
function.
This was done back in the day when uClibc was used when librt was
separate. Since only glibc is impacted now, this should be fine.
Added a link to rt just to be sure.
Signed-off-by: Rosen Penev
---
v2: Switched to
Wave-1:
* March 19, 2020: Fix problem where power-save was not enabled when going
off-channel to scan.
The problem was a boolean logic inversion in the chmgr
code, a regression I introduced
a long time ago.
* March 19, 2020: When scanning onl
I just pushed a fix for wave-1 firmware. This bug was exacerbated by
a firmware fix that made power-save work better. Firmware update email
coming next...
commit 3d173a471d3e583f2885ce68190c4387424cecc5 (HEAD -> master, origin/master)
Author: Ben Greear
Date: Wed Mar 25 13:57:07 2020 -0700
With the recent rework of the x86 image creation the f2fs/ext4 based
overlays dissappeared as their are not copied by default.
This patch enables the creation of rootfs files for ext4 and squashfs
and stores it next to the combined images.
Signed-off-by: Paul Spooren
---
v2:
* Use generic imag
Hello guys!!
So I found out the device boots on 19.07.2. Still, disabling the wan interface
seems to make the device unreachable.
this is the default /etc/config/network as built by generate_config.
config interface 'loopback'
option ifname 'lo'
option proto 'static'
op
Hello guys!
As a bonus, I found out the device runs fine in openwrt 19.07.2 (Linux version
4.14.171 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0
r10947-65030d81f3)) #0 Thu Feb 27 21:05:12 2020).
Any hints on where I may look are greatly apreciated!!
Enrico
___
> -Original Message-
> From: Piotr Dymacz [mailto:pep...@gmail.com]
> Sent: Mittwoch, 25. März 2020 15:08
> To: m...@adrianschmutzler.de; openwrt-devel@lists.openwrt.org
> Cc: Felix Fietkau ; Jo-Philipp Wich
> Subject: Re: [OpenWrt-Devel] [PATCH] target.mk: enable iwinfo by default
> with
Hi Daniel.
W dniu 25.03.2020 o 14:18, Daniel Golle pisze:
> Hi,
>
> On Wed, Mar 25, 2020 at 12:45:08PM +0100, m...@adrianschmutzler.de wrote:
>> Hi,
>>
>>> -Original Message-
>>> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
>>> On Behalf Of Paul Spooren
>>> Sent: M
Hi Paul.
W dniu 25.03.2020 o 05:58, Paul Spooren pisze:
> With the recent rework of the x86 image creation the f2fs/ext4 based
> overlays dissappeared as their are not copied by default.
>
> This commit follows the implementation of malta and armvirt to copy the
> overlays as well.
>
> Signed-of
Hello guys!!
I tried to flash a builtbot-built snapshot of OpenWRt to this small device. It
doesn't boot. I don't have serial console access so I am unable to report on
what's goin' on wrong here.
I have another WL-330N3G running on ramips kernel 4.14.101. can you help me out
in finding out po
Hi Adrian,
On 25.03.2020 12:21, m...@adrianschmutzler.de wrote:
Hi Piotr,
-Original Message-
From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
On Behalf Of Piotr Dymacz
Sent: Mittwoch, 25. März 2020 00:34
To: openwrt-devel@lists.openwrt.org
Subject: [OpenWrt-Devel] [
Hi,
On Wed, Mar 25, 2020 at 12:45:08PM +0100, m...@adrianschmutzler.de wrote:
> Hi,
>
> > -Original Message-
> > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> > On Behalf Of Paul Spooren
> > Sent: Mittwoch, 25. März 2020 08:07
> > To: openwrt-devel@lists.openwrt.o
Hi,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Paul Spooren
> Sent: Mittwoch, 25. März 2020 08:07
> To: openwrt-devel@lists.openwrt.org
> Cc: russ...@personaltelco.net
> Subject: [OpenWrt-Devel] [PATCH] x86: fix virutalbox squ
Sent from my iPhone
> On Mar 25, 2020, at 1:27 AM, Petr Štetiar wrote:
>
> Rosen Penev [2020-03-24 22:56:19]:
>
> Hi,
>
>> --- a/system-linux.c
>> +++ b/system-linux.c
>> @@ -59,6 +59,10 @@
>> #define IFA_FLAGS (IFA_MULTICAST + 1)
>> #endif
>>
>> +#ifndef __NR_clock_gettime
>> +#define __N
Hi Piotr,
> -Original Message-
> From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org]
> On Behalf Of Piotr Dymacz
> Sent: Mittwoch, 25. März 2020 00:34
> To: openwrt-devel@lists.openwrt.org
> Subject: [OpenWrt-Devel] [PATCH] target.mk: enable iwinfo by default with
> any wp
On Wed, Mar 25, 2020 at 9:27 AM Petr Štetiar wrote:
>
> Rosen Penev [2020-03-24 22:56:19]:
>
> Hi,
>
> > --- a/system-linux.c
> > +++ b/system-linux.c
> > @@ -59,6 +59,10 @@
> > #define IFA_FLAGS (IFA_MULTICAST + 1)
> > #endif
> >
> > +#ifndef __NR_clock_gettime
> > +#define __NR_clock_gettime
Hi Rosen e.a.
> Op 25 mrt. 2020, om 09:27 heeft Petr Štetiar het volgende
> geschreven:
>
> Rosen Penev [2020-03-24 22:56:19]:
>
> Hi,
>
>> --- a/system-linux.c
>> +++ b/system-linux.c
>> @@ -59,6 +59,10 @@
>> #define IFA_FLAGS (IFA_MULTICAST + 1)
>> #endif
>>
>> +#ifndef __NR_clock_gettime
Rosen Penev [2020-03-24 22:56:19]:
Hi,
> --- a/system-linux.c
> +++ b/system-linux.c
> @@ -59,6 +59,10 @@
> #define IFA_FLAGS (IFA_MULTICAST + 1)
> #endif
>
> +#ifndef __NR_clock_gettime
> +#define __NR_clock_gettime __NR_clock_gettime64
> +#endif
could you fix it by removing that probably
On Wed, Mar 25, 2020 at 09:02:34AM +0100, Petr Štetiar wrote:
> Nick Bowler [2020-03-24 21:14:51]:
>
> > On 2020-03-21, Daniel Golle wrote:
> > > On Wed, Mar 18, 2020 at 11:27:09PM -0400, Nick Bowler wrote:
> > >> This series enables packaging of the Linux hwmon, watchdog and gpio
> > >> drivers
Nick Bowler [2020-03-24 21:14:51]:
> On 2020-03-21, Daniel Golle wrote:
> > On Wed, Mar 18, 2020 at 11:27:09PM -0400, Nick Bowler wrote:
> >> This series enables packaging of the Linux hwmon, watchdog and gpio
> >> drivers that support multiple Fintek Super-IO chips. In particular,
> >> the Fin
The previous rework of x86 image creation broke the `vdi` images. ussell
Senior came up with this patch to fix the
padding.
Tested with x86/64 with Docker (squashfs), qemustart (ext4/squashfs) and
virtualbox (ext4/squashfs).
Signed-off-by: Paul Spooren
---
target/linux/x86/image/Makefile | 10
32 matches
Mail list logo