Re: [OpenWrt-Devel] Where may I buy NETGEAR R6700v2/AC2400

2020-03-07 Thread Mrkiko Rs
Thank you very very much man Enrico ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Where may I buy NETGEAR R6700v2/AC2400

2020-03-07 Thread Paweł Dembicki
sob., 7 mar 2020 o 22:55 Enrico Mioso napisał(a): > > Hello guys! May I ask for an amazon link where I may buy the ramips-based > NETGEAR R6700v2/AC2400 device added in > 6e80df5e3344092a391468b1718e412f0dd151c1 ? > Hi! Netgear R6700v2 and AC2400 are clones. R6800 have additional USB 2.0 port.

[OpenWrt-Devel] Where may I buy NETGEAR R6700v2/AC2400

2020-03-07 Thread Enrico Mioso
Hello guys! May I ask for an amazon link where I may buy the ramips-based NETGEAR R6700v2/AC2400 device added in 6e80df5e3344092a391468b1718e412f0dd151c1 ? I can't see photos and such, so help would be really appreciated. Thanks!! Enrico ___ openwr

[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/e

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 for packages without having >> github.com account? > Po

[OpenWrt-Devel] ramips: adding support for TRENDnet DIR-810DR

2020-03-07 Thread Heppler, J. Scott
I'm looking for some clarification on a prior patch: I'm generating a new snapshot build and have the following questions: 1) My prior patch was criticized for a lack of mt7620/base-files/etc/board.d/01_leds entry. I was basing my build on the D-Link DIR-810L which seems to have the same Cameo

Re: [OpenWrt-Devel] [PATCH] Revert "kernel: rewrite run_parsers_by_type() to use add_mtd_partitions()"

2020-03-07 Thread Enrico Mioso
Hello guys! why can't we revert this patch right now, while working out what's goin on? thank you! and sorry for the insistence. Enrico On Fri, 6 Mar 2020, Piotr Dymacz wrote: Date: Fri, 6 Mar 2020 09:09:15 From: Piotr Dymacz To: Petr Štetiar , openwrt-devel@lists.openwrt.org Cc: Rafał Miłec

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

2020-03-07 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Stefan Lippers-Hollmann > Sent: Samstag, 7. März 2020 01:32 > To: Rosen Penev > Cc: Paul Blazejowski ; OpenWrt Development > List > Subject: Re: [OpenWrt-Devel] [PATCH] exfat-no

[OpenWrt-Devel] [PATCH procd openwrt-19.07] instance: turn error into debug message for missing ujail binary

2020-03-07 Thread Petr Štetiar
Since commit 557f11b3a20f ("instance: provide error feedback if ujail binary is missing") worrying log spam of the form "unable to find /sbin/jail ..." may be encountered. This corresponds with the changes done in the upstream commit bcb86554f1b4 ("instance: add 'requirejail' attribute"). Fixes:

Re: [OpenWrt-Devel] luci-compat problems on 19.07.2

2020-03-07 Thread Torbjorn Jansson
Never mind, updating the preinstalled luci related packages resolved the conflict. On 2020-03-07 12:16, Torbjorn Jansson wrote: Hello. i just tried to upgrade my ubnt-erx-sfp to 19.07.2 from 18 and when i was reinstalling the packages i need most of them failed on luci-compat. see below er

[OpenWrt-Devel] luci-compat problems on 19.07.2

2020-03-07 Thread Torbjorn Jansson
Hello. i just tried to upgrade my ubnt-erx-sfp to 19.07.2 from 18 and when i was reinstalling the packages i need most of them failed on luci-compat. see below error, how do i get around this? # opkg install luci-compat Installing luci-compat (git-20.064.69776-e8c638c-1) to root... Downloadi

Re: [OpenWrt-Devel] [PATCH] kernel: 5.4: add missing symbols

2020-03-07 Thread Petr Štetiar
Tim Harvey [2020-03-06 14:09:25]: Missing commit description. > Signed-off-by: Tim Harvey > --- > target/linux/generic/config-5.4 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/target/linux/generic/config-5.4 b/target/linux/generic/config-5.4 > index 0c246ee..597cd8e 100644 > ---

Re: [OpenWrt-Devel] [OpenWrt-devel][PATCH] kernel: iio: fix iio-st_sensors-spi missing dependency

2020-03-07 Thread Petr Štetiar
Tim Harvey [2020-03-06 14:10:05]: > Fixes following build error on octeontx: > > Package kmod-iio-st_sensors-spi is missing dependencies for the following > libraries: > regmap-spi.ko Fixed already in ee92838dd2a777c94d70bb08a4cc983214367b18 ___ ope

Re: [OpenWrt-Devel] [PATCH v4] build: refactor JSON info files to `profiles.json`

2020-03-07 Thread Petr Štetiar
Paul Spooren [2020-03-05 12:26:03]: Hi, > +json_overview_image_info: FORCE > + WORK_DIR=$(BUILD_DIR)/json_info_files \ > + TARGET_DIR=$(BIN_DIR) \ > + $(SCRIPT_DIR)/json_overview_image_info.py it was suggested on IRC to not confuse Make by populating the rule/target

[OpenWrt-Devel] [RFT]x86: rework image builder code

2020-03-07 Thread Paul Spooren
Hi team, based on @tmn505 and @lynxis great work[0][1] I created a rebased hybird version upgrading the x86 image creation code to use `image.mk`! I created the patch on Github.com[3], but as it is such a core component I can also send the patch to the list... It works and boots via qemu and doc

Re: [OpenWrt-Devel] [PATCH] imx6: add support for Gateworks GW5907/GW5910/GW5912/GW5913

2020-03-07 Thread Petr Štetiar
Tim Harvey [2020-03-06 07:44:29]: > On Thu, Mar 5, 2020 at 3:05 AM Petr Štetiar wrote: > > > > Gentle ping. > > > > I posted a follow-up in patchwork that removes the wildcards from the > board name matching. > > Any changes needed? See https://patchwork.ozlabs.org/comment/2374065/ _