Re: OpenWrt add dependency to swig for U-Boot builds

2021-02-05 Thread Lucian Cristian
On 31.01.2021 20:43, Hauke Mehrtens wrote: The U-Boot build for more and more SoCs is using binman by default to combine the images (SPL, U-Boot, ...). Binman is build from the U-Boot project and it needs swig to build. We have multiple patches in OpenWrt to remove this dependency from U-Boot,

[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 b/target/linux/generic/backport-5.10/610-v5.13-33-net-ethernet-mtk_eth_soc-add-flow-offloading

[OpenWrt-Devel] [PATCH] Enable ATIIXP on x64

2016-01-15 Thread Lucian Cristian
Also support ATI PATA on x64 target Signed-off-by: Lucian Cristian --- diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index a5947a2..b4c8b98 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -39,7 +39,8

Re: [OpenWrt-Devel] [PATCH] Enable ATIIXP on x64

2016-01-16 Thread Lucian Cristian
On 16.01.2016 04:31, Felix Kaechele wrote: On 15/01/16 03:25, Lucian Cristian wrote: Also support ATI PATA on x64 target Signed-off-by: Lucian Cristian Has already been NACKd before: https://lists.openwrt.org/pipermail/openwrt-devel/2015-September/036155.html Not entirely sure the situation

[OpenWrt-Devel] [PATCH] x64 - crypto-rng drbg.ko missing

2016-01-16 Thread Lucian Cristian
crypto-rng, enable prerequisite for drbg.ko, fixes #21596 Signed-off-by: Lucian Cristian --- diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 604be9f..d84c802 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux

Re: [OpenWrt-Devel] [PATCH] netifd: wireless: Add support for GCMP cipher

2019-03-14 Thread Lucian Cristian
On 14.03.2019 13:30, txt.file wrote: Which other drivers implement this cipher? Is this cipher in the IEEE 802.11 documents standardized? On March 14, 2019 10:03:16 AM UTC, Robert Marko wrote: This patch will add support for using GCMP as cipher suite. This is not a strong cipher but is only

Re: [OpenWrt-Devel] Meson/Ninja build system

2019-03-16 Thread Lucian Cristian
On 16.03.2019 19:52, W. Michael Petullo wrote: A number of upstream projects are beginning to use the Meson/Ninja build system. OpenWrt's sound/mpc and libs/libmpdclient kludge around this, and I would like to update the glib2 package. The latest version of glib2 uses Meson/Ninja. Is there any p

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-08 Thread Lucian Cristian
On 08.04.2019 20:19, Tomasz Maciej Nowak wrote: Hi Petr, Alberto, W dniu 08.04.2019 o 14:34, Alberto Bursi pisze: On 08/04/19 11:42, Petr Štetiar wrote: Tomasz Maciej Nowak [2019-04-07 18:35:01]: Hi, thanks for trying to unbreak currently failing Geode builds. Building images for geode ha

Re: [OpenWrt-Devel] [PATCH] x86: disable kmod-drm-radeon and kmod-drm-amdgpu for geode

2019-04-10 Thread Lucian Cristian
On 09.04.2019 01:28, Tomasz Maciej Nowak wrote: W dniu 08.04.2019 o 23:56, Lucian Cristian pisze: On 08.04.2019 20:19, Tomasz Maciej Nowak wrote: Hi Petr, Alberto, W dniu 08.04.2019 o 14:34, Alberto Bursi pisze: On 08/04/19 11:42, Petr Štetiar wrote: Tomasz Maciej Nowak [2019-04-07 18:35

Re: [OpenWrt-Devel] [PATCH 0/4] add μrngd: true RNG based on timing jitter

2019-06-02 Thread Lucian Cristian
ead (4 bytes read) [   10.550301] random: mkfs.f2fs: uninitialized urandom read (16 bytes read) [   11.420925] urandom-seed: Seed file not found (/etc/urandom.seed) [   13.321222] random: crng init done Regards Tested-by Lucian Cristian ___

Re: [OpenWrt-Devel] [PATCH] wireless-regdb: fix build when python2 from package feeds exists

2019-07-31 Thread Lucian Cristian
all ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel tested on debian 8, mvebu Tested-by: Lucian Cristian ___ openwrt-devel mailing list open

Re: [OpenWrt-Devel] 18.06 bug: Flow Offload Active Connections

2018-08-20 Thread Lucian Cristian
On 29.05.2018 19:55, Jaap Buurman wrote: Dear all, Whenever flow offload is enabled (either software or hardware) I can see many many active connections on the Luci overview page. It can go up to thousands of active connections. Looking in the "connections" part of the "realtime graphs" in Luci

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20181006

2018-10-08 Thread Lucian Cristian
On 08.10.2018 11:56, Andre Heider wrote: Hi Jason, On 06/10/2018 05:09, Jason A. Donenfeld wrote: diff --git a/package/network/services/wireguard/Makefile b/package/network/services/wireguard/Makefile index 29c7447..3544e34 100644 --- a/package/network/services/wireguard/Makefile +++ b/package

Re: [OpenWrt-Devel] [PATCH v4 0/6] intel-microcode: load as early as possible

2018-11-26 Thread Lucian Cristian
On 20.11.2018 18:20, Tomasz Maciej Nowak wrote: This small series addresses current problem with late loading of Intel microcode in OpenWrt. Following the commit messages [1] and later discussion, late loading off the microcode can be ineffective for some processors [2] and for others disabled [3

Re: [OpenWrt-Devel] [PATCH v4 0/6] intel-microcode: load as early as possible

2018-11-26 Thread Lucian Cristian
On 26.11.2018 23:11, Tomasz Maciej Nowak wrote: W dniu 26.11.2018 o 21:44, Lucian Cristian pisze: On 20.11.2018 18:20, Tomasz Maciej Nowak wrote: This small series addresses current problem with late loading of Intel microcode in OpenWrt. Following the commit messages [1] and later discussion

Re: [OpenWrt-Devel] [PATCH v4 0/6] intel-microcode: load as early as possible

2018-11-27 Thread Lucian Cristian
On 26.11.2018 23:58, Tomasz Maciej Nowak wrote: W dniu 26.11.2018 o 22:47, Lucian Cristian pisze: On 26.11.2018 23:11, Tomasz Maciej Nowak wrote: W dniu 26.11.2018 o 21:44, Lucian Cristian pisze: On 20.11.2018 18:20, Tomasz Maciej Nowak wrote: This small series addresses current problem with

Re: [OpenWrt-Devel] [PATCH v4 0/6] intel-microcode: load as early as possible

2018-11-27 Thread Lucian Cristian
On 27.11.2018 19:04, John Crispin wrote: On 27/11/2018 16:11, Tomasz Maciej Nowak wrote: W dniu 27.11.2018 o 14:47, Lucian Cristian pisze: On 26.11.2018 23:58, Tomasz Maciej Nowak wrote: W dniu 26.11.2018 o 22:47, Lucian Cristian pisze: On 26.11.2018 23:11, Tomasz Maciej Nowak wrote: W

Re: [OpenWrt-Devel] [PATCH v4 0/6] intel-microcode: load as early as possible

2018-11-28 Thread Lucian Cristian
On 27.11.2018 19:59, John Crispin wrote: On 27/11/2018 18:15, Tomasz Maciej Nowak wrote: W dniu 27.11.2018 o 18:04, John Crispin pisze: On 27/11/2018 16:11, Tomasz Maciej Nowak wrote: W dniu 27.11.2018 o 14:47, Lucian Cristian pisze: On 26.11.2018 23:58, Tomasz Maciej Nowak wrote: W dniu

Re: [OpenWrt-Devel] [PATCH] x86: make sysupgrade.tgz reachable again

2018-11-29 Thread Lucian Cristian
On 28.11.2018 21:44, Tomasz Maciej Nowak wrote: Moving binding mount before check for saved sysupgrade configuration made it unreachable. Fix it by moving binding mount after the check. Fixes: f78b2616 (x86: mount writable bootfs) Reported-by: Lucian Cristian Signed-off-by: Tomasz Maciej Nowak

[OpenWrt-Devel] [RFC] ca-certificates python/host

2018-12-09 Thread Lucian Cristian
I would like to propose a patch for ca-certificate to fix the following error Traceback (most recent call last):   File "certdata2pem.py", line 150, in     encoded = base64.b64encode(obj['CKA_VALUE']).decode('utf-8')   File "/usr/lib64/python2.6/base64.py", line 53, in b64encode     encoded = b

Re: [OpenWrt-Devel] [RFC] ca-certificates python/host

2018-12-10 Thread Lucian Cristian
On 10.12.2018 11:10, Yousong Zhou wrote: On Mon, 10 Dec 2018 at 04:35, Lucian Cristian wrote: I would like to propose a patch for ca-certificate to fix the following error Traceback (most recent call last): File "certdata2pem.py", line 150, in encoded = base64.b64

Re: [OpenWrt-Devel] [RFC 0/6] x86: switch to generic image generation code and

2019-02-04 Thread Lucian Cristian
On 13.01.2019 23:49, Tomasz Maciej Nowak wrote: This is aftermath of partially failed series [1]. When I was searching for ways to upgrade of bootloader on existing OpenWrt installations, I noticed that it'll be difficult to add this feature within existing code creating x86 target images. I deci

Re: [OpenWrt-Devel] [RFC 0/6] x86: switch to generic image generation code and

2019-02-06 Thread Lucian Cristian
On 06.02.2019 16:08, Tomasz Maciej Nowak wrote: W dniu 04.02.2019 o 09:29, Lucian Cristian pisze: On 13.01.2019 23:49, Tomasz Maciej Nowak wrote: This is aftermath of partially failed series [1]. When I was searching for ways to upgrade of bootloader on existing OpenWrt installations, I

Re: [OpenWrt-Devel] Slow DNSMasq with > 100, 000 entries in additional addresses file

2016-12-26 Thread Lucian Cristian
On 26.12.2016 19:32, TheWerthFam wrote: Using the adblock set of scripts to block malware and porn sites. The porn sites list is 800,000 entries, about 10x the number of sites adblock normally uses. With the full list of malware and porn domains loaded, dnsmasq takes 115M of memory and normall

Re: [OpenWrt-Devel] Slow DNSMasq with > 100, 000 entries in additional addresses file

2016-12-27 Thread Lucian Cristian
On 27.12.2016 04:54, TheWerthFam wrote: Problem with this method is that it misses lots of HTTPS based sites. I do already run squid though. Am I wrong that it will not proxy https sites unless you use MITM type setup? Thanks On 12/26/2016 08:47 PM, Lucian Cristian wrote: On 26.12.2016 19

Re: [OpenWrt-Devel] Support for BTHomeHub5

2017-01-13 Thread Lucian Cristian
On 13.01.2017 20:16, Mauro M. wrote: Hello Mathias, 2 workarounds were suggested: One was not acceptable as is defeated the purpose of a router asking to configure static routes on EVERY host in a LAN The second might work with some careful re-configuration of the firewall. It did not in my

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/5] x86: add support for microcode update

2018-01-19 Thread Lucian Cristian
On 19.01.2018 00:41, Zoltan HERPAI wrote: On Thu, 18 Jan 2018, Hauke Mehrtens wrote: On 01/18/2018 01:51 PM, Nick Lowe wrote: Does an update to the Kernel, 4.9.77 and 4.14.14 need to be made to properly address this? There are fixes to mitigate Spectre. We even need a patch for GCC which w

Re: [OpenWrt-Devel] kernel version status

2018-02-19 Thread Lucian Cristian
On 19.02.2018 08:41, John Crispin wrote: On 18/02/18 22:43, Hauke Mehrtens wrote: The next OpenWrt release will use kernel 4.9 and kernel 4.14 depending on the target. All targets that are *not* on either kernel 4.9 or 4.14 will not be included in the next release. I did some overview of the

Re: [OpenWrt-Devel] [LEDE-DEV] 18.03/4 -> GCC 5 or 7

2018-03-07 Thread Lucian Cristian
On 04.03.2018 17:15, Hauke Mehrtens wrote: On 02/16/2018 01:46 PM, John Crispin wrote: Hi, whats on the critical todo list for the upcoming release ? i still have a few minor things that I'll be adding shortly, apart from that I am currently not aware of any huge problems. the release will be a

Re: [OpenWrt-Devel] LEDE 17.01.5 release planning

2018-05-24 Thread Lucian Cristian
On 24.05.2018 22:40, Martin Tippmann wrote: On Thu, May 24, 2018 at 9:06 PM, Hauke Mehrtens wrote: Please do not hesitate to re report some request that something should be backported from master or some regression compared to lede-17.01, if it looks like they got ignored and didn't got a respo

Re: [OpenWrt-Devel] [PATCH v3] ar71xx: add support for GL.iNet GL-AR750S

2018-05-25 Thread Lucian Cristian
On 25.05.2018 13:06, Luochongjun wrote: This patch adds supports for GL-AR750S. Specification: - SOC: QCA9563 (775MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 2x 1Gbps LAN + 1x 1Gbps WAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Button: 1x switch butto

Re: [OpenWrt-Devel] Bug: HW Flow Offload + Wireguard Bug

2018-05-26 Thread Lucian Cristian
On 22.05.2018 13:53, Jaap Buurman wrote: Dear Felix & others, I am currently running a 18.06 snapshot image to start testing the stability of the firmware and new features, including the lovely hardware flow offload. While it is working extremely well (I am finally able to max out my connection,

Re: [OpenWrt-Devel] [PATCH 0/4 RFCv2] Realtek SMI RTL836x DSA driver

2018-05-28 Thread Lucian Cristian
On 28.05.2018 20:47, Linus Walleij wrote: This is a second RFC version of the DSA driver for Realtek RTL8366x especially RTL8366RB. I've been beating my head against this one and I'm not really clear on why my ethernet frames are not coming through to the CPU port on the chip. It appears when u

Re: [OpenWrt-Devel] [PATCH 4/5] ath79: add TP-Link TL-WR740N/ND v2 port

2018-05-29 Thread Lucian Cristian
On 29.05.2018 21:08, Alex Maclean wrote: + ucidef_set_led_wlan "wlan" "WLAN" "$boardname:green:wlan" "phy0tpt" thank you for the tiny split, you can trigger this in dts, please have a look at the PR's on github ! Regards ___ openwrt-devel m

Re: [OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-06-01 Thread Lucian Cristian
On 30.05.2018 20:22, Martin Tippmann wrote: find /usr | xargs md5sum I made the test on tl-wr841n-v9 with luci selected these are the changes to squashfs --- a/config/Config-images.in +++ b/config/Config-images.in @@ -149,8 +149,15 @@ menu "Target Images"     int "Block si

Re: [OpenWrt-Devel] [PATCH 3/4] ath79: add Netgear WNR612 v2

2018-06-16 Thread Lucian Cristian
On 13.06.2018 11:51, Zoltan HERPAI wrote: + ucidef_set_led_wlan "wlan" "WLAN" "netgear:green:wlan" "phy0tpt" is this needed ? @juppin just made a cleanup for wifi triggers https://github.com/openwrt/openwrt/commit/14cb05909a8dc6e42008697b4fe47b8fa00789d8 Regards _

[OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread Lucian Cristian
I tried the example found in bindings and in qca8k staging but I don't have any output when the device starts or when the module is loaded, if is built as module. Tried with a qca9563+qca8337n switch and also with a qca9558+qca8327n switch with id added to qca8k driver, I also enabled printk o

Re: [OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread Lucian Cristian
On 20.06.2018 11:26, Robert Marko wrote: You are missing CONFIG_NET_DSA_TAG_QCA Thanks but it doesn't help ! Regards ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/listinfo/openwrt-devel

Re: [OpenWrt-Devel] ath79: DSA with qca8k

2018-06-20 Thread Lucian Cristian
On 20.06.2018 12:02, John Crispin wrote: On 20/06/18 10:39, Lucian Cristian wrote: On 20.06.2018 11:26, Robert Marko wrote: You are missing CONFIG_NET_DSA_TAG_QCA Thanks but it doesn't help ! Regards ___ openwrt-devel mailing list op

Re: [OpenWrt-Devel] Archer C7 v2 with Target System "Atheros ATH79 (DTS)" or "Atheros AR7xxx/AR9xxx"

2018-06-27 Thread Lucian Cristian
On 28.06.2018 00:56, e9hack wrote: Hi, I'm using an Archer C7 v2 from TP-Link. Usually I build the image for Target System "Atheros AR7xxx/AR9xxx". If I switch over to "Atheros ATH79 (DTS)" and try to update my router, I got the following error message: root@:~# sysupgrade /tmp/openwrt-ath79

Re: [OpenWrt-Devel] [PATCH] verbose.mk: quote SUBMAKE options

2018-07-06 Thread Lucian Cristian
On 06.07.2018 13:03, 李国 wrote: build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but it fail when make menuconfig. so I have to give option HOSTCC='gcc -Wl,--copy-dt-needed-entries' to make. But it passed to sub make to HOSTCC=gcc as micro SUBMAKE expand to HOSTCC=gcc -Wl,--copy

Re: [OpenWrt-Devel] [PATCH] verbose.mk: quote SUBMAKE options

2018-07-06 Thread Lucian Cristian
On 06.07.2018 14:09, Lucian Cristian wrote: On 06.07.2018 13:03, 李国 wrote: build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but it fail when make menuconfig. so I have to give option HOSTCC='gcc -Wl,--copy-dt-needed-entries' to make. But it passed to sub make to HOS

Re: [OpenWrt-Devel] [PATCH] verbose.mk: quote SUBMAKE options

2018-07-07 Thread Lucian Cristian
On 06.07.2018 17:23, guo li wrote: Hi Lucian Cristian you may try run command $ scl enable devtoolset-3 bash $ make menuconfig with clean source. gcc has linked to staging_dir/host/bin when you first run make and mconf has built when you first run make menuconfig

Re: [OpenWrt-Devel] time command detect fail on centos

2018-07-07 Thread Lucian Cristian
On 07.07.2018 11:23, 李国 wrote: maybe $(shell which time) --version 2>&1 | grep GNU works good on centos6 Regards ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[patch] elfutils: enable host build

2021-08-31 Thread Lucian Cristian
frr 8.0 needs host libelf dev add option for host build tested on x86, ramips, kirkwood Signed-off-by: Lucian Cristian diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile index d595e4caf2..b0c9b8bd8c 100644 --- a/package/libs/elfutils/Makefile +++ b/package/libs

Re: [patch] elfutils: enable host build

2021-09-20 Thread Lucian Cristian
On 31.08.2021 10:04, Lucian Cristian wrote: frr 8.0 needs host libelf dev add option for host build tested on x86, ramips, kirkwood Signed-off-by: Lucian Cristian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

Re: [OpenWrt-Devel] Kernel hang on rk3328 at branch master

2020-05-02 Thread Lucian Cristian
On 02.05.2020 14:46, b.l.huang wrote: Hi all, Hi all, I am trying to run openwrt on rk3328, but the kernel hanged when booting, below is the log. Any hints will be appreciated. U-Boot 2020.01 (Apr 07 2020 - 11:55:14 +) Model: Radxa Rockpi E DRAM: 1022 MiB PMIC: RK8050 (on=0x40, off=0x00)

Re: [OpenWrt-Devel] [PATCH] gemini: Add samba4 to the NAS images

2020-05-18 Thread Lucian Cristian
On 18.05.2020 16:04, Linus Walleij wrote: We used to have samba36 as a package in the NAS images but that was retired in commit 73fa1aba94f5 "samba36: Remove" however it is nice to have a fileserver so put samba4 in the package instead. Signed-off-by: Linus Walleij --- target/linux/gemini/ima