Re: [PATCH 1/2] realtek: Use firewall4

2022-02-28 Thread Petr Štetiar
Hauke Mehrtens [2022-02-28 22:37:29]: > The realtek target is not a router, but basic device, see DEVICE_TYPE. > The basic device type does not come with firewall by default, see > include/target.mk for details. The realtek target extended > DEFAULT_PACKAGES manually with firewall. > > This

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Rosen Penev
On Mon, Feb 28, 2022 at 8:17 AM Stijn Tintel wrote: > > On 28/02/2022 16:16, Ansuel Smith wrote: > >> On 27/02/2022 17:20, Ansuel Smith wrote: > >>> > > From: Tony Ambardar > > dwarves is a set of tools that use the debugging information inserted in > ELF binaries by

OpenWrt 19.07.9 service release

2022-02-28 Thread Hauke Mehrtens
Hi, The OpenWrt community is proud to announce the newest service release of OpenWrt 19.07. It fixes security issues, improves device support, and brings a few bug fixes. We recently moved our bugs to GitHub, please report issues over there (after checking that nobody else posted the same

Re: [PATCH 1/2] realtek: Use firewall4

2022-02-28 Thread Hauke Mehrtens
On 2/28/22 23:00, Sander Vanheule wrote: Hi Hauke, On Mon, 2022-02-28 at 22:37 +0100, Hauke Mehrtens wrote: The realtek target is not a router, but basic device, see DEVICE_TYPE. The basic device type does not come with firewall by default, see include/target.mk for details. The realtek target

Re: [PATCH 1/2] realtek: Use firewall4

2022-02-28 Thread Sander Vanheule
Hi Hauke, On Mon, 2022-02-28 at 22:37 +0100, Hauke Mehrtens wrote: > The realtek target is not a router, but basic device, see DEVICE_TYPE. > The basic device type does not come with firewall by default, see > include/target.mk for details. The realtek target extended > DEFAULT_PACKAGES manually

[PATCH 2/2] realtek: Fix tc default package

2022-02-28 Thread Hauke Mehrtens
The tc package does not exits any more, it was split into tc-tiny and tc-full. Include tc-tiny by default into realtek images. This increases the compressed image size by about 260KBytes. Signed-off-by: Hauke Mehrtens --- target/linux/realtek/Makefile | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 1/2] realtek: Use firewall4

2022-02-28 Thread Hauke Mehrtens
The realtek target is not a router, but basic device, see DEVICE_TYPE. The basic device type does not come with firewall by default, see include/target.mk for details. The realtek target extended DEFAULT_PACKAGES manually with firewall. This changes the defaults to take firewall4 and nftables

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Stijn Tintel
On 28/02/2022 16:16, Ansuel Smith wrote: >> On 27/02/2022 17:20, Ansuel Smith wrote: >>> > From: Tony Ambardar dwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC. Utilities in the dwarves suite include pahole,

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Ansuel Smith
> > On 27/02/2022 17:20, Ansuel Smith wrote: > > > > >> From: Tony Ambardar > >> > >> dwarves is a set of tools that use the debugging information inserted in > >> ELF binaries by compilers such as GCC. Utilities in the dwarves suite > >> include pahole, which can be used to find alignment holes

Re: ubifs: handling dirty data (writing back) + power cuts

2022-02-28 Thread Rafał Miłecki
On 25.02.2022 15:17, Rafał Miłecki wrote: My actual problem is related to ubifs behaviour for power cuts happening between 5 and 35 seconds after saving a file: date > /mount/ubifs/test.txt && sleep 15 && echo CUT POWER *NOW* On the next boot test.txt exists but it's EMPTY (file size 0). For

Re: [PATCH 19.07] feeds.conf.default: remove freifunk feed

2022-02-28 Thread Nick
On 2/28/22 10:04, Paul Spooren wrote: Anyway, if the Freifunk community itself finds it to be useless, let’s drop it. I don't think it's useless to combine Freifunk and OpenWrt. I don't know why people pulled for example the freifunk luci mod out of OpenWrt Luci Feed. Now we don't benefit

