Re: [OpenWrt-Devel] [PATCH] [ar71xx] [kernel] Configure OBS4 line on TL-WR841N-v8/MR3420v2 its also fixes USB Power on MR3420v2 at last

2013-09-02 Thread Dmytro
Signed-off-by: Dmytro --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c index e376ae5..6d2654b 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c +++ b/target/linux/ar71xx/files

[OpenWrt-Devel] [PATCH] [ar71xx] [kernel] Configure OBS4 line on TL-WR841N-v8/MR3420v2 its also fixes USB Power on MR3420v2 at last

2013-09-02 Thread Dmytro
This time we took the information from the source of GPL: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg18970.html Confirmed and tested: https://dev.openwrt.org/ticket/13201#comment:41 Thanks to oguretsagressive for testing. Signed-off-by: Dmytro --- diff --git a/target/linux

Re: [OpenWrt-Devel] [PATCH][ar71xx] Configure OBS4 line on TL-WR841N-v8/MR3420v2 it also Fix USB Power on MR3420v2

2013-08-30 Thread Dmytro
Signed-off-by: Dmytro --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c (revision 37859) +++ target/linux/ar71xx/files/arch/mips

Re: [OpenWrt-Devel] [PATCH][ar71xx] Configure OBS4 line on TL-WR841N-v8/MR3420v2 it also Fix USB Power on MR3420v2

2013-08-30 Thread Dmytro
Signed-off-by: Dmytro --- diff.patch Description: Binary data ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH][ar71xx] Configure OBS4 line on TL-WR841N-v8/MR3420v2 it also Fix USB Power on MR3420v2

2013-08-30 Thread Dmytro
This time we took the information from the source of GPL: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg18970.html Confirmed and tested: https://dev.openwrt.org/ticket/13201#comment:41 thx to oguretsagressive Signed-off-by: Dmytro --- diff.patch Description: Binary data

[OpenWrt-Devel] [ar71xx] It is still not working USB Power control on TL-MR3420v2 - possible causes

2013-07-11 Thread Dmytro
I apologize in advance for my bad English. Problem Description Control USB Power on the device TL-MR3420v2. Exactly found that the Power switch USB port controlled by GPIO4, but the ability to control this GPIO4 (in output mode) - does not allow. Are known patches that manage GPIO4 in Input mode,

Re: [OpenWrt-Devel] [PATCH][ar71xx] Disable JTAG on TL-WR841N-v8/MR3420v2 it also Fix USB Power on MR3420v2

2013-06-30 Thread Dmytro
Signed-off-by: Dmytro --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c(revision 37080) +++ target/linux/ar71xx/files/arch/mips/ath79

[OpenWrt-Devel] [PATCH][ar71xx] Disable JTAG on TL-WR841N-v8/MR3420v2 it also Fix USB Power on MR3420v2

2013-06-29 Thread Dmytro
://dev.openwrt.org/ticket/13201 thx to pepe2k Signed-off-by: Dmytro --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c (revision 37080

Re: [OpenWrt-Devel] [PATCH 01/02][ar71xx] Kernel changes for Enabling software control WAN, LAN1-4 LEDs on MR3220-v1/MR3420-v1/WR841N-v7

2013-03-15 Thread Dmytro
Detailed explanation: MR3220-v1/MR3420-v1/WR841N-v7 routers have a common platform - AP99 Accordingly, the whole configuration of LEDs (WAN, LAN1-4, etc) should be general. In the u-boot for the platform AP99 - there are no profiles for different devices. Configuration for LEDs - general. I have MR

[OpenWrt-Devel] [PATCH][ar71xx] Error fix in Kernel for MR3420v2 Ethernet Switch configuration

2013-03-14 Thread Dmytro
have GPIO-button. Signed-off-by: Dmytro --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c (revision 36006) +++ target/linux/ar71xx

[OpenWrt-Devel] [PATCH][ar71xx] Bug fix in Kernel for MR3420v2 Ethernet Switch

