Re: [PATCH v2 2/2] ramips: use partition parser on Netgear CHJ/BZV

2021-02-25 Thread Mrkiko Rs
Thank you for your work!! What about R6220 ? Thanks again! > Il giorno 25 feb 2021, alle ore 21:24, Jan Hoffmann ha scritto: > > This patch makes use of the Sercomm partition table parser on some > Netgear routers. This applies to the boards CHJ (R6260, R6350, R6850, > WAC124) and BZV (R6800

[PATCH v2 2/2] ramips: use partition parser on Netgear CHJ/BZV

2021-02-25 Thread Jan Hoffmann
This patch makes use of the Sercomm partition table parser on some Netgear routers. This applies to the boards CHJ (R6260, R6350, R6850, WAC124) and BZV (R6800, R6700-v2, R7200, Nighthawk AC2400). On these models, each device has an individual partition table that takes into account bad blocks tha

[PATCH v2 0/2] ramips: use partition table on Netgear NAND devices

2021-02-25 Thread Jan Hoffmann
Netgear devices based on the boards CHJ or BZV currently use a fixed partition table. However, every device actually has an individual partition table on the flash that depends on the bad blocks that exist during manufacturing. The current fixed partition table is only correct for devices without a

[PATCH v2 1/2] ramips: add Sercomm partition map parser

2021-02-25 Thread Jan Hoffmann
This adds an MTD partition parser for the Sercomm partition table that is used in some Netgear routers. This is essentially the same code as proposed in the pull request for Netgear R6350 support by NOGUCHI Hiroshi : https://github.com/openwrt/openwrt/pull/1318 It was originally rejected as it di

Curiosity about FRITZ!BOX 7530 porting

2021-02-25 Thread Enrico Mioso
Hello all!! I have some curiosity about FRITZ!BOX 7530 workings: 1 - Why does wi-fi seem to not work correctly when booting the device over initramfs when installing openwrt, but working fine when booting from flash? 2 - How does the installed u-boot detect when it needs to go ahead with bootin

Re: Quilt and cutting down diff position lines

2021-02-25 Thread Ilya Lipnitskiy
On Thu, Feb 25, 2021 at 1:24 AM Bas Mevissen wrote: > Openwrt could provide a host build for a patched version of diff and use > that instead. There is also the issue with quilt not handling "rename from/rename to" patches due to lack of a git-compatible mode and the fact that GNU diff is hard-co

Re: Enabling SATA via SATA_DWC on Meraki MX60W / APM82181

2021-02-25 Thread Martin Kennedy
> Yeah, this is your personal hobby project, isn't it? For sure. > ASM1062 Serial ATA Controller Same as mine -- I think there may only be a firmware difference between the ASM1061 and 1062, mine is silkscreened ASM1061 but identifies as ASM1062. > I have the suspecion that your problem is caus

Re: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-25 Thread Bjørn Mork
Stefan Lippers-Hollmann writes: > On 2021-02-24, Hauke Mehrtens wrote: >> Add a new common device definition for the Zyxel GS1900 line of >> switches. > [...] >> -define Device/zyxel_gs1900-10hp >> +define Device/zyxel_gs1900 >>SOC := rtl8380 >>IMAGE_SIZE := 6976k >>DEVICE_VENDOR := Zy

Re: Enabling SATA via SATA_DWC on Meraki MX60W / APM82181

2021-02-25 Thread Christian Lamparter
Hello Martin, On 22/02/2021 22:54, Martin Kennedy wrote: I did make a post a good while ago to gauge interest (there was none). It is here: https://forum.openwrt.org/t/mx60w-any-interest-in-a-diy-nas-guide-need-some-advice-for-sata-pads-and-msata-slot-compatibility/65718 Yeah, this is your

Re: [PATCH] uboot-envtools: adjust compile patch to version v2021.01

2021-02-25 Thread Etan Kissling via openwrt-devel
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 --- On 24.02.21, 16:50, "k_ronny" w

[PATCH] treewide: make AddDepends/usb-serial selective

2021-02-25 Thread Adrian Schmutzler
Make packages depending on usb-serial selective, so we do not have to add kmod-usb-serial manually for every device. Signed-off-by: Adrian Schmutzler --- package/kernel/linux/modules/usb.mk | 2 +- target/linux/at91/image/sam9x.mk| 4 ++-- target/linux/ath79/image/generic-tp-

RE: Quilt and cutting down diff position lines

2021-02-25 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Bas Mevissen > Sent: Donnerstag, 25. Februar 2021 10:17 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: Quilt and cutting down diff position lines >

RE: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-25 Thread Adrian Schmutzler
Hi Hauke, > > -define Device/zyxel_gs1900-10hp > +define Device/zyxel_gs1900 >SOC := rtl8380 >IMAGE_SIZE := 6976k >DEVICE_VENDOR := ZyXEL >DEVICE_MODEL := GS1900-10HP DEVICE_MODEL should be removed in the shared node. You put it in the individual nodes below. Best Adrian >

RE: [PATCH 1/2] realtek: Add generic zyxel_gs1900 image definition

2021-02-25 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Stefan Lippers-Hollmann > Sent: Donnerstag, 25. Februar 2021 07:56 > To: Hauke Mehrtens > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [PATCH 1/2] realtek: Add generic zyxe

Re: Quilt and cutting down diff position lines

2021-02-25 Thread Bas Mevissen
On 2021-02-24 15:36, Adrian Schmutzler wrote: -Original Message- From: Adrian Schmutzler [mailto:m...@adrianschmutzler.de] Sent: Mittwoch, 24. Februar 2021 11:50 To: 'openwrt-devel@lists.openwrt.org' Subject: Quilt and cutting down diff position lines Hi, as most are probably aware,