Re: [PATCH] image: let mksquashfs4 use all processors

2022-02-28 Thread Paul Spooren
> On 28. Feb 2022, at 12:35, Stijn Tintel wrote: > > On 28/02/2022 13:22, Paul Spooren wrote: >> Hi team, >> >>> On 19. Feb 2022, at 19:21, Phillip Lougher >>> wrote: >>> >>> On Sat, Feb 19, 2022 at 4:01 PM Felix Fietkau wrote: On 19.02.22 16:54, Stijn Tintel wrote: > Drop the

Re: [PATCH] image: let mksquashfs4 use all processors

2022-02-28 Thread Stijn Tintel
On 28/02/2022 13:22, Paul Spooren wrote: > Hi team, > >> On 19. Feb 2022, at 19:21, Phillip Lougher wrote: >> >> On Sat, Feb 19, 2022 at 4:01 PM Felix Fietkau wrote: >>> On 19.02.22 16:54, Stijn Tintel wrote: Drop the -processors argument from the mksquashfs4 call, so it will use all

Re: [PATCH] image: let mksquashfs4 use all processors

2022-02-28 Thread Paul Spooren
Hi team, > On 19. Feb 2022, at 19:21, Phillip Lougher wrote: > > On Sat, Feb 19, 2022 at 4:01 PM Felix Fietkau wrote: >> >> On 19.02.22 16:54, Stijn Tintel wrote: >>> Drop the -processors argument from the mksquashfs4 call, so it will use >>> all available processors. This dramatically

Re: [PATCH 2/6] tools/dwarves: add host package

2022-02-28 Thread Stijn Tintel
On 27/02/2022 17:20, Ansuel Smith wrote: > > >> From: Tony Ambardar >> >> dwarves is a set of tools that use the debugging information inserted in >> ELF binaries by compilers such as GCC. Utilities in the dwarves suite >> include pahole, which can be used to find alignment holes in structs and

Re: [PATCH 19.07] feeds.conf.default: remove freifunk feed

2022-02-28 Thread Paul Spooren
Hi > On 27. 02. 22 15:29, Paul Spooren wrote: >> Isn’t it bad to backport package (or even feed) removal? > > This feed was removed before OpenWrt 21.02-rc1 was released, but it was you, > Paul, who asked if it could be backported to OpenWrt 19.07 based on this > comment [1], and a few days

Re: [PATCH] firmware-utils: fix compilation with macOS

2022-02-28 Thread Paul Spooren
> On 28. Feb 2022, at 09:51, Rosen Penev wrote: > > On Mon, Feb 28, 2022 at 12:43 AM Paul Spooren wrote: >> >> >> >>> On 28. Feb 2022, at 08:34, Rosen Penev wrote: >>> >>> __bswap_32 is a GNU extension. >>> >>> Signed-off-by: Rosen Penev >>> — >> >> Seems to fix the compile issue on

Re: [PATCH] firmware-utils: fix compilation with macOS

2022-02-28 Thread Rosen Penev
On Mon, Feb 28, 2022 at 12:43 AM Paul Spooren wrote: > > > > > On 28. Feb 2022, at 08:34, Rosen Penev wrote: > > > > __bswap_32 is a GNU extension. > > > > Signed-off-by: Rosen Penev > > — > > Seems to fix the compile issue on my Mac. > > Acked-by: Paul Spooren > > If people change things in

Re: [PATCH] firmware-utils: fix compilation with macOS

2022-02-28 Thread Paul Spooren
> On 28. Feb 2022, at 08:34, Rosen Penev wrote: > > __bswap_32 is a GNU extension. > > Signed-off-by: Rosen Penev > — Seems to fix the compile issue on my Mac. Acked-by: Paul Spooren If people change things in tools/, please use GitHub PRs. I added a CI to compile check changes on