[OpenWrt-Devel] [PATCH 3/3] ar71xx: refresh patches

2015-12-19 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- .../621-MIPS-ath79-add-support-for-QCA956x-SoC.patch | 2 +- .../patches-4.1/630-MIPS-ath79-fix-chained-irq-disable.patch | 10 +- .../patches-4.1/631-MIPS-ath79-wmac-enable-set-led-pin.patch | 2 +- .../patches-4.1/633-MIPS-ath79-add

Re: [OpenWrt-Devel] [PATCH 2/2] kernel: add at803x fix for sgmii mode

2015-12-20 Thread Roman Yeryomin
On 20 December 2015 at 15:13, Christian Lamparter wrote: > Hello, > > On Sunday, December 20, 2015 02:30:39 AM Roman Yeryomin wrote: >> Some (possibly broken) bootloaders incorreclty initialize at8033 >> phy. This patch enables sgmii autonegotiation mode. >> >&

[OpenWrt-Devel] [PATCH 1/3] rb532: increase kernel partition

2015-12-20 Thread Roman Yeryomin
4.1 got little bit larger than 4MB and I couldn't get lzma loader working on this platform Signed-off-by: Roman Yeryomin --- target/linux/rb532/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/

[OpenWrt-Devel] [PATCH 2/3] rb532: build squashfs image by default

2015-12-20 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index e5c6ad7..3086462 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -9,7

[OpenWrt-Devel] [PATCH 3/3] rb532: switch to 4.1

2015-12-20 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 3086462..9033eb4 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -11,7

Re: [OpenWrt-Devel] [PATCH 2/3] ar71xx: add support for QCA956x ethernet

2015-12-22 Thread Roman Yeryomin
On 22 December 2015 at 01:03, wrote: > > Hi Roman, > > are you sure about the value of QCA956X_PLL_VAL_10, > which is 0x1919 in your patch? > > At least for the UAPAC LITE I have the problem that packet transmission > on 10MBit/s links does not work with 0x1919. > Instead, with QCA956X_PLL_VAL_10

Re: [OpenWrt-Devel] [PATCH] kernel: generic 4.1 & 4.4 perf: musl compatibility

2015-12-31 Thread Roman Yeryomin
On 29 December 2015 at 12:14, Kevin Darbyshire-Bryant wrote: > Enable linux perf tools to compile under musl. > > Tested on MIPS Archer c7 v2 & ARM Linksys 1200ac. > > With thanks to Dave Taht who > did the heavy lifting. > > Signed-off-by: Kevin Darbyshire-Bryant > --- > package/devel/perf/Mak

Re: [OpenWrt-Devel] [PATCH] base-files: fix generating network configuration

2015-12-31 Thread Roman Yeryomin
On 30 December 2015 at 14:32, Yousong Zhou wrote: > On 30 December 2015 at 20:12, Jo-Philipp Wich wrote: >> Hi Yousong. >> >> NAK - thats by design. If a network config is present then there is no >> point in regenerating it. >> >> I'd prefer if the Malta target would simply drop its default conf

[OpenWrt-Devel] optimizing network performance

2016-01-09 Thread Roman Yeryomin
While trying to optimize ag71xx driver performance I've noticed a weird thing: NAT performance may vary across reboots. For example on Archer C7 the difference can be 80Mbps: 440 one boot, 360 another. On AP152 the numbers differ but the difference across reboots still present. That is with iperf3,

[OpenWrt-Devel] [PATCH] ar71xx: fix ap152 support

2016-01-09 Thread Roman Yeryomin
- ethernet gigabit pll - switch configuration - sysupgrade Signed-off-by: Roman Yeryomin --- target/linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 1 + target/linux/ar71xx/files/arch/mips/ath79/mach-ap152.c | 1 - 3 files changed

[OpenWrt-Devel] [PATCH] brcm2708: fix RPi model B plus support

2016-01-09 Thread Roman Yeryomin
Not sure if B+ is used or not (mine has B Plus) so leave both Signed-off-by: Roman Yeryomin --- target/linux/brcm2708/base-files/lib/brcm2708.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/brcm2708/base-files/lib/brcm2708.sh b/target/linux/brcm2708/base-files/lib/brcm2708

[OpenWrt-Devel] [PATCH] toolchain: musl: update to 1.1.22

2019-04-12 Thread Roman Yeryomin
arch-specfic bugs fixed: - s390x had wrong values for POSIX_FADV_DONTNEED/_NOREUSE Signed-off-by: Dainis Jonitis Signed-off-by: Roman Yeryomin --- toolchain/musl/common.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk i

Re: [OpenWrt-Devel] [PATCH] toolchain: musl: update to 1.1.22

