[PATCH luci] translation: add Urdu to luci.mk

2022-07-19 Thread Paul Blazejowski
make menu(old)config currently throws a warning: ... tmp/.config-package.in:59705:warning: leading whitespace ignored # # No change to .config # ... Define ﺍﺭﺩﻭ/(Urdu) language in luci.mk. Fixes: 4081478 ("Added translation using Weblate (Urdu)" Signed-off-by: Paul Blazejowski --

[PATCH] hostapd: apply patch to fix building openssl variant

2022-07-04 Thread Paul Blazejowski
Add patch from: https://patchwork.ozlabs.org/project/hostap/patch/20220622121355.1337612-1-a.hei...@gmail.com/ Fixes: dab9103 ("hostapd: update to 2022-06-02") Signed-off-by: Paul Blazejowski --- .../patches/992-openssl-include-rsa.patch | 177 ++ 1 file ch

Re: convert mtd-mac-address to nvmem implementation

2021-07-25 Thread Paul Blazejowski
With Ansuel's help i have successfully tested the TP-Link Archer C6v2 (EU version) using the mtd-mac-address to nvmem changes below, since they are missing in: ath79/dts/qca9563_tplink_archer-x6-v2.dtsi file (https://github.com/openwrt/openwrt/pull/4041#issuecomment-882092102) diff --git a/tar

[PATCH] ath79: kernel: Add missing quote to drivers/mfd/Kconfig

2021-07-21 Thread Paul Blazejowski
A missing quote in target/linux/ath79/patches-5.x/920-mikrotik-rb4xx.patch produces: ... scripts/kconfig/conf --syncconfig Kconfig drivers/mfd/Kconfig:2016:warning: multi-line strings not supported ... This patch adds missing closing quote, fixing the above warning. Signed-off-by: Paul

[PATCH 21.02] ath79: kernel: Add missing quote to drivers/mfd/Kconfig

2021-07-21 Thread Paul Blazejowski
A missing quote in target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch produces: ... scripts/kconfig/conf --syncconfig Kconfig drivers/mfd/Kconfig:2016:warning: multi-line strings not supported ... This patch adds missing closing quote, fixing the above warning. Signed-off-by: Paul

Re: [OpenWrt-Devel] [PATCH] ath79: switch to kernel 5.4

2020-06-28 Thread Paul Blazejowski
Original Message Subject: Re: [OpenWrt-Devel] [PATCH] ath79: switch to kernel 5.4 From: David Bauer To: Paul Blazejowski Date: 6/27/2020, 4:17:41 PM > Hi all, Hi David > > On 6/27/20 9:33 PM, Paul Blazejowski wrote: >> What worked for me in the initia

Re: [OpenWrt-Devel] [PATCH] ath79: switch to kernel 5.4

2020-06-27 Thread Paul Blazejowski
Original Message Subject: Re: [OpenWrt-Devel] [PATCH] ath79: switch to kernel 5.4 From: To: 'Stefan Lippers-Hollmann' Date: 6/27/2020, 6:48:05 AM See here for some more details: https://bugs.openwrt.org/index.php?do=details&task_id=2928 https://gcc.gnu.org/bug

[OpenWrt-Devel] [PATCH v2] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-07 Thread Paul Blazejowski
Make exfat-nofuse module depend on kernels 4.14 and 4.19 Signed-off-by: Paul Blazejowski --- v2: * removed 0003-5.0.patch * enabled build dependency for 4.14 and 4.19 kernels only kernel/exfat-nofuse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel

Re: [OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-07 Thread Paul Blazejowski
On 3/6/20 7:15 PM, Rosen Penev wrote: > On Fri, Mar 6, 2020 at 11:38 AM Paul Blazejowski > wrote: >> >> Hi Rosen, >> >> Would this patch be more suitable while keeping older kernel compatibility? >> >> What's the best way to submit patches fo

[OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-05 Thread Paul Blazejowski
OK, thanks for pointing this out. On 3/6/20 1:10 AM, Rosen Penev wrote: > On Thu, Mar 5, 2020 at 1:17 PM Paul Blazejowski > wrote: >> >> Patch taken from >> https://github.com/barrybingo/exfat-nofuse/commit/8b59e1f338fdd87f1d5a9db2a119a3745bb467d5 >> >> Signed

[OpenWrt-Devel] [PATCH] ath79: nand: add missing symbols

2020-03-05 Thread Paul Blazejowski
Removed in 53ab9865c2b91bc6a239b2adee800dc52875b6bc Fixes unable to find root fs Signed-off-by: Paul Blazejowski --- target/linux/ath79/nand/config-default | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/ath79/nand/config-default b/target/linux/ath79/nand/config-default

[OpenWrt-Devel] [PATCH] exfat-nofuse: fix kernel 5.4 compilation issue

2020-03-05 Thread Paul Blazejowski
Patch taken from https://github.com/barrybingo/exfat-nofuse/commit/8b59e1f338fdd87f1d5a9db2a119a3745bb467d5 Signed-off-by: Paul Blazejowski --- kernel/exfat-nofuse/Makefile | 2 +- kernel/exfat-nofuse/patches/0003-5.0.patch | 88 ++ 2 files changed, 89

[OpenWrt-Devel] [PATCH 2/2] ath79: add support for Netgear WNDR3700v4

2019-11-13 Thread Paul Blazejowski
d configuration CONFIG_TARGET_ath79=y CONFIG_TARGET_ath79_nand=y CONFIG_TARGET_ath79_nand_DEVICE_netgear_wndr3700-v4=y CONFIG_ALL_KMODS=y CONFIG_DEVEL=y CONFIG_CCACHE=y CONFIG_COLLECT_KERNEL_DEBUG=y CONFIG_IMAGEOPT=y Signed-off-by: Paul Blazejowski --- package/boot/uboot-envto

[OpenWrt-Devel] [PATCH 1/2] ath79: split dts file for Netgear WNDR4300

2019-11-13 Thread Paul Blazejowski
From: Michal Cieslakiewicz Move board configuration to dtsi file in preparation for WNDR3700v4 router support. Signed-off-by: Michal Cieslakiewicz --- .../linux/ath79/dts/ar9344_netgear_wndr.dtsi | 290 ++ .../ath79/dts/ar9344_netgear_wndr4300.dts | 286 +

Re: [OpenWrt-Devel] FW: [PATCH 2/2] ath79: add support for Netgear WNDR3700v4

2019-11-13 Thread Paul Blazejowski
On 11/13/19 12:42 PM, Schmutzler, Adrian wrote: >   > >   > > *From:*Adrian Schmutzler [mailto:m...@adrianschmutzler.de] > *Sent:* Mittwoch, 13. November 2019 18:39 > *To:* 'Paul Blazejowski' ; > 'openwrt-devel@lists.openwrt.org' > *Subject:*

Re: [OpenWrt-Devel] Fwd: RFT: ar71xx/mac80211 update

2018-10-05 Thread Paul Blazejowski
Hi Koen, I must've missed the git log entry when i pulled...correct rebuilding with the 4.14 kernel was a success. No issues thus far. Everything is working on my WNDR3700v4. Thank you, -paul On 10/4/18 1:56 AM, Koen Vandeputte wrote: > > > On 04-10-18 02:49, Paul Blazejowski

[OpenWrt-Devel] Fwd: RFT: ar71xx/mac80211 update

2018-10-03 Thread Paul Blazejowski
Date: Mon, 17 Sep 2018 11:15:38 -0400 From: Paul Blazejowski To: John Crispin CC: lede-...@lists.infradead.org. Hi John, Just got around to attaching serial console to my WNDR3700v4 router. I've noticed this from dmesg on the 4.14 kernel: [2.508670] switch0: Atheros AR8327 rev. 4 switch

Re: [OpenWrt-Devel] ar71xx update to v3.18

2015-02-17 Thread Paul Blazejowski
On Tue, 2015-02-17 at 15:36 +0100, John Crispin wrote: > > On 16/02/2015 21:47, Paul Blazejowski wrote: > > On Mon, 2015-02-16 at 08:10 +0100, John Crispin wrote: > >> > >> On 16/02/2015 00:15, Paul Blazejowski wrote: > >>> 00 KHz AUTO), (N/A, 2000

Re: [OpenWrt-Devel] ar71xx update to v3.18

2015-02-16 Thread Paul Blazejowski
On Mon, 2015-02-16 at 08:10 +0100, John Crispin wrote: > > On 16/02/2015 00:15, Paul Blazejowski wrote: > > 00 KHz AUTO), (N/A, 2000 mBm), (0 s) > > [ 21.73] cfg80211: (549 KHz - 573 KHz @ 16 KHz), > > (N/A, 2000 mBm), (0 s) > > [ 21.74

Re: [OpenWrt-Devel] ar71xx update to v3.18

2015-02-15 Thread Paul Blazejowski
On Sun, 2015-02-15 at 20:49 +0100, John Crispin wrote: > Hi, > > i just pushed the v3.18 support for ar71xx. i have tested this on > carambola2, unifi and wndr4300. the default is still at 3.14. please > start testing on more hardware. > > to do so you need to set the kernel to 3.18 in > target/l

Re: [OpenWrt-Devel] MTD mounting problem on ar71xx and kernel 3.14.x.

2014-10-02 Thread Paul Blazejowski
(driver?) [3.95] 1f09 123904 mtdblock9 (driver?) [3.96] 1f0a 256 mtdblock10 (driver?) [3.96] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) On Thu, 2014-10-02 at 12:45 -0400, Paul Blazejowski wrote: > Hello al

[OpenWrt-Devel] MTD mounting problem on ar71xx and kernel 3.14.x.

2014-10-02 Thread Paul Blazejowski
Hello all, A while back i have created a ticket (https://dev.openwrt.org/ticket/17609) detailing kernel 3.14.x failure to boot on ar71xx (wndr3700v4 router) platform. Today i have successfully used serial console attached to the router and got a boot log which shows a wrong checksum of kernel imag

[OpenWrt-Devel] [Fwd: Re: [OpenWrt] #14076: layer7 netfilter module is not created in recent trunk]

2014-09-09 Thread Paul Blazejowski
Hi all, Please have a look at this ticket, any comments would be welcome from devs :-) Hope to see this merged in... thanks! --- Begin Message --- #14076: layer7 netfilter module is not created in recent trunk -+-- Reporter: duvi| O

Re: [OpenWrt-Devel] [PATCH 00/23] add 3.14 kernel support for ar71xx

2014-07-26 Thread Paul Blazejowski
no sir! after applying this one liner to my 3.14.13 (instead of the 3.14.12 kernel that Zhao used in his patches) and quick rebuild, my wndr3700v4 will not boot; it shows 2 steady amber lights... so this test fails as well ...next one please! ;P On Sat, 2014-07-26 at 19:49 +0200, Rafał Miłecki wr

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-07-21 Thread Paul Blazejowski
solved. On Sun, 2014-07-20 at 11:56 -0400, Paul Blazejowski wrote: > Hi, > > sorry your email got lost somehow on my end... And the machine hosting > mailing list is down at the moment it seems. > > here is the info: > > root@router:~# cat /tmp/sysinfo/* > wndr4300 >

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-07-20 Thread Paul Blazejowski
Hi, sorry your email got lost somehow on my end... And the machine hosting mailing list is down at the moment it seems. here is the info: root@router:~# cat /tmp/sysinfo/* wndr4300 NETGEAR WNDR3700v4/WNDR4300 thanks, -paul On Sat, 2014-07-19 at 14:52 -0400, Paul Blazejowski wrote: > J

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-07-19 Thread Paul Blazejowski
23:15 +0200, John Crispin wrote: > > On 24/06/2014 22:43, Paul Blazejowski wrote: > > i get "The uploaded image file does not contain a supported format. > > Make sure that you choose the generic image format for your > > platform." from web interface. > >

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
On Wed, 2014-06-25 at 08:09 +0200, John Crispin wrote: > > On 25/06/2014 08:02, Paul Blazejowski wrote: > > On Wed, 2014-06-25 at 07:57 +0200, John Crispin wrote: > >> Hi, > >> > >> can someone with a 3700v4 run "cat /tmp/sysinfo/*" on a 3700 ?

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
> > > If it helps Paul out I can email him my config file, write me > > directly for it; that should eliminate any mistakes that have been > > overlooked. Easy to do. > > > > Will run the router for a few hours on the test bench and do some > > t

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
l confirm. But looks promising! > > > > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Paul Blazejowski > Sent: Wednesday, 25 June 2014 6:27 AM > To: John Crispin > Cc: openwrt-devel@lists.openwrt.org > Subject: Re:

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
On Tue, 2014-06-24 at 23:15 +0200, John Crispin wrote: > > On 24/06/2014 22:43, Paul Blazejowski wrote: > > i get "The uploaded image file does not contain a supported format. > > Make sure that you choose the generic image format for your > > platform." from we

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
4-squashfs-sysupgrade.tar should i push it from shell using sysupgrade script? thanks! On Tue, 2014-06-24 at 22:32 +0200, John Crispin wrote: > > On 24/06/2014 22:25, Paul Blazejowski wrote: > > Hi again, > > > > thanks for the tftp fix, flushing just became so much faster and > &

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
sorry i meant https://dev.openwrt.org/ticket/16803 the previous one is closed for good ;-) On Tue, 2014-06-24 at 16:25 -0400, Paul Blazejowski wrote: > Hi again, > > thanks for the tftp fix, flushing just became so much faster and easier. > > Tested trunk r41336 after your jf

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
://dev.openwrt.org/ticket/16840 but it is safe to say that you can close it ;-) now. Sysupgrade image(s) for 3700v4 and 4300 do not work now, guess this is next on the list... Thank you, -paul On Tue, 2014-06-24 at 20:18 +0200, John Crispin wrote: > > On 24/06/2014 19:05, Paul Blazejowski

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
) please let me know i would want to try any alternative ways of flashing and could learn a thing or two in the process as well ;-) Thank you, -paul On Tue, 2014-06-24 at 18:48 +0200, John Crispin wrote: > Hi, > > On 23/06/2014 20:22, Paul Blazejowski wrote: > > Hello list, > &

Re: [OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-24 Thread Paul Blazejowski
Hi John, yes i know my way around ;-) so please do share the patch so i can test... Thank you, -paul On Tue, 2014-06-24 at 09:36 +0200, John Crispin wrote: > > On 23/06/2014 20:22, Paul Blazejowski wrote: > > Hello list, > > > > Have found bug in the ubifs component

[OpenWrt-Devel] [BUG] NAND sysupgrade broke ubifs on Netgear WNDR3700v4/4300.

2014-06-23 Thread Paul Blazejowski
Hello list, Have found bug in the ubifs component when mounting images on wndr3700v4/4300 routers. This happens in trunk builds after r41130 but does not happen before r41118. Please take a look at bug https://dev.openwrt.org/ticket/16803 i have filed on this issue. Unfortunately i do not have a