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

2014-06-29 Thread Roman Yeryomin
On 28 June 2014 19:17, Сергей Василюгин vasilu...@yandex.ru wrote: 26.06.2014, 06:03, Daniel dan...@makrotopia.org: 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 trunk again. I

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

2014-06-29 Thread Roman Yeryomin
On 29 June 2014 16:33, Сергей Василюгин vasilu...@yandex.ru wrote: 29.06.2014, 18:33, Roman Yeryomin leroi.li...@gmail.com: On 28 June 2014 19:17, Сергей Василюгин vasilu...@yandex.ru wrote: 26.06.2014, 06:03, Daniel dan...@makrotopia.org: Hi Roman, On 04/04/2014 04:39 PM, Roman

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

2014-06-30 Thread Roman Yeryomin
On 30 June 2014 19:50, Roman Yeryomin leroi.li...@gmail.com 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

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

2014-06-30 Thread Roman Yeryomin
On 30 June 2014 19:52, John Crispin j...@phrozen.org 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 for now. John, Helmut, what do

[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 ro...@advem.lv --- ...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

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

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- 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

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

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- 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

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

2014-06-30 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../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

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

2014-06-30 Thread Roman Yeryomin
On 30 June 2014 20:30, John Crispin j...@phrozen.org 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 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):

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

2014-07-01 Thread Roman Yeryomin
On 1 July 2014 09:57, Xiongfei(Alex) GUO xf...@credosemi.com 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

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 j...@phrozen.org 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

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 j...@phrozen.org wrote: On 01/07/2014 16:11, Roman Yeryomin wrote: On 1 July 2014 13:57, John Crispin j...@phrozen.org 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

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

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

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 j...@phrozen.org 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 Сергей Василюгин. Hi, confirmed working

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, Сергей Василюгин vasilu...@yandex.ru wrote: 01.07.2014, 21:11, Roman Yeryomin leroi.li...@gmail.com: On 1 July 2014 13:57, John Crispin j...@phrozen.org wrote: Great, Roman can you test / confirm that this fixes the problem on rt-n14 ? i don't have that unit

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

