Gemini - new device IB-NAS4210-B

2021-04-16 Thread cptspock
Hello! I try to bring openWRT to the IB-NAS4210-B. It is a SL3512 based NAS device, similiar to the IB-NAS4220-B, which ist SL3516. For now i created a new device file and edited some other files. All that work is based on IB-NAS4220-B, mixed with some details from D-LINK DNS-313. I can

ath79: mikrotik mac issue

2021-04-16 Thread Koen Vandeputte
Hi all, I found another interesting issue testing on a rb922 The board gets a random mac on each boot. This is normal and should be automatically corrected by 02_network afterwards when hard_config is available, but it seems it's not getting applied correctly. Debugging the 02_network script

Re: [PATCH] ramips: mt7621: HW-NAT typo fix

2021-04-16 Thread Daniel Golle
On Fri, Apr 16, 2021 at 03:44:06PM +0300, Lucian Cristian wrote: > This fixes Hardware Offload on MT7621 I have already applied the fix for it in pending-5.10: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=7f703716ae0e4cb4810eff37605b7594cef1edb8 For the future, and to still give

Re: [PATCH] kernel: Disable IXP4xx physmap by default

2021-04-16 Thread Linus Walleij
On Fri, Apr 16, 2021 at 5:27 AM Raylynn Knight wrote: > I definitely have interested, but I’m currently trying to contribute to the > new > realtek switch effort and also have some D-Link and Netgear Octeon > devices I’d like to add support for. I would be happy to provide reviews > and

[PATCH] ramips: mt7621: HW-NAT typo fix

2021-04-16 Thread Lucian Cristian
This fixes Hardware Offload on MT7621 Signed-off-by: Lucian Cristian diff --git a/target/linux/generic/backport-5.10/610-v5.13-33-net-ethernet-mtk_eth_soc-add-flow-offloading-support.patch

Re: [PATCH] ath79: drop cs-gpios property

2021-04-16 Thread David Bauer
Hi, On 4/16/21 4:12 AM, Chuanhong Guo wrote: > Hi! > > On Fri, Apr 16, 2021 at 4:43 AM David Bauer wrote: >> >> The spi-ath79 driver performs the chipselect by writing to dedicated >> register in the SPI register block. So the GPIO numbers were not used. > > This is cs-gpios is a hack to

Fwd: [PATCH v2] uml: fix W=1 missing-include-dirs warnings

2021-04-16 Thread Anton Ivanov
Hi list, If memory serves me right, the UML build in OpenWRT adds a uapi subdir. This patch adds it upstream and will probably break the openwrt build once it propagates. Best Regards, A. Forwarded Message Subject:[PATCH v2] uml: fix W=1 missing-include-dirs

Re: Luci / Custom Commands

2021-04-16 Thread e9hack
Am 16.04.2021 um 08:49 schrieb Hannu Nyman: e9hack kirjoitti 16.4.2021 klo 8.37: Hi, I want like to add the following command to Luci/Custom Commands: echo "/" > /proc/net/xt_recent/SSH_BLOCK But I can only add: echo "> /proc/net/xt_recent/SSH_BLOCK" How can I do it? I thought that

Re: Luci / Custom Commands

2021-04-16 Thread Hannu Nyman
e9hack kirjoitti 16.4.2021 klo 8.37: Hi, I want like to add the following command to Luci/Custom Commands: echo "/" > /proc/net/xt_recent/SSH_BLOCK But I can only add: echo "> /proc/net/xt_recent/SSH_BLOCK" How can I do it? I thought that easiest might be yo manually edit the uci config