Re: [OpenWrt-Devel] [PATCH 3/4] firmware-utils: kernel image generator for TP-Link RE450

2016-01-19 Thread Tal Keren
On 19/01/2016 11:30, John Crispin wrote: > can this not be merged into one of the other tplink tools ? > > That is what I initially did, add a flag for this case. But then I had to disable about 3/4 of the original code with if/else for this case. It doesn't use most of the functionally that mkt

[OpenWrt-Devel] [PATCH 4/4] a71xx: add support for TP-Link RE450

2016-01-06 Thread Tal Keren
ctory image is flashable from the stock web ui. Signed-off-by: Tal Keren --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 9 + .../linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 3 + .../etc/hotplug.d/firmware/11-ath10k-ca

[OpenWrt-Devel] [PATCH 2/4] firmware-utils: add support for TP-Link RE450 for tplink-safeload

2016-01-06 Thread Tal Keren
different from the stock layout, since the stock layout didn't have enough space for the kernel. 512KB were moved from the file system to the kerenl partition. This will work with the OEM firmware since it uses the partition table specified in the new firmware when flashing it. Signed-off-by: Tal

[OpenWrt-Devel] [PATCH 3/4] firmware-utils: kernel image generator for TP-Link RE450

2016-01-06 Thread Tal Keren
hardware compatibility. Signed-off-by: Tal Keren --- tools/firmware-utils/Makefile| 1 + tools/firmware-utils/src/mktplinkfw-kernel.c | 352 +++ 2 files changed, 353 insertions(+) create mode 100755 tools/firmware-utils/src/mktplinkfw-kernel.c diff --git

[OpenWrt-Devel] [PATCH 1/4] base-files: add option to specify netdev led mode in configuration generation

2016-01-06 Thread Tal Keren
This is necessary for controlling leds of RJ45 port, when one indicate the link status and the other indicate data transfer. Signed-off-by: Tal Keren --- package/base-files/files/bin/config_generate | 7 --- package/base-files/files/lib/functions/uci-defaults.sh | 2 ++ 2 files