2013-03-13 Thread Dmytro
Error in using another MDIO(AP123 platform using only one GE1 device for eth0 and eth1) for the router mr3420v2 From Dmesg: [0.80] libphy: ag71xx_mdio: probed [0.81] eth0: Atheros AG71xx at 0xb900, irq 4, mode:MII [1.37] ag71xx ag71xx.0 eth0: invalid speed specified [

[OpenWrt-Devel] [PATCH 02/02][ar71xx] User-space changes for Enabling software control WAN, LAN1-4 LEDs on MR3220-v1/MR3420-v1/WR841N-v7

2013-03-12 Thread Dmytro
Index: target/linux/ar71xx/base-files/etc/uci-defaults/01_leds === --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds (revision 35995) +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds (working copy) @@ -114,

[OpenWrt-Devel] [PATCH 002/005][ar71xx] Add Kernel support for MR3420v2

2013-03-10 Thread Dmytro
Index: target/linux/ar71xx/patches-3.8/616-MIPS-ath79-TL-MR3420-v2-support.patch === --- target/linux/ar71xx/patches-3.8/616-MIPS-ath79-TL-MR3420-v2-support.patch (revision 0) +++ target/linux/ar71xx/patches-3.8/616-MIPS-ath79-TL-MR

[OpenWrt-Devel] [PATCH 005/005] firmware-utils/mktplinkfw: Add support for MR3420v2

2013-03-10 Thread Dmytro
Index: tools/firmware-utils/src/mktplinkfw.c === --- tools/firmware-utils/src/mktplinkfw.c (revision 35934) +++ tools/firmware-utils/src/mktplinkfw.c (working copy) @@ -34,6 +34,7 @@ #define HWID_TL_MR3220_V1 0x322000

[OpenWrt-Devel] [PATCH 004/005][ar71xx] Makefile changes to build image for MR3420v2

2013-03-10 Thread Dmytro
Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image/Makefile (revision 35934) +++ target/linux/ar71xx/image/Makefile (working copy) @@ -900,7 +900,7 @@ $(eval $(call SingleProfile,TPLINKOLD,$(fs_squash),TLWR

[OpenWrt-Devel] [PATCH 003/005][ar71xx] Add User-space for MR3420v2

2013-03-10 Thread Dmytro
Index: target/linux/ar71xx/base-files/lib/ar71xx.sh === --- target/linux/ar71xx/base-files/lib/ar71xx.sh(revision 35934) +++ target/linux/ar71xx/base-files/lib/ar71xx.sh(working copy) @@ -378,6 +378,9 @@ *TL-MR3

[OpenWrt-Devel] [PATCH 001/005][ar71xx] Add Kernel support for MR3420v2

2013-03-10 Thread Dmytro
Index: target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c === --- target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c (revision 35934) +++ target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wr841n-v8.c

[OpenWrt-Devel] [PATCH][ar71xx] Enabling control GPIO14 and GPIO15 on MR3040/MR11U

2013-03-10 Thread Dmytro
LAN1 and LAN2 LEDs not present (it pulled to ground via resistors) on MR3040 and MR11U devices. But this LEDs=GPIOs we canNOT control by default. Сonfirmed: https://forum.openwrt.org/viewtopic.php?pid=193705#p193705 This little patch enabling ability to control GPIO14 and GPIO15: Index: target/lin

[OpenWrt-Devel] Enabling software control LAN1-LAN4, WAN leds on TL-MR3220-v1, TL-MR3420-v1, TL-WR841N-v7

2013-02-23 Thread Dmytro
This patch was written by the example of similar platforms TP-LINK Applying this patch, will unload the module leds_gpio, in order to use additional GPIOs (13-17) for other purposes. Ticket: https://dev.openwrt.org/ticket/12732 The formatted html version of diff: https://dev.openwrt.org/attachment

[OpenWrt-Devel] Add support for TL-LINK TL-MR3420-v2

2013-02-23 Thread Dmytro
-If the mountain will not come to Mahomet, Mahomet must go to the mountain Quite a long time is not embedded in the support MR3420v2 in Trunk. Enough reviews of the stability the device with the openwrt firmware+this patch. Forum: https://forum.openwrt.org/viewtopic.php?id=41326 Ticket: https://d