2019-04-12 Thread Roman Yeryomin
On 2019-04-12 17:39, Koen Vandeputte wrote: On 12.04.19 16:32, Roman Yeryomin wrote: Compile and run tested on mt7621 and ar71xx new features: - priority-inheritance mutexes - membarrier syscall, pre-registration to use it, fallback emulation - header-level support for new linux features in

[OpenWrt-Devel] [PATCH] build: fix external module symbol collection if build_dir is a symlink

2019-04-12 Thread Roman Yeryomin
will have empty dependencies, leading to broken module loading. This was discussed on IRC with Jonas some time ago. Fix this by handling both resolved and unresolved paths. Signed-off-by: Roman Yeryomin --- include/kernel.mk | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a

[OpenWrt-Devel] [PATCH] tools: libressl: update to 2.9.2 version

2019-07-18 Thread Roman Yeryomin
To keep in sync with OpenSSL 1.1.x branch version options. Signed-off-by: Roman Yeryomin --- tools/libressl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 8894a058e4..d02911 100644 --- a/tools/libressl

[OpenWrt-Devel] [PATCH] ramips: fix ethernet for f5d8235-v2 board

2018-11-18 Thread Roman Yeryomin
Belkin F5D8235 v2 has two ethernet switches on board. One internal rt3052 and rtl8366rb on rgmii interface. Looks like internal switch settings were lost in translation to device tree infrastructure. Signed-off-by: Roman Yeryomin --- .../linux/ramips/base-files/etc/board.d/02_network | 2

[OpenWrt-Devel] [PATCH 2/3] rb532: switch to 4.14

2018-11-25 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 364a3a8b29..5aa8a6dc55 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile

[OpenWrt-Devel] [PATCH 3/3] rb532: drop 4.9 support

2018-11-25 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/config-4.9 | 182 -- .../rb532/patches-4.9/001-cmdline_hack.patch | 20 -- .../004-rb532-fix-partition-info.patch| 17 -- ...overflow-and-tx-underflow-interrupts.patch | 156 --- ...actor

[OpenWrt-Devel] [PATCH 1/3] rb532: add 4.14 support

2018-11-25 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/config-4.14| 182 ++ .../rb532/patches-4.14/001-cmdline_hack.patch | 20 ++ .../004-rb532-fix-partition-info.patch| 17 ++ ...overflow-and-tx-underflow-interrupts.patch | 156 +++ ...actor

Re: [OpenWrt-Devel] [RFC] stop accepting 4/32M board patches

2018-12-20 Thread Roman Yeryomin
On 2018-12-15 15:08, Jo-Philipp Wich wrote: Hi, I'm against rejecting such submissions if they're self-contained enough (e.g. for DTS based targets as mentioned by Piotr). I'd favor accepting the basic board support for such boards but disabling the image generation (commented out). I agree