2014-07-03 Thread Roman Yeryomin
On 16 April 2014 11:17, Bastian Bittorf bitt...@bluebottle.com wrote: * Roman Yeryomin leroi.li...@gmail.com [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

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

2014-07-04 Thread Roman Yeryomin
On 4 July 2014 09:35, John Crispin j...@phrozen.org 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 ro...@advem.lv --- 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

[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 ro...@advem.lv --- 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

[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 ro...@advem.lv --- 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

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

2014-07-04 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- 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

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

2014-07-05 Thread Roman Yeryomin
On 5 July 2014 18:03, Felix Fietkau n...@openwrt.org 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 [rb532] add wan interface [rb532

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

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 01:20, Roman Yeryomin leroi.li...@gmail.com wrote: On 5 July 2014 18:03, Felix Fietkau n...@openwrt.org 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

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 ha...@hauke-m.de 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

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 ha...@hauke-m.de wrote: On 07/06/2014 10:10 PM, Roman Yeryomin wrote: On 6 July 2014 21:34, Hauke Mehrtens ha...@hauke-m.de 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

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

2014-07-06 Thread Roman Yeryomin
On 6 July 2014 18:08, Felix Fietkau n...@openwrt.org wrote: On 2014-07-06 13:17, Roman Yeryomin wrote: On 6 July 2014 01:20, Roman Yeryomin leroi.li...@gmail.com wrote: On 5 July 2014 18:03, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:35, Roman Yeryomin wrote: This patch set fully

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

2014-07-07 Thread Roman Yeryomin
On 7 July 2014 11:52, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:36, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv Next time, please use rb532: ... instead of [rb532] ..., because git am strips the [] parts. Ok, no problem! Regards, Roman

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 n...@openwrt.org 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 ro...@advem.lv Not taking this one. Adding kmod-via-rhine is unnecessary, since the driver

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 flor...@openwrt.org wrote: 2014-07-07 13:57 GMT-07:00 Roman Yeryomin leroi.li...@gmail.com: On 7 July 2014 11:52, Felix Fietkau n...@openwrt.org wrote: On 2014-07-05 00:36, Roman Yeryomin wrote: There could be no wireless interfaces but ethernets

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 flor...@openwrt.org wrote: 2014-07-08 8:01 GMT-07:00 Roman Yeryomin leroi.li...@gmail.com: On 8 July 2014 04:17, Florian Fainelli flor...@openwrt.org wrote: 2014-07-07 13:57 GMT-07:00 Roman Yeryomin leroi.li...@gmail.com: On 7 July 2014 11:52, Felix

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

2014-07-10 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../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

[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 ro...@advem.lv --- 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

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

2014-07-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- 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

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

2014-07-14 Thread Roman Yeryomin
) Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../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 j...@phrozen.org 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 ___

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 j...@phrozen.org 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

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 ldpin...@gmail.com wrote: From: L. D. Pinney ldpin...@gmail.com 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

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 ldpin...@gmail.com 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

[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 ro...@advem.lv --- .../ramips/base-files/etc/uci-defaults/02_network | 36 --- .../ramips/base-files/lib/preinit/06_set_iface_mac | 109

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 leroi.li...@gmail.com wrote: On 20 July 2014 12:15, John Crispin j...@phrozen.org 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

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

2014-07-24 Thread Roman Yeryomin
On 24 July 2014 17:04, Lintel Huang lintel.hu...@gmail.com 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

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

2014-07-25 Thread Roman Yeryomin
On 25 July 2014 04:20, Lintel Huang lintel.hu...@gmail.com 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

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

2014-07-26 Thread Roman Yeryomin
On 26 July 2014 14:01, Russell Senior russ...@personaltelco.net 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

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

2014-07-26 Thread Roman Yeryomin
On 26 July 2014 19:53, John Crispin j...@phrozen.org 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 ro...@advem.lv Hi Roman

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

2014-07-31 Thread Roman Yeryomin
On 31 July 2014 12:24, Lintel Huang lintel.hu...@gmail.com 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

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

2014-08-14 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../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

[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 ro...@advem.lv --- target/linux/rb532/Makefile| 4 +- target/linux/rb532/config-3.10 | 147 target/linux/rb532/config-3.14 | 148

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 leroi.li...@gmail.com 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

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 bitt...@bluebottle.com 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'

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

2014-10-06 Thread Roman Yeryomin
From: Roman Yeryomin ro...@advem.lv Signed-off-by: Roman Yeryomin ro...@advem.lv --- 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

[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 ro...@advem.lv --- 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

[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 ro...@advem.lv --- 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

[OpenWrt-Devel] [PATCH 4/4] octeon: add patches which are not upstreamed yet

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- ...-Add-interface-mode-detection-for-Octeon-.patch | 202 + ...-Add-twsi-interrupt-initialization-for-OC.patch | 47 + 2 files changed, 249 insertions(+) create mode 100644 target/linux/octeon/patches-3.14/0010-MIPS

[OpenWrt-Devel] [PATCH 3/3] rb532: switch to 3.14 and ath5k

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 3fda24b..e07afc1 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532

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

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/rb532/config-3.14 | 148 + .../rb532/patches-3.14/001-cmdline_hack.patch | 20 +++ .../rb532/patches-3.14/002-rb532_nand_fixup.patch | 47 +++ .../003-MIPS-rc32434-fix-broken-pci

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

2014-10-06 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../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

Re: [OpenWrt-Devel] [PATCH 1/3] gemini: switch to kernel 3.10

2014-10-17 Thread Roman Yeryomin
On 27 August 2014 13:04, Rafał Miłecki zaj...@gmail.com wrote: This switches to kernel 3.10 that was prepared by Hauke in: gemini: add support for kernel 3.10 This is compile tested only, please run test and report back. I've simply checked if it still compiles, unfortunately we

Re: [OpenWrt-Devel] Ubiquiti EdgeRouter Lite questions

2014-10-20 Thread Roman Yeryomin
On 20 October 2014 01:29, Flávio Silveira f...@terra.com.br wrote: Good evening, I've been told that this router is great only when using EdgeOS, because of proprietary drivers and optimizations. Is there anyone working on this router that can confirm this information? Is there any

Re: [OpenWrt-Devel] Ubiquiti EdgeRouter Lite questions

2014-10-20 Thread Roman Yeryomin
On 20 October 2014 16:20, Flávio Silveira f...@terra.com.br wrote: On 20/10/2014 09:24, Roman Yeryomin wrote: On 20 October 2014 01:29, Flávio Silveira f...@terra.com.br wrote: Good evening, I've been told that this router is great only when using EdgeOS, because of proprietary

Re: [OpenWrt-Devel] Ralink ethernet update

2014-10-29 Thread Roman Yeryomin
On 29 October 2014 21:48, John Crispin blo...@openwrt.org wrote: Hi, i just pushed a huge update to the ralink ethernet driver. i want to thank Mingyu for taking so much time to fix all these details in the driver. There has already been a lot of testing in the background. I expect no or

Re: [OpenWrt-Devel] Ralink ethernet update

2014-10-30 Thread Roman Yeryomin
On 30 October 2014 16:20, Mingyu Li igv...@gmail.com wrote: i checkout the latest code and rebuild for rt-n15 only test 3 times lan to wan tcp performance 60 seconds one thread netperf version 2.6.0 116.33, 116.20, 102.84 (10^6bits/sec) iperf 2.0.5 120, 116, 113 (Mbits/sec) iperf 3.0.7

Re: [OpenWrt-Devel] [PATCH 1/2] gemini: update ethernet driver, register ethernet on nas4220 board

2014-11-20 Thread Roman Yeryomin
On 22 October 2014 00:47, Roman Yeryomin leroi.li...@gmail.com wrote: Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/gemini/config-3.10|3 +- .../120-net-add-gemini-gmac-driver.patch | 4181 .../121-arm-gemini-add

Re: [OpenWrt-Devel] [PATCH] ramips: fix Belkin f5d8235v2 support

2012-03-25 Thread Roman Yeryomin
On 14 February 2012 21:30, Gabor Juhos juh...@openwrt.org wrote: 2012.02.11. 23:06 keltezéssel, Roman Yeryomin írta: On 11 February 2012 19:12, Gabor Juhos juh...@openwrt.org wrote: 2012.02.01. 3:19 keltezéssel, Roman Yeryomin írta: This fixes Belkin F5D8235 v2 ethernet stuff. To do it we

[OpenWrt-Devel] testing uClibc patches

2012-05-22 Thread Roman Yeryomin
Hello! I'm curious if there is some magic way of testing uClibc patches without distcleaning and rebuilding everything? Regards, Roman ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] buildroot-ng

2012-08-08 Thread Roman Yeryomin
On 12 September 2011 11:53, Florian Fainelli flor...@openwrt.org wrote: Hello, On Friday 09 September 2011 16:53:15 Roman Yeryomin wrote: On 6 September 2011 18:37, Roman Yeryomin leroi.li...@gmail.com wrote: Did anyone think of separating buildroot-ng from the content (packages

Re: [OpenWrt-Devel] [PATCH] ramips: Use doubletagging to disable ramips_esw vlan by default, it seems more reliable.

2012-09-02 Thread Roman Yeryomin
On 2 September 2012 23:28, Tobias Diedrich ranma+open...@tdiedrich.de wrote: Use doubletagging to disable ramips_esw vlan by default, it seems more reliable. Daniel Golle found an issue where sometimes (possibly only for RT3352) the default vlan disable method (clearing en_vlan, untag,

Re: [OpenWrt-Devel] [PATCH] ramips: Use doubletagging to disable ramips_esw vlan by default, it seems more reliable.

2012-09-02 Thread Roman Yeryomin
On 3 September 2012 00:18, Tobias Diedrich ranma+open...@tdiedrich.de wrote: Roman Yeryomin wrote: On 2 September 2012 23:28, Tobias Diedrich ranma+open...@tdiedrich.de wrote: Use doubletagging to disable ramips_esw vlan by default, it seems more reliable. Daniel Golle found an issue

Re: [OpenWrt-Devel] base-files: preinit scripts issue and mtd-utils package

2012-10-22 Thread Roman Yeryomin
On 22 October 2012 09:19, Petr Štetiar yn...@true.cz wrote: Catalin Patulea c...@vv.carleton.ca [2012-10-21 14:26:58]: I noticed that many of the system scripts use mtd, so to reflect this in the package metadata I tried to make mtd a dependency of base-files. This would mean that if you

[OpenWrt-Devel] [PATCH] packages: update dropbear

2012-10-29 Thread Roman Yeryomin
Bump dropbear version. 400-CVE-2012-0920.patch is now in upstream. Signed-off-by: Roman Yeryomin ro...@advem.lv diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile index cd5b368..a4e44eb 100644 --- a/package/network/services/dropbear/Makefile

Re: [OpenWrt-Devel] [PATCH] packages: update dropbear

2012-10-30 Thread Roman Yeryomin
On 30 October 2012 02:27, Catalin Patulea c...@vv.carleton.ca wrote: On Mon, Oct 29, 2012 at 5:30 AM, Roman Yeryomin leroi.li...@gmail.com wrote: Bump dropbear version. 400-CVE-2012-0920.patch is now in upstream. Beat you to it ;-) And with more Makefile cleanup goodness: https

Re: [OpenWrt-Devel] Libubox compilation broken for buildbots some users

2012-10-30 Thread Roman Yeryomin
On 30 October 2012 23:00, Hannu Nyman hannu.ny...@iki.fi wrote: The bug tracker is again down, so I am sending this here. Looks like a change introduced yesterday has broken libubox compilation for buildbots some users. Forum discussion here: https://forum.openwrt.org/viewtopic.php?id=40213

[OpenWrt-Devel] [PATCH] build-system: allow to call clean target from source makefile

2012-11-20 Thread Roman Yeryomin
Allow to call clean target from source makefile with package/name/cleansrc. Useful when developing a package on-site. Signed-off-by: Roman Yeryomin ro...@advem.lv diff --git a/include/package-defaults.mk b/include/package-defaults.mk index 45a92cf..a2af1e5 100644 --- a/include/package

Re: [OpenWrt-Devel] [PATCH] build-system: allow to call clean target from source makefile

2012-11-20 Thread Roman Yeryomin
and shorter: - edit/save the code - make package/name/cleansrc - make package/name/compile On 20 November 2012 15:48, John Crispin j...@phrozen.org wrote: On 20/11/12 14:35, Roman Yeryomin wrote: Allow to call clean target from source makefile with package/name/cleansrc. Useful when developing

[OpenWrt-Devel] [PATCH] build-system: allow to re-make a package without doing full clean

2012-11-27 Thread Roman Yeryomin
-by: Roman Yeryomin ro...@advem.lv diff --git a/include/package.mk b/include/package.mk index 37a4a9b..57878db 100644 --- a/include/package.mk +++ b/include/package.mk @@ -291,3 +291,7 @@ distcheck: cleansrc: $(Build/Cleansrc) + +make: +rm -f $(STAMP_BUILT)* +$(Build/Compile) diff --git

Re: [OpenWrt-Devel] [PATCHv2] build-system: allow to call clean target from source makefile

2012-12-05 Thread Roman Yeryomin
On 4 December 2012 19:04, Felix Fietkau n...@openwrt.org wrote: On 2012-11-27 2:28 PM, Roman Yeryomin wrote: On 20 November 2012 21:45, Roman Yeryomin leroi.li...@gmail.com mailto:leroi.li...@gmail.com wrote: When developing/debugging a package I would like to make change

Re: [OpenWrt-Devel] [PATCHv2] build-system: allow to call clean target from source makefile

2012-12-05 Thread Roman Yeryomin
On 5 December 2012 14:29, Felix Fietkau n...@openwrt.org wrote: On 2012-12-05 1:02 PM, Roman Yeryomin wrote: On 4 December 2012 19:04, Felix Fietkau n...@openwrt.org wrote: On 2012-11-27 2:28 PM, Roman Yeryomin wrote: On 20 November 2012 21:45, Roman Yeryomin leroi.li...@gmail.com

Re: [OpenWrt-Devel] [PATCH] build-system: allow to re-make a package without doing full clean

2012-12-05 Thread Roman Yeryomin
On 5 December 2012 14:34, Felix Fietkau n...@openwrt.org wrote: On 2012-11-27 2:47 PM, Roman Yeryomin wrote: This will allow to call `make package/name/make' to rerun package Build/Compile thus recompiling changed files. Package should be previously compiled. This is very handful especially

[OpenWrt-Devel] [PATCH] [ramips] Fix initial network configuration for few boards

2013-11-29 Thread Roman Yeryomin
Argus ATP52B: ethernet didn't work because of unconfigured switch Sparklan WCR150GN: add switch config and make single port to be LAN Dlink DIR-645: seems to be a redundant case Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../linux/ramips/base-files/etc/uci-defaults/02_network

[OpenWrt-Devel] [PATCH] [ramips] Fix dts typos

2013-11-29 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/dts/WCR150GN.dts | 2 +- target/linux/ramips/dts/rt3050.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/WCR150GN.dts b/target/linux/ramips/dts/WCR150GN.dts index e59fc8d

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

2014-02-04 Thread Roman Yeryomin
Thanks for answer, Helmut! On 3 February 2014 18:01, Helmut Schaa helmut.sc...@googlemail.com wrote: On Sat, Feb 1, 2014 at 1:08 AM, Roman Yeryomin leroi.li...@gmail.com wrote: Unfortunately I have no experience in wifi drivers and this is my first one. Even worse I don't know what those

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

2014-02-04 Thread Roman Yeryomin
On 4 February 2014 17:56, Helmut Schaa helmut.sc...@googlemail.com wrote: Currently wifi interface appears in the system and can be enabled but `iw dev wlan0 scan' gives no result and wlan0 transmits one packet roughly in 10 minutes as per ifconfig (ssid doesn't appear in the air). `iw phy'

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

2014-02-04 Thread Roman Yeryomin
On 4 February 2014 19:58, Helmut Schaa helmut.sc...@googlemail.com wrote: On Tue, Feb 4, 2014 at 5:19 PM, Roman Yeryomin leroi.li...@gmail.com wrote: On 4 February 2014 17:56, Helmut Schaa helmut.sc...@googlemail.com wrote: Currently wifi interface appears in the system and can be enabled

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

2014-02-06 Thread Roman Yeryomin
On 5 February 2014 09:21, Helmut Schaa helmut.sc...@googlemail.com wrote: So, you ported the code from the ralink rt2860 driver, right? I haven't looked into newer ralink chips at all. Did you check if any MAC layer changes regarding RX and TX rings exist? Yes, from rt2860v2 2.7.1.6 to be

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

2014-02-06 Thread Roman Yeryomin
On 6 February 2014 13:01, Helmut Schaa helmut.sc...@googlemail.com wrote: On Thu, Feb 6, 2014 at 11:40 AM, Roman Yeryomin leroi.li...@gmail.com wrote: On 5 February 2014 09:21, Helmut Schaa helmut.sc...@googlemail.com wrote: So, you ported the code from the ralink rt2860 driver, right? I

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

2014-02-06 Thread Roman Yeryomin
On 6 February 2014 13:27, Roman Yeryomin leroi.li...@gmail.com wrote: On 6 February 2014 13:01, Helmut Schaa helmut.sc...@googlemail.com wrote: On Thu, Feb 6, 2014 at 11:40 AM, Roman Yeryomin leroi.li...@gmail.com wrote: On 5 February 2014 09:21, Helmut Schaa helmut.sc...@googlemail.com wrote

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

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 16:37, Roman Yeryomin leroi.li...@gmail.com wrote: On 11 February 2014 20:32, Mikko Hissa mikko.hi...@werzek.com wrote: Hello again! On 11 Feb 2014, at 19:12, Mikko Hissa mikko.hi...@werzek.com wrote: Hello! On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com

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

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com wrote: Hello everybody! I'm trying to get mt7620 (ramips target, rt-n14u board) wifi working but no luck. I have ported init functions and channel setup from

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

2014-02-13 Thread Roman Yeryomin
On 13 February 2014 22:45, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014, at 02:08, Roman Yeryomin leroi.li...@gmail.com wrote: Hello everybody! I'm trying to get mt7620 (ramips target, rt-n14u board) wifi

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

2014-02-13 Thread Roman Yeryomin
On 14 February 2014 00:14, Mikko Hissa mikko.hi...@werzek.com wrote: On 13 Feb 2014, at 23:44, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 22:45, Roman Yeryomin leroi.li...@gmail.com wrote: On 13 February 2014 21:32, Mikko Hissa mikko.hi...@werzek.com wrote: On 01 Feb 2014

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

2014-02-13 Thread Roman Yeryomin
On 14 February 2014 00:34, Mikko Hissa mikko.hi...@werzek.com wrote: In rt2800lib.c function rt2800_get_txwi_rxwi_size() Add case MT7620 with RT5592. *txwi_size = TXWI_DESC_SIZE_5WORDS; *rxwi_size = RXWI_DESC_SIZE_6WORDS; break; I suppose you

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

2014-02-14 Thread Roman Yeryomin
On 14 February 2014 01:30, Mikko Hissa mikko.hi...@werzek.com wrote: On 14 Feb 2014, at 01:04, Roman Yeryomin leroi.li...@gmail.com wrote: On 14 February 2014 00:34, Mikko Hissa mikko.hi...@werzek.com wrote: In rt2800lib.c function rt2800_get_txwi_rxwi_size() Add case MT7620 with RT5592

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

2014-02-15 Thread Roman Yeryomin
On 14 February 2014 20:43, Mikko Hissa mikko.hi...@werzek.com wrote: On 14 Feb 2014, at 01:04, Roman Yeryomin leroi.li...@gmail.com wrote: On 14 February 2014 00:34, Mikko Hissa mikko.hi...@werzek.com wrote: In rt2800lib.c function rt2800_get_txwi_rxwi_size() Add case MT7620 with RT5592

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

2014-04-04 Thread Roman Yeryomin
On 4 April 2014 00:06, Michel Stempin michel.stem...@wanadoo.fr wrote: Le 03/04/2014 22:52, John Crispin a écrit : On 03/04/2014 22:04, Michel Stempin wrote: Does anybody can explain what is the official mt7620 support status in OpenWrt? working fully apart of wifi and i2s John

[OpenWrt-Devel] [PATCH] [ramips] Don't try to generate whr-g300n image if it's going to be more than 4M

2014-04-08 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/image/Makefile | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index c6a42ad..63f7425 100644 --- a/target/linux/ramips

[OpenWrt-Devel] [PATCH 1/2] [ramips] Fix pinmux-rt2880

2014-04-08 Thread Roman Yeryomin
The last arg to FUNC() is count, not last pin. Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/patches-3.10/0217-pinmux-rt2880.patch | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/target/linux/ramips/patches-3.10/0217-pinmux-rt2880.patch b

[OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Roman Yeryomin
to be broken also (at least for Asus rt-n15). Signed-off-by: Roman Yeryomin ro...@advem.lv --- target/linux/ramips/dts/RT-N15.dts | 18 ++ target/linux/ramips/dts/rt2880.dtsi | 28 2 files changed, 38 insertions(+), 8 deletions(-) diff --git a/target/linux

Re: [OpenWrt-Devel] [PATCH 2/2] [ramips] Fix pinctrl in DT for rt2880

2014-04-08 Thread Roman Yeryomin
On 8 April 2014 14:37, Claudio Leite lei...@staticky.com wrote: Hi Roman, * Roman Yeryomin (leroi.li...@gmail.com) wrote: This fixes gpio to the state when gpio leds and buttons start to work but something still broken for ethernet part (mdio?). I was actually about to submit a fix

  1   2   3   4   >