Re: [OpenWrt-Devel] [PATCH] [ramips] Adjust image size limit for the D-Link DIR-860L B1

2016-04-09 Thread
According to https://dev.openwrt.org/changeset/49129 The patch is applied with the git conflict remains and it breaks MT7621 target. 2016-04-09 20:10 GMT+08:00 Kristian Evensen : > Hi, > > On Thu, Mar 31, 2016 at 12:47 AM, Daniel Engberg >

Re: [OpenWrt-Devel] [PATCH] [v5] ramips: add initial support for MQmaker WiTi board

2015-12-04 Thread
Hello! 2015-12-03 20:08 GMT+08:00 Sebastian Careba : > The board is based on mt7621AT cpu, and has 16mb nor flash, 256mb of ram, 2 > sata ports, microsd card slot, 1 USB 3.0 port and at least one 2.4 and one 5 > ghz antenna. I think you forgot to enable the XHCI support in

Re: [OpenWrt-Devel] [PATCH] ramips:Fix support for PBR-M1 board

2015-11-29 Thread
beeping after the ethernet >> driver is loaded and I can't control it unless I disable the ethernet driver >> in dts.I'm not sure if there is something wrong with my dts file. >> >> Signed-off-by: 郭传鈜 <gch981...@gmail.com> >> --- >> target/linux/ramips/base-files

Re: [OpenWrt-Devel] pinctrl for rgmii2 doesn't work on MT7621?

2015-11-28 Thread
Sorry I didn't type the whole mail before send it. 2015-11-29 9:07 GMT+08:00 郭传鈜 <gch981...@gmail.com>: > Hi! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] pinctrl for rgmii2 doesn't work on MT7621?

2015-11-28 Thread
Hi! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] pinctrl for rgmii2 doesn't work on MT7621?

2015-11-28 Thread
Hi! I got a PBR-M1 board these days and i'm trying to fix the dts file for it.There is a beeper connected to GPIO26 which share the same pin with rgmii2.I found that the beeper started beeping after the ethernet driver was loaded and I can't control it by setting the value of GPIO26 unless I

Re: [OpenWrt-Devel] [PATCH] ramips: enable external amplifier for Xiaomi MiWiFi Mini