Re: [OpenWrt-Devel] [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-09-20 Thread Roman Yeryomin
On 19 September 2017 at 18:22, Zoltan HERPAI wrote: > Hi John, > > On Tue, 19 Sep 2017, John Crispin wrote: > >> Hi Zoltan, >> >> actually its been 29 days since the domain transfer had been completed and >> ownership has been set properly. >> >> i already had a chat with some devs last week about

[OpenWrt-Devel] [PATCH] ramips: mt7621: fix usb init

2018-02-22 Thread Roman Yeryomin
In 4.14 reg-names is required to identify resources. Otherwise init fails with: [5.900501] xhci-mtk 1e1c.xhci: invalid resource [5.910499] xhci-mtk: probe of 1e1c.xhci failed with error -22 Signed-off-by: Roman Yeryomin --- target/linux/ramips/dts/mt7621.dtsi | 1 + 1 file

[OpenWrt-Devel] [PATCH] ramips: mt7621: add Mediatek AP-MT7621A-V60 EVB support

2018-02-22 Thread Roman Yeryomin
interactive u-boot menu, interrupt with 2. After that sysupgrade. Tested both with 4.9 and 4.14 Signed-off-by: Roman Yeryomin --- .../linux/ramips/base-files/etc/board.d/02_network | 1 + .../ramips/base-files/lib/upgrade/platform.sh | 1 + target/linux/ramips/dts/AP-MT7621A-V60.dts

Re: [OpenWrt-Devel] Booting D-Link DNS-313, for for 18.03 ??

2018-02-23 Thread Roman Yeryomin
nclude $(TOPDIR)/rules.mk ARCH:=arm BOARD:=gemini BOARDNAME:=Cortina Systems CS351x FEATURES:=squashfs pci rtc MAINTAINER:=Roman Yeryomin CPU_TYPE:=fa526 KERNEL_PATCHVER:=4.14 define Target/Description Build firmware images for the StorLink/Cortina Gemini CS351x ARM FA526 CPU end

Re: [OpenWrt-Devel] Booting D-Link DNS-313, for for 18.03 ??

2018-02-23 Thread Roman Yeryomin
On 2018-02-23 16:07, Linus Walleij wrote: With kernel v4.14 we would probably have to backport a bunch of patches from HEAD to get into proper shape but it can be done. looks like v4.16 is going to look real nice though. Which device are you using as target? Raidsonic IB4220-B Regards,

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-09 Thread Roman Yeryomin
On 2018-04-04 23:34, Linus Walleij wrote: This patch set forward-ports Gemini to v4.14 with as good support as I can get. I don't know if all or any patches actually make it through to the devel list. They are also posted here: https://dflund.se/~triad/krad/gemini/openwrt/ It would be nice if

Re: [OpenWrt-Devel] [LEDE-DEV] kernel version status

2018-04-09 Thread Roman Yeryomin
On 2018-04-01 17:48, 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. The following targets are on kernel 4.4 and will probably not be incl

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-11 Thread Roman Yeryomin
On 2018-04-11 00:51, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: I have tested them quickly yesterday on nas4220b board. Although I've managed to boot it (had to fix rootfs image) ethernet and usb didn't work. And I didn't check anything els

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-15 Thread Roman Yeryomin
On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: > I have tested them quickly yesterday on nas4220b board. Although I've > managed to boot it (had to fix rootfs image) ether

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-15 Thread Roman Yeryomin
On 2018-04-12 00:37, Roman Yeryomin wrote: On 2018-04-11 00:51, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: I have tested them quickly yesterday on nas4220b board. Although I've managed to boot it (had to fix rootfs image) ethernet and usb didn't

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-16 Thread Roman Yeryomin
On 2018-04-17 00:36, Linus Walleij wrote: On Mon, Apr 16, 2018 at 2:00 AM, Roman Yeryomin wrote: Looking at your tree... I don't see any (affecting) differences in ethernet driver itself. Probably it's something else.. MDIO? After looking into ethernet I've found several

Re: [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-16 Thread Roman Yeryomin
On 2018-04-15 20:22, Roman Yeryomin wrote: On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: > I have tested them quickly yesterday on nas4220b board. Although I've > managed

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-04-29 Thread Roman Yeryomin
On 2018-04-27 09:18, John Crispin wrote: On 17/04/18 00:34, Roman Yeryomin wrote: On 2018-04-15 20:22, Roman Yeryomin wrote: On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12:38 PM, Roman Yeryomin wrote: > I h

Re: [OpenWrt-Devel] Second RGMII ethernet on MT7621?

2018-04-30 Thread Roman Yeryomin
On 2018-04-30 22:10, John Crispin wrote: On 30/04/18 19:08, Bjørn Mork wrote: Hello, I have been playing with a ZyXEL WAP6805, which appears to be an OEM version of the https://wikidevi.com/wiki/ZyXEL_WAP6806_(Armor_X1) This thing has an oversized mini-PCIe Quantenna module. Or that's the mec

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-01 Thread Roman Yeryomin
On 2018-04-29 21:32, Roman Yeryomin wrote: On 2018-04-27 09:18, John Crispin wrote: On 17/04/18 00:34, Roman Yeryomin wrote: On 2018-04-15 20:22, Roman Yeryomin wrote: On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at 12

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-02 Thread Roman Yeryomin
On 2018-05-02 11:01, Linus Walleij wrote: On Wed, May 2, 2018 at 12:18 AM, Linus Walleij wrote: On Sun, Apr 29, 2018 at 8:32 PM, Roman Yeryomin wrote: Linus, could you test that branch on your device and see if network is working by default? I've pulled in the branch and building i

[OpenWrt-Devel] ipq40xx cpu frequency

2018-05-04 Thread Roman Yeryomin
Hi Christian, I'm seeing this [1.275858] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 632000 KHz [1.276620] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 716000 KHz on ap-dk01 board (I suspect others may be affected too, I don't have hw to test).

[OpenWrt-Devel] [PATCH] ipq40xx: fix ethernet on ap-dk01.1

2018-05-04 Thread Roman Yeryomin
Not sure how it worked before but ethernet is disabled by default in ipq4019 dtsi. Signed-off-by: Roman Yeryomin --- ...-09-dts-ipq4019-ap-dk01.1-enable-ethernet.patch | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 target/linux/ipq40xx/patches-4.14/864-09-dts

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-04 Thread Roman Yeryomin
On 2018-05-02 11:01, Linus Walleij wrote: There is some moaning in dmesg: [ 10.071561] Btrfs loaded, crc32c=crc32c-generic [ 10.105705] mbcache: exports duplicate symbol __mb_cache_entry_free (owned by kernel) [ 10.161586] jbd2: exports duplicate symbol jbd2__journal_restart (owned by ker

[OpenWrt-Devel] [PATCH] base-files: rework _ucidef_set_interface to be more generic

2018-05-04 Thread Roman Yeryomin
://patchwork.ozlabs.org/patch/844961/ Signed-off-by: Roman Yeryomin --- .../base-files/files/lib/functions/uci-defaults.sh | 74 +++--- .../linux/ar71xx/base-files/etc/board.d/02_network | 6 +- 2 files changed, 27 insertions(+), 53 deletions(-) diff --git a/package/base-files/files/lib

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-04 Thread Roman Yeryomin
On 2018-05-04 20:15, Linus Walleij wrote: On Fri, May 4, 2018 at 5:26 PM, Roman Yeryomin wrote: [ 11.345619] kmodloader: 3 modules could not be probed [ 11.376633] kmodloader: dependency not loaded mbcache [ 11.407619] kmodloader: dependency not loaded jbd2 I think those should be

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-05 Thread Roman Yeryomin
On 2018-05-05 17:32, Linus Walleij wrote: On Tue, May 1, 2018 at 8:44 PM, Roman Yeryomin wrote: Linus, if you have time, could you check if this helps to bring network up on dir-685? https://github.com/yeryomin/openwrt/commit/b0296b1f71bd3d677c931addd6de341203fbf18f Sadly not. At least not

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-05 Thread Roman Yeryomin
On 2018-05-05 16:35, Linus Walleij wrote: On Sat, May 5, 2018 at 11:25 AM, Linus Walleij wrote: On Fri, May 4, 2018 at 11:49 PM, Linus Walleij wrote: On Fri, May 4, 2018 at 11:37 PM, Roman Yeryomin wrote: The GPIO LEDs does not come up though? CONFIG_LEDS_GPIO is not in config, and /sys

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-29 Thread Roman Yeryomin
On 28 June 2014 19:17, Сергей Василюгин wrote: > > > 26.06.2014, 06:03, "Daniel" : > > Hi Roman, > > On 04/04/2014 04:39 PM, Roman Yeryomin wrote: > > I worked on other things lately but plan to return to rt2x00 soon and > maybe try ralink driver on trun

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-29 Thread Roman Yeryomin
On 29 June 2014 16:33, Сергей Василюгин wrote: > > > 29.06.2014, 18:33, "Roman Yeryomin" : > > On 28 June 2014 19:17, Сергей Василюгин wrote: > > 26.06.2014, 06:03, "Daniel" : > > Hi Roman, > > On 04/04/2014 04:39 PM, Roman Yeryomin wro

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-30 Thread Roman Yeryomin
On 30 June 2014 19:50, Roman Yeryomin wrote: > So... I've tried the old tree with suggested fix and ended up rebasing > my patches to trunk, adding all the fixes and cleaning them up. > Attaching the patches for now. John, Helmut, what do you think, can we > apply them to the t

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-30 Thread Roman Yeryomin
On 30 June 2014 19:52, John Crispin wrote: > > > On 30/06/2014 18:50, Roman Yeryomin wrote: >> So... I've tried the old tree with suggested fix and ended up >> rebasing my patches to trunk, adding all the fixes and cleaning >> them up. Attaching the patches fo

[OpenWrt-Devel] [PATCH 0/4] add support for mt7620 wifi

2014-06-30 Thread Roman Yeryomin
This adds support for mt7620 SoC. Tested with Asus RT-N14U only. Thanks to everybody who participated in this effort. Epecially Miko Hissa and Сергей Василюгин. Roman Yeryomin (4): [mac80211] add support for mt7620 [mac80211] enable driver compilation for mt7620 [ramips] enable wmac clock

[OpenWrt-Devel] [PATCH 1/4] [mac80211] add support for mt7620

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- ...910-00-rt2x00-enable-rt2800soc-for-mt7620.patch | 20 + .../patches/910-01-add-support-for-mt7620.patch| 1198 2 files changed, 1218 insertions(+) create mode 100644 package/kernel/mac80211/patches/910-00-rt2x00-enable-rt2800soc

[OpenWrt-Devel] [PATCH 2/4] [mac80211] enable driver compilation for mt7620

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- package/kernel/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index e260993..f10a7cc 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel

[OpenWrt-Devel] [PATCH 4/4] [ramips] add wmac to mt7620 device tree

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/dts/mt7620n.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index 1dedea5..a88d9dc 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b

[OpenWrt-Devel] [PATCH 3/4] [ramips] enable wmac clock for mt7620

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- .../patches-3.10/0401-mt7620n-add-wmac-clock.patch | 27 ++ 1 file changed, 27 insertions(+) create mode 100644 target/linux/ramips/patches-3.10/0401-mt7620n-add-wmac-clock.patch diff --git a/target/linux/ramips/patches-3.10/0401-mt7620n

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-30 Thread Roman Yeryomin
On 30 June 2014 20:30, John Crispin wrote: > >>> i think this is the same is inside the 5390 pci chip ? i have one >>> of those, will verify tomorrow. >> >> Would be good! >> > > we will figure it out, otherwise we ask the rt2x00 people for help > > >>> please tell me which patches to test/merge .

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-30 Thread Roman Yeryomin
On 1 July 2014 01:54, xf...@credosemi.com wrote: > can you just show the output of "swconfig dev switch0 show" ? > >> >>Also it appeared that ethernet is broken for mt7620n (didn't test >>other ramips targets) on trunk. Apparently after this (not sure how >>it's possible): https://dev.openwrt.org/

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 09:57, Xiongfei(Alex) GUO wrote: > hi, Roman, > > simply try these commands in OpenWrt, then the ethernet will start to work. > > uci set network.@switch_vlan[0].vid=1 > uci set network.@switch_vlan[1].vid=2 > uci commit > /etc/init.d/network restart That helped, in

Re: [OpenWrt-Devel] [PATCH] ramips: set default vid of each vlan, so it won't need be set explicitly.

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 13:57, John Crispin wrote: > Great, > > Roman can you test / confirm that this fixes the problem on rt-n14 ? i > don't have that unit myself so i cannot test. Yes, it fixes the default configuration. But I still don't understand why I cannot change neither vid not member ports: ro

Re: [OpenWrt-Devel] [PATCH] ramips: set default vid of each vlan, so it won't need be set explicitly.

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 17:13, John Crispin wrote: > > > On 01/07/2014 16:11, Roman Yeryomin wrote: >> On 1 July 2014 13:57, John Crispin wrote: >>>> Great, >>>> >>>> Roman can you test / confirm that this fixes the problem on >>>> rt-n14 ? i

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 17:49, Xiongfei(Alex) GUO wrote: > On Tue, Jul 1, 2014 at 9:51 PM, Roman Yeryomin wrote: >> On 1 July 2014 09:57, Xiongfei(Alex) GUO wrote: >>> hi, Roman, >>> >>> simply try these commands in OpenWrt, then the ethernet will start to work. >

Re: [OpenWrt-Devel] [PATCH 0/4] add support for mt7620 wifi

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 13:31, John Crispin wrote: > > > On 30/06/2014 19:34, Roman Yeryomin wrote: >> This adds support for mt7620 SoC. Tested with Asus RT-N14U only. >> >> Thanks to everybody who participated in this effort. Epecially Miko >> Hissa and Сергей Василюгин.

Re: [OpenWrt-Devel] [PATCH] ramips: set default vid of each vlan, so it won't need be set explicitly.

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 19:12, Сергей Василюгин wrote: > > > 01.07.2014, 21:11, "Roman Yeryomin" : > > On 1 July 2014 13:57, John Crispin wrote: > > Great, > > Roman can you test / confirm that this fixes the problem on rt-n14 ? i > don't have that unit m

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-07-03 Thread Roman Yeryomin
On 16 April 2014 11:17, Bastian Bittorf wrote: > * Roman Yeryomin [16.04.2014 09:34]: >> Also pci seems to be broken as neither miniPCI slots nor VIA ethernet >> ports are not working: I've tested this and it works fine: https://patchwork.linux-mips.org/patch/6940/ Gabor, a

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-07-04 Thread Roman Yeryomin
On 4 July 2014 09:35, John Crispin wrote: > applied in r41505 > Thanks! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 1/4] [rb532] fix jffs2 images

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rb532/image/Makefile b/target/linux/rb532/image/Makefile index 65ef919..3cc7bce 100644 --- a/target/linux/rb532/image/Makefile +++ b/target

[OpenWrt-Devel] [PATCH 0/4] fix rb532 support

2014-07-04 Thread Roman Yeryomin
This patch set fully fixes rb532 support and removes broken mark. Roman Yeryomin (4): [rb532] fix jffs2 images [rb532] change default package set [rb532] add wan interface [rb532] remove broken mark target/linux/rb532/Makefile | 4 ++-- target/linux/rb532/base-files

[OpenWrt-Devel] [PATCH 4/4] [rb532] remove broken mark

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 97f5312..dfbdcf0 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -9,7

[OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-04 Thread Roman Yeryomin
There could be no wireless interfaces but ethernets are on board. Signed-off-by: Roman Yeryomin --- target/linux/rb532/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 3f64703..97f5312 100644 --- a

[OpenWrt-Devel] [PATCH 3/4] [rb532] add wan interface

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/rb532/base-files/etc/config/network | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/rb532/base-files/etc/config/network b/target/linux/rb532/base-files/etc/config/network index 3a8c8f3..1153799 100644 --- a/target/linux/rb532

Re: [OpenWrt-Devel] [PATCH 0/4] fix rb532 support

2014-07-05 Thread Roman Yeryomin
On 5 July 2014 18:03, Felix Fietkau wrote: > On 2014-07-05 00:35, Roman Yeryomin wrote: >> This patch set fully fixes rb532 support and removes broken mark. >> >> Roman Yeryomin (4): >> [rb532] fix jffs2 images >> [rb532] change default package set >>

Re: [OpenWrt-Devel] [PATCH 0/4] fix rb532 support

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 01:20, Roman Yeryomin wrote: > On 5 July 2014 18:03, Felix Fietkau wrote: >> On 2014-07-05 00:35, Roman Yeryomin wrote: >>> This patch set fully fixes rb532 support and removes broken mark. >>> >>> Roman Yeryomin (4): >>> [rb532]

Re: [OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 21:34, Hauke Mehrtens wrote: > I pushed the au1000 and gemini target to kernel 3.10 because all older > kernel versions are not supported any more in trunk. I do *not* have a > device to test this, these new kernel versions are untested on these boards. > > If someone owns a "Cortin

Re: [OpenWrt-Devel] please test target au1000 and gemini with kernel 3.10

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 23:16, Hauke Mehrtens wrote: > On 07/06/2014 10:10 PM, Roman Yeryomin wrote: >> On 6 July 2014 21:34, Hauke Mehrtens wrote: >>> I pushed the au1000 and gemini target to kernel 3.10 because all older >>> kernel versions are not supported any more

Re: [OpenWrt-Devel] [PATCH 0/4] fix rb532 support

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 18:08, Felix Fietkau wrote: > On 2014-07-06 13:17, Roman Yeryomin wrote: >> On 6 July 2014 01:20, Roman Yeryomin wrote: >>> On 5 July 2014 18:03, Felix Fietkau wrote: >>>> On 2014-07-05 00:35, Roman Yeryomin wrote: >>>>> This patch set

Re: [OpenWrt-Devel] [PATCH 1/4] [rb532] fix jffs2 images

2014-07-07 Thread Roman Yeryomin
On 7 July 2014 11:52, Felix Fietkau wrote: > On 2014-07-05 00:36, Roman Yeryomin wrote: >> Signed-off-by: Roman Yeryomin > Next time, please use "rb532: ..." instead of "[rb532] ...", because git > am strips the [] part

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-07 Thread Roman Yeryomin
On 7 July 2014 11:52, Felix Fietkau wrote: > On 2014-07-05 00:36, Roman Yeryomin wrote: >> There could be no wireless interfaces but ethernets are on board. >> >> Signed-off-by: Roman Yeryomin > Not taking this one. Adding kmod-via-rhine is unnecessary, since the > d

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-08 Thread Roman Yeryomin
On 8 July 2014 04:17, Florian Fainelli wrote: > 2014-07-07 13:57 GMT-07:00 Roman Yeryomin : >> On 7 July 2014 11:52, Felix Fietkau wrote: >>> On 2014-07-05 00:36, Roman Yeryomin wrote: >>>> There could be no wireless interfaces but ethernets are on board. >>&

Re: [OpenWrt-Devel] [PATCH 2/4] [rb532] change default package set

2014-07-08 Thread Roman Yeryomin
On 8 July 2014 21:37, Florian Fainelli wrote: > 2014-07-08 8:01 GMT-07:00 Roman Yeryomin : >> On 8 July 2014 04:17, Florian Fainelli wrote: >>> 2014-07-07 13:57 GMT-07:00 Roman Yeryomin : >>>> On 7 July 2014 11:52, Felix Fietkau wrote: >>>>&

[OpenWrt-Devel] [PATCH] ramips: add support for Zbtlink WA05 router

2014-07-10 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- .../ramips/base-files/etc/uci-defaults/01_leds | 5 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh | 3 +- target/linux/ramips

[OpenWrt-Devel] [PATCH] ramips: extract default lan_mac from eth0

2014-07-13 Thread Roman Yeryomin
The default case of ramips_setup_macs() is useful when mtd-mac-address is defined in dts. But lan_mac is not set by default, this results in lan and wan having the same mac. Signed-off-by: Roman Yeryomin --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 + 1 file changed, 1

[OpenWrt-Devel] [PATCH] ramips: fix port mapping and extract wmac eeprom on ZBT-WA05 board

2014-07-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/dts/ZBT-WA05.dts | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/ZBT-WA05.dts b/target/linux/ramips/dts/ZBT-WA05.dts index 714d273..13c78c7 100644 --- a/target/linux/ramips/dts/ZBT-WA05.dts

[OpenWrt-Devel] [PATCH] ramips: extract mac address from flash on WHR-600D board

2014-07-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/ramips/dts/WHR-600D.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/dts/WHR-600D.dts b/target/linux/ramips/dts/WHR-600D.dts index b99d024..df38b8c 100644 --- a/target/linux/ramips/dts/WHR-600D.dts +++ b/target/linux

[OpenWrt-Devel] [PATCH] ramips: soc wmac eeprom cleanup

2014-07-14 Thread Roman Yeryomin
comments in dts) Signed-off-by: Roman Yeryomin --- .../etc/hotplug.d/firmware/10-rt2x00-eeprom| 106 + target/linux/ramips/base-files/lib/ramips.sh | 3 - target/linux/ramips/dts/3G-6200N.dts | 4 + target/linux/ramips/dts/3G-6200NL.dts

Re: [OpenWrt-Devel] [PATCH] ramips: soc wmac eeprom cleanup

2014-07-17 Thread Roman Yeryomin
On 15 July 2014 19:40, John Crispin wrote: > Hi, > > lovely, works for me on the 6 boards that i tested. will merge it in a > sec. > > i will look into the fixme bits. > So, if nothing is wrong, could it be applied? Regards, Roman ___ openwrt-devel mai

Re: [OpenWrt-Devel] [PATCH]ramips: Add Ralink RT3XXX USB OHCI driver

2014-07-20 Thread Roman Yeryomin
On 20 July 2014 12:15, John Crispin wrote: > > > On 20/07/2014 10:36, 郭传鈜 wrote: >> I think I should reply to the mail list right ... I can't use my >> USB Modem with "ohci-platform" in current kernel…only "USB is >> connected(disconnected)"in kernel log and no /dev/ttyUSB is added… >> So I tried

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread Roman Yeryomin
On 23 July 2014 04:27, L. D. Pinney wrote: > From: L. D. Pinney > > This patch sets the USB LED to "0" (no device = no light) v2 also sets the > "name" from "lan" to "usb" > > This router uses the same board as WA05 without any changes. The difference is the case only. I believe this can be disc

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread Roman Yeryomin
On 23 July 2014 18:26, L. D. Pinney wrote: > The WR8305RT may be the same as the WA05I have asked ZBT. > > One difference is uboot is set for 57600 on my WR8305RT...meaning I'll need > to patch the WA05 dts to use it. > Or "update" the uboot? > I have also asked ZBT for the current uboot... T

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-24 Thread Roman Yeryomin
On 24 July 2014 11:51, John Crispin wrote: > > > On 23/07/2014 17:33, Roman Yeryomin wrote: >> On 23 July 2014 18:26, L. D. Pinney wrote: >>> The WR8305RT may be the same as the WA05I have asked ZBT. >>> >>> One difference is uboot is set for 57600

[OpenWrt-Devel] [PATCH] ramips: ethernet mac cleanup

2014-07-24 Thread Roman Yeryomin
Compile tested all subtargets and profiles. Unfortunately I don't own any board affected by these changes, so no run tests. Signed-off-by: Roman Yeryomin --- .../ramips/base-files/etc/uci-defaults/02_network | 36 --- .../ramips/base-files/lib/preinit/06_set_iface_mac

Re: [OpenWrt-Devel] [PATCH]ramips: Add Ralink RT3XXX USB OHCI driver

2014-07-24 Thread Roman Yeryomin
On 20 July 2014 12:48, Roman Yeryomin wrote: > On 20 July 2014 12:15, John Crispin wrote: >> >> >> On 20/07/2014 10:36, 郭传鈜 wrote: >>> I think I should reply to the mail list right ... I can't use my >>> USB Modem with "ohci-platform" in curr

Re: [OpenWrt-Devel] [PATCH]ramips:support Lenovo AC1200 Wireless router

2014-07-24 Thread Roman Yeryomin
On 24 July 2014 17:04, Lintel Huang wrote: > > Today, Lenovo released a new product,an 11ac wireless router base MTK's > mt7620a + mt7612e evaluation board. > It has Two GE ports(RTL8211E) and 4 FE ports(Internal switch),256MByte DDR2, > 3xUSB 2.0. > This patch will make openwrt support it. sound

Re: [OpenWrt-Devel] [PATCH]ramips:support Lenovo AC1200 Wireless router

2014-07-25 Thread Roman Yeryomin
On 25 July 2014 04:20, Lintel Huang wrote: > No problem,why not? please give me address then I express it. You've put it into the case with lan_mac=$(mtd_get_mac_binary factory 4) This means mtd-mac-address = <&factory 0x4>; in dts will do the job. > to Roman: > My boards 's GiGa Phy has three

Re: [OpenWrt-Devel] MAC address on ramips?

2014-07-26 Thread Roman Yeryomin
On 26 July 2014 14:01, Russell Senior wrote: > > We are playing with the AsiaRF AWM002 and AWM003 boards and recently > discovered that the MAC addresses are the same across all of the > boards we have. Initially, these seemed to be populated from the > "factory" flash partition. Here is a hexdu

Re: [OpenWrt-Devel] [PATCH] ramips: ethernet mac cleanup

2014-07-26 Thread Roman Yeryomin
On 26 July 2014 19:53, John Crispin wrote: > > > On 24/07/2014 12:22, Roman Yeryomin wrote: >> Compile tested all subtargets and profiles. Unfortunately I don't >> own any board affected by these changes, so no run tests. >> >> Signed-off-by: Roman Yeryomin

Re: [OpenWrt-Devel] [PATCH]ramips:support Lenovo AC1200 Wireless router

2014-07-31 Thread Roman Yeryomin
On 31 July 2014 12:24, Lintel Huang wrote: > Dear Roman: > I have three mt7621a board,they has different giga PHY. > you can vist my google photo: > > https://plus.google.com/photos/106054345863098360212/albums/6042078871461598481 > I understand you may have many different proto

[OpenWrt-Devel] [PATCH 1/2] generic: fix yaffs compilation on 3.14

2014-08-14 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- .../503-yaffs-add-tags-9bytes-mount-option.patch | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/target/linux/generic/patches-3.14/503-yaffs-add-tags-9bytes-mount-option.patch b/target/linux/generic/patches-3.14

[OpenWrt-Devel] [PATCH 2/2] rb532: move to 3.14 and ath5k

2014-08-14 Thread Roman Yeryomin
Compile and run tested. Signed-off-by: Roman Yeryomin --- target/linux/rb532/Makefile| 4 +- target/linux/rb532/config-3.10 | 147 target/linux/rb532/config-3.14 | 148 + .../rb532/patches

Re: [OpenWrt-Devel] [PATCH 2/2] rb532: move to 3.14 and ath5k

2014-08-17 Thread Roman Yeryomin
On 15 August 2014 02:54, Roman Yeryomin wrote: > Compile and run tested. > Hi! Anything wrong with these two? Should I just add 3.14 support instead of replacing 3.10 (don't see a reason why though)? Regards, Roman ___ openwrt-devel m

Re: [OpenWrt-Devel] dnsmasq 2.71 dies silently (hangs) / how to debug

2014-08-19 Thread Roman Yeryomin
On 19 August 2014 12:10, Bastian Bittorf wrote: > sometimes dnsmasq 2.71 (trunk) dies silently but > the process is still running. when sending: > > kill -SIGSEGV $PID > > there is no coredump but the daemon gets restarted (via procd?) > normally inserting 'ulimit -c unlimited' just before startin

[OpenWrt-Devel] [PATCH 1/4] octeon: fix serial console for 3.14 kernel

2014-10-06 Thread Roman Yeryomin
From: Roman Yeryomin Signed-off-by: Roman Yeryomin --- target/linux/octeon/config-3.14 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index 389f1c7..baabe91 100644 --- a/target/linux/octeon/config-3.14 +++ b/target/linux

[OpenWrt-Devel] [PATCH 2/4] octeon: prepare elf kernel image and md5sum for usb copying

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- target/linux/octeon/image/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile index 25a8149..f06dd6b 100644 --- a/target/linux/octeon/image/Makefile +++ b/target/linux/octeon

[OpenWrt-Devel] [PATCH 3/4] octeon: remove kmod-ath9k from default packages

2014-10-06 Thread Roman Yeryomin
Looks like the targets are Ubiquiti routers which don't come with any wireless cards. Signed-off-by: Roman Yeryomin --- target/linux/octeon/profiles/000-Generic.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/octeon/profiles/000-Generic.mk b/target/

<    1   2   3   4   5   >