[LEDE-DEV] [PATCH] This patch adds support for the Netgear WN3000RPv3 N300 repeater.

2017-01-17 Thread hacks
From: Thibaut VARENE It uses the same trick as for the EX2700 to pass the Second Part Magic Check from the bootloader (as described here https://forum.openwrt.org/viewtopic.php?pid=312577#p312577 ) Specifications: - SoC: MediaTek MT7620A (580MHz, ramips) - RAM: 32MB - Storage: 8MB NOR SPI flash

[LEDE-DEV] [PATCH] ar71xx/ath79: mark soft_config as writeable in mach-rb941.c

2017-01-17 Thread hacks
From: Thibaut VARENE This is necessary for rbcfg to work. Signed-off-by: Thibaut VARENE --- target/linux/ar71xx/files/arch/mips/ath79/mach-rb941.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb941.c b/target/linux/ar71xx/files/arch/mips/at

[LEDE-DEV] [PATCH V2] ar71xx: mark soft_config mtd part as writeable for RB-941-2nD

2017-01-18 Thread hacks
From: Thibaut VARENE The soft_config partition must be writeable for rbcfg to be able to enact changes to the routerboot configuration. The read-only flag was a mistake in the initial patch. Removing it brings mach-rb941.c in line with all other RB platforms. Signed-off-by: Thibaut VARENE ---

[LEDE-DEV] [PATCH V2] ramips: add support for Netgear WN3000RPv3

2017-01-18 Thread hacks
From: Thibaut VARENE This patch adds support for the Netgear WN3000RPv3 http://www.netgear.com/support/product/wn3000rpv3.aspx Specifications: - SoC: MediaTek MT7620A (580MHz, ramips) - RAM: 32MB DDR - Storage: 8MB NOR SPI flash - Wireless: builtin MT7620A, 2x2:2 with u.FL connectors - Ethernet:

[LEDE-DEV] [PATCH 3/3] ar71xx: Add preliminary support for several SPI NOR MikroTik RB devices

2017-02-05 Thread hacks
From: Thibaut VARENE This patch adds preliminary support for the following devices - RouterBOARD cAP - RouterBOARD cAP lite - RouterBOARD hAP - RouterBOARD mAP - RouterBOARD wAP These devices apparently all share the same QCA953x / 16MB SPI NOR platform. This patch will provide basic hardware i

[LEDE-DEV] [PATCH 1/3] ar71xx: add support for RB mAP L-2nD

2017-02-05 Thread hacks
From: Thibaut VARENE This patch adds support for the MikroTik RouterBOARD mAP lite https://routerboard.com/RBmAPL-2nD Specifications: - SoC: Qualcomm QCA9533 (650MHz) - RAM: 64MB - Storage: 16MB NOR SPI flash - Wireless: builtin QCA9533, 2x2:2 - Ethernet: 1x100M This is another 16M SPI NOR mikr

[LEDE-DEV] [PATCH 2/3] ar71xx: provide support for RB-941-2nD via mach-rbxap.c

2017-02-05 Thread hacks
From: Thibaut VARENE This patch implements support for the hAP lite in mach-rbxap.c hAP lite was supported via mach-rb941.c, so this file is removed as well as the corresponding build bits. Signed-off-by: Thibaut VARENE --- target/linux/ar71xx/config-4.4 | 1 - .../ar71xx

[LEDE-DEV] [PATCH v2 2/3] ar71xx: provide support for RB-941-2nD via mach-rbxap.c

2017-02-05 Thread hacks
From: Thibaut VARENE This patch implements support for the hAP lite in mach-rbxap.c hAP lite was supported via mach-rb941.c, so this file is removed as well as the corresponding build bits. v2 fixes WLAN MAC offset and a comment grammar issue. Signed-off-by: Thibaut VARENE --- target/linux/ar