2015-09-02 Thread
Hi! I remember that there is no external PA on Miwifi Mini so this patch may be useless :-( BTW There is no external PA and external LNA support in current rt2x00 driver. 2015-09-01 0:11 GMT+08:00 D. Andrei Măceș : > Attempt to boost the 2.4 GHz signal, currently very low. > >

Re: [OpenWrt-Devel] [PATCH v2 00/25] ramips: massive code cleanups

2015-08-17 Thread
Hi! I just wonder why you chose to use the board name in LED names?Sometimes we can use the same dts file for different boards.For example, in ar71xx wr841nd-v3 wr941nd-v2 and wr941nd-v3 shares mach-tl-wr941nd-v2.c(I haven't found such examples in ramips target.)I think the LED name will be a

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix TP-LINK TL-WR941ND v6 support

2015-08-05 Thread
In fact there is a model called TL-WR941N v6 which sells in China.It uses AR9344 SoC and AR9381 for 450M wireless.It's just a mistake made by the patch submitter to call it wr941nd-v6.I think you should rename the old profile and create a new one:D 2015-08-06 8:40 GMT+08:00 Matthias Schiffer

Re: [OpenWrt-Devel] [PATCH] [ramips] HiWiFi HC5661 Support for Openwrt

2015-04-18 Thread
Oh...I'm planning to send support for HiWiFi HC5761 and I was dealing with the MAC address problem last week.. You should read the MAC address from bdinfo partition which is described by Yousong.(This can be done with a simple script.) I'll send the support for HC5761 now and you can have a

[OpenWrt-Devel] [PATCH][RFC] ramips:Add support for HiWiFi HC5761.

2015-04-18 Thread
Chuanhong Signed-off-by: 郭传鈜 gch981...@gmail.com --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 + .../linux/ramips/base-files/etc/board.d/02_network | 20 +++ target/linux/ramips/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/10-rt2x00-eeprom| 39

Re: [OpenWrt-Devel] [PATCH][RFC] ramips:Add support for HiWiFi HC5761.

2015-04-18 Thread
Sorry...The EEPROM script is not working correctly because I forgot to include /lib/functions/system.sh... But I still want some suggestions about the script:-) 2015-04-19 0:02 GMT+08:00 郭传鈜 gch981...@gmail.com: Hi,all! I'm trying to add support for HiWiFi HC5761 router,This patch works

Re: [OpenWrt-Devel] [PATCH][V3] ramips:Add support for Microduino MicroWRT

2015-04-08 Thread
patch should be based on the source with this patch applied or not. Best regards. Guo Chuanhong 2015-04-06 17:13 GMT+08:00 郭传鈜 gch981...@gmail.com: From: 盛凯 shengka...@gmail.com Sorry,Sheng Kai told me that the flash layout is wrong in his previous patch-_-!! From: 盛凯 shengka

[OpenWrt-Devel] [PATCH][V3] ramips:Add support for Microduino MicroWRT

2015-04-06 Thread
From: 盛凯 shengka...@gmail.com Sorry,Sheng Kai told me that the flash layout is wrong in his previous patch-_-!! From: 盛凯 shengka...@gmail.com v3:fix flash layout and change model name v2:fix space issues MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M

Re: [OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-06 Thread
Sorry please don't accept the v2 patch because Sheng Kai told me that the flash layout in his patch is totally wrong :-( 2015-04-06 14:53 GMT+08:00 John Crispin blo...@openwrt.org: Hi, comments inline On 06/04/2015 02:15, 郭传鈜 wrote: First of all,this patch is not created by me.I just help

[OpenWrt-Devel] [PATCH][V2] ramips:Add support for MakerModule MicroWRT

2015-04-06 Thread
From: 盛凯 shengka...@gmail.com From: 盛凯 shengka...@gmail.com v2:fix space issues MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M DDR2 RAM. You can use most interface, such as i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to combine

[OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-05 Thread
First of all,this patch is not created by me.I just help him to send this patch:-D MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M DDR2 RAM. You can use most interface, such as i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to combine

Re: [OpenWrt-Devel] [PATCH] ramips:Add support for MakerModule MicroWRT

2015-04-05 Thread
Ah I forgot to add ' From: 盛凯 shengka...@gmail.com ' in the patch. I think I needn't submit this patch again.but please let me know if I have to do this:-D 2015-04-06 8:15 GMT+08:00 郭传鈜 gch981...@gmail.com: First of all,this patch is not created by me.I just help him to send this patch:-D

[OpenWrt-Devel] [PATCH] Add support for ZTE Q7

2015-03-31 Thread
company:-D This patch adds support for it. Because there is only one port,I disabled VLAN and use eth0 as lan port. I could only create a sysupgrade firmware because I don't know how the orignal webpage check the uploaded image:-( Signed-off-by: 郭传鈜 gch981...@gmail.com --- target/linux/ramips

[OpenWrt-Devel] [PATCH] ramips:Add support for ZTE Q7

2015-03-31 Thread
the uploaded image:-( Signed-off-by: 郭传鈜 gch981...@gmail.com --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 + .../linux/ramips/base-files/etc/board.d/02_network | 1 + target/linux/ramips/base-files/etc/diag.sh | 3 + target/linux/ramips/base-files/lib/ramips.sh | 3

Re: [OpenWrt-Devel] [PATCH] Add support for ZTE Q7

2015-03-31 Thread
Sorry I forgot to edit the title.This is a router with MT7620a SoC so it belongs to ramips target. 2015-03-31 19:38 GMT+08:00 郭传鈜 gch981...@gmail.com: ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery. I can,t find any information about this router on ZTE's website

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread
Sorry , I'll confirm this and reply you later:-) 2015-02-19 16:39 GMT+08:00 Mikko Hissa mikko.hi...@werzek.com: On 19 Feb 2015, at 10:32, 郭传鈜 gch981...@gmail.com wrote: I've just changed the fpa2 value to 0x25502f28 (Port 5 is force enabled now) so swconfig shows the port as Link down

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread
Port 5: disable: 0 doubletag: 0 untag: 1 led: ??? lan: 1 recv_bad: 0 recv_good: 0 tr_bad: ??? tr_good: ??? pvid: 5 link: port:5 link:down 2015-02-19 17:04 GMT+08:00 郭传鈜 gch981...@gmail.com: Sorry , I'll

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread
...@werzek.com: On 19 Feb 2015, at 09:45, 郭传鈜 gch981...@gmail.com wrote: Portmap?This value is only for the default VLAN config of the switch right? But the problem I'm facing is that the link status of port 5 is always link down even if I plugged in the network cable:-( Actually no, the switch

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-18 Thread
传鈜 gch981...@gmail.com wrote: Hello,everyone! There is a kind of Huawei HG255D which has an RTL8211CL Gigabit PHY and We are trying to add support for it. But I can't find anything about the RGMII and mdio-bus in any dts file of rt305x-based devices:-( The only device I found which used

[OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-18 Thread
Hello,everyone! There is a kind of Huawei HG255D which has an RTL8211CL Gigabit PHY and We are trying to add support for it. But I can't find anything about the RGMII and mdio-bus in any dts file of rt305x-based devices:-( The only device I found which used the interface is WL-351 with an RTL8366

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for TP-Link MR12U v1 board

2015-02-11 Thread
This patch is useless now.We don't need to change mktplinkfw.c .The flash layout is defined in target/linux/ar71xx/image/Makefile :-D 2015-02-11 22:49 GMT+08:00 Daniel Petre daniel.pe...@gmail.com: This patch adds support for the TL-MR12U board. Signed-off-by: Daniel Petre

Re: [OpenWrt-Devel] trying to add support for tp-link mr12u in trunk.

2015-02-11 Thread
You don't need to copy the mach file and kernel patch again if the firmware of mr13u works fine on mr12u. Just use the following line in target/linux/ar71xx/image/Makefile: $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR12U,tl-mr12u-v1,TL-MR13U,ttyATH0,115200,0x00120101,1,4Mlzma)) 2015-02-11

Re: [OpenWrt-Devel] trying to add support for tp-link mr12u in trunk.

2015-02-11 Thread
2015-02-11 21:32 GMT+08:00 郭传鈜 gch981...@gmail.com: You don't need to copy the mach file and kernel patch again if the firmware of mr13u works fine on mr12u. Just use the following line in target/linux/ar71xx/image/Makefile: $(eval $(call SingleProfile,TPLINK-LZMA,64kraw,TLMR12U,tl-mr12u-v1,TL

Re: [OpenWrt-Devel] [PATCH] ar71xx: Add support for MERCURY MAC1200R

2015-02-08 Thread
Ah…Someone added an LED trigger for ath10k serveral days ago…So phy0tpt is able to use now:D 2015年2月8日 下午10:25于 roger.pu...@guifi.net写道: From: Roger Pueyo Centelles roger.pu...@guifi.net This patch adds support for MERCURY MAC1200R, a dual band 802.11bgn + 802.11ac router based on the

[OpenWrt-Devel] [PATCH, v2, RESEND] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-07 Thread
I resent this just because I used the same title of my previus patch Sorry,I forgot another simple mistake of this device tree in the previus patch. The pcie0 part in pcie@1014 should be defined as pcie-bridge. Signed-off-by: 郭传鈜 gch981...@gmail.com --- target/linux/ramips/dts/XIAOMI

Re: [OpenWrt-Devel] [PATCH] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-06 Thread
Sorry I forget another thing. It should be : pcie-bridge { mt76@0,0 { instead of: pcie0 { mt76@0,0 { I'll send another patch later 2015-02-06 20:22 GMT+08:00 Roger Pueyo Centelles rogerpu...@rogerpueyo.com : Hi, I added some prints to the

[OpenWrt-Devel] [PATCH] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-06 Thread
Sorry,I forgot another simple problem of this device tree in the previus patch. The pcie0 part in pcie@1014 should be defined as pcie-bridge. And 2ghz should be disabled on this router. I think the problem should be fixed now.Roger,Please test this patch:D Signed-off-by: 郭传鈜 gch981

Re: [OpenWrt-Devel] [PATCH] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-06 Thread
The title should be [PATCH,v2] right...Shall I send it again? 2015-02-06 21:21 GMT+08:00 郭传鈜 gch981...@gmail.com: Sorry,I forgot another simple problem of this device tree in the previus patch. The pcie0 part in pcie@1014 should be defined as pcie-bridge. And 2ghz should be disabled

Re: [OpenWrt-Devel] [PATCH] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-05 Thread
Actually, you only need to run make target/linux/clean :D 2015-02-05 22:40 GMT+08:00 Roger Pueyo Centelles rogerpu...@rogerpueyo.com : Hi 郭传鈜, I did a make clean and then recompiled. Let me try with a completely new build, I will tell you in an hour or so. Thanks! 2015-02-05 13:56 GMT+01

Re: [OpenWrt-Devel] [PATCH] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-04 Thread
Ah.Sorry,I mean 2.4GHz support for MT7612E should be disabled. 2015-02-04 19:53 GMT+08:00 Gioacchino Mazzurco g...@eigenlab.org: On Wednesday, February 04, 2015 06:44:44 AM Chuanhong Guo wrote: 2ghz should be disabled on this router. It doesn't have 2ghz wireless interface, or it is that we

Re: [OpenWrt-Devel] [PATCH] ramips:Fix mt7612 support for Xiaomi Mini.

2015-02-04 Thread
This is a router with mt7620a soc for 2.4GHz wireless and mt7612e for 5.8GHz wireless. 2015-02-04 19:53 GMT+08:00 Gioacchino Mazzurco g...@eigenlab.org: On Wednesday, February 04, 2015 06:44:44 AM Chuanhong Guo wrote: 2ghz should be disabled on this router. It doesn't have 2ghz wireless

Re: [OpenWrt-Devel] [ramips] Help supporting Xiaomi MiWiFi Mini (.dts file)

2015-01-28 Thread
Someone have posted a good patch for that device: http://www.right.com.cn/forum/thread-157588-1-1.html The dts above works fine. After applying the patch above,you need to edit the following: reset { label = reset; gpios = gpio1 6 0;

Re: [OpenWrt-Devel] [ramips] Help supporting Xiaomi MiWiFi Mini (.dts file)

2015-01-28 Thread
Sorry I haven't read your mail correctly.I pointed to the ethernet MAC address. 2015-01-29 7:42 GMT+08:00, 郭传鈜 gch981...@gmail.com: Someone have posted a good patch for that device: http://www.right.com.cn/forum/thread-157588-1-1.html The dts above works fine. After applying the patch above

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-26 Thread
2015-01-27 1:10 GMT+08:00 Roger Pueyo Centelles rogerpu...@rogerpueyo.com: Hi, Thank you both for your comments. @郭传鈜: + ucidef_set_led_wlan wlan2g WLAN2G mercury:green:wlan2g phy1tpt I think the following line is incorrect: + ucidef_set_led_wlan wlan5g WLAN5G

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for MERCURY MAC1200R

2015-01-14 Thread
2015-01-11 19:48 GMT+08:00 open...@rogerpueyo.com: From: Roger Pueyo Centelles roger.pu...@guifi.net --- target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 5 + .../ar71xx/base-files/etc/uci-defaults/02_network | 1 +

Re: [OpenWrt-Devel] [PATCH] ramips:Add support for Aigale Ai-BR100

2014-12-13 Thread
2014-12-13 15:04 GMT+08:00 Yousong Zhou yszhou4t...@gmail.com: Hi, gch On 13 December 2014 at 10:41, 郭传鈜 gch981...@gmail.com wrote: Aigale Ai-BR100 is a router with mt7620a soc. There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led. IIRC

Re: [OpenWrt-Devel] lenovo Y1/S port mapping

2014-12-12 Thread
Y1S has 2 Gigabit LAN. So I used the following: y1 |\ y1s) ucidef_set_interfaces_lan_wan eth0.1 eth0.2 ucidef_add_switch switch0 1 1 ucidef_add_switch_vlan switch0 1 0 1 2 3 5 6t 7 ucidef_add_switch_vlan switch0 2 4 6t

Re: [OpenWrt-Devel] lenovo Y1/S port mapping

2014-12-12 Thread
Actually I don't know what port 7 is. Port 5 is not required for Y1. 2014-12-12 22:20 GMT+08:00 John Crispin blo...@openwrt.org: On 12/12/2014 12:21, 郭传鈜 wrote: Y1S has 2 Gigabit LAN. So I used the following: y1 |\ y1s) ucidef_set_interfaces_lan_wan eth0.1 eth0.2 ucidef_add_switch

[OpenWrt-Devel] [PATCH] ramips:Add support for Aigale Ai-BR100

2014-12-12 Thread
Aigale Ai-BR100 is a router with mt7620a soc. There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led. Signed-off-by: 郭传鈜 gch981...@gmail.com --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 + .../linux/ramips/base-files/etc/board.d/02_network

Re: [OpenWrt-Devel] 答复: [PATCH] [ar71xx] stops qihoo 360 c301 booting into backup firmware

2014-09-19 Thread
I think it's because of the following 2 lines: static void qihoo_c301_get_mac(const char *name, char *mac) @@ -98,6 +101,7 @@ static void __init qihoo_c301_setup(void) u8 tmpmac[ETH_ALEN]; ath79_register_m25p80_multi(flash); + qihoo_c301_board = 1; BTW,I think it's easier

Re: [OpenWrt-Devel] 答复: [PATCH] [ar71xx] stops qihoo 360 c301 booting into backup firmware

2014-09-19 Thread
Sorry,I haven't read the whole patch.What you've done is not erasing the partition. this patch is great,I think. 2014-09-20 5:00 GMT+08:00 swigger swig...@gmail.com: Where? I don't think it's whitespace broken. Spaces are spaces and tabs are tabs. -邮件原件- 发件人: Weijie Gao

[OpenWrt-Devel] [PATCH][ramips]Add support for Aigale Ai-BR100

2014-07-02 Thread
Ai-BR100 is a router with mt7620a chip.Maybe it's only sold in China. There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led. USB is not working normally (only usb2.0 devices can be recognized when I select kmod-usb2 and kmod-usb-ohci) I don't know if it is

[OpenWrt-Devel] [PATCH][ramips][resend]Add support for Aigale Ai-BR100

2014-07-02 Thread
Sorry. I resent this because of the text format :-( I don't know why my patch isn't displayed normally in the patchwork page.What should I do? I also uploaded my patch file here: http://php-gch981213.rhcloud.com/wp-content/uploads/2014/07/br100patch.txt Ai-BR100 is a router with mt7620a