Re: [OpenWrt-Devel] [RFC] stop accepting 4/32M board patches

2018-12-05 Thread Alex Maclean
On 05/12/2018 14:08, Carlos Ferreira wrote: > I still have a bunch of Old Foneras and some TP-Link 703N and TL-MR11U > battery powered micro-routers. > The foneras are kinda useless, but the TP-Links are somewhat usefull > and I still use them with OpenWRT. > > What other inexpensive routers

[OpenWrt-Devel] [PATCH] x86: add UHCI and XHCI USB host drivers to 4.14

2018-08-23 Thread Alex Maclean
Without UHCI a non-trivial number of machines will have no keyboard without BIOS assistance. Add XHCI as well in case there are chipsets which don't support legacy interfaces, and support PCI OHCI controllers also. Signed-off-by: Alex Maclean --- target/linux/x86/config-4.14 | 6 +- 1 file

[OpenWrt-Devel] [PATCH v2] config: extend small_flash feature

2018-07-09 Thread Alex Maclean
Extend the small_flash feature to disable swap, core dumps, and kernel debug info, and change the squashfs block size to 1024KiB. Also change squashfs fragment cache to 2 for small_flash to ease memory usage. Signed-off-by: Alex Maclean --- config/Config-images.in | 1 + config

Re: [OpenWrt-Devel] [PATCH] ath79: fixed Add support for TL-WR740N/NDv2, TL-MR3220v1, TL-MR3420v1

2018-06-26 Thread Alex Maclean
On 26/06/18 16:00, Смирнов Дмитрий wrote: > From 45ade20ff65fca3140e80189747c42ac9ee123ab Mon Sep 17 00:00:00 2001 > From: Deoptim > Date: Tue, 26 Jun 2018 17:01:47 +0300 > Subject: [PATCH] ath79: fixed Add support for > TL-WR740N/NDv2,TL-MR3220v1,TL-MR3420v1 > > Its common AP99(AR7241) platform

[OpenWrt-Devel] [PATCH 3/4] ramips: RE350: add rootfs offset to header

2018-06-20 Thread Alex Maclean
Have mktplinkfw fill in the rootfs offset so the firmware splitter can find it without aligning to erase blocks. Signed-off-by: Alex Maclean --- target/linux/ramips/image/mt7621.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target

[OpenWrt-Devel] [PATCH 2/4] firmware-utils: tplink-safeloader: add dynamic partitions

2018-06-20 Thread Alex Maclean
. Signed-off-by: Alex Maclean --- tools/firmware-utils/src/tplink-safeloader.c | 71 1 file changed, 58 insertions(+), 13 deletions(-) diff --git a/tools/firmware-utils/src/tplink-safeloader.c b/tools/firmware-utils/src/tplink-safeloader.c index 27c5aa8497..1d011446f5 100644

[OpenWrt-Devel] [PATCH 4/4] firmware-utils: tplink-safeloader: switch RE350 to dynamic partitions

2018-06-20 Thread Alex Maclean
Use the new dynamic partition split in tplink-safeloader so we no longer have to worry about kernel size increases. Signed-off-by: Alex Maclean --- tools/firmware-utils/src/tplink-safeloader.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tools/firmware-utils/src

[OpenWrt-Devel] [PATCH 1/4] firmware-utils: mktplinkfw: add rootfs offset for combined images

2018-06-20 Thread Alex Maclean
splitting. Signed-off-by: Alex Maclean --- tools/firmware-utils/src/mktplinkfw.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tools/firmware-utils/src/mktplinkfw.c b/tools/firmware-utils/src/mktplinkfw.c index ab5fd6d58b..ce2acc20c9 100644 --- a/tools/firmware-utils

[OpenWrt-Devel] [PATCH] ath79: fixup TL-WR703N/TL-MR10U split

2018-06-12 Thread Alex Maclean
Readd SoC compatible strings and correct model names mangled in a51078f7354fac9e31f6956cbddc77aaef02c67b, cleanup dts to remove duplication, rename dtsi for clarity, use correct GPIO for TL-MR10U USB power. Tested only on TL-WR703N due to lack of a TL-MR10U. Signed-off-by: Alex Maclean

Re: [OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-06-01 Thread Alex Maclean
On 01/06/18 12:34, Lucian Cristian wrote: > On 30.05.2018 20:22, Martin Tippmann wrote: >> find /usr | >> xargs md5sum > > I made the test on tl-wr841n-v9 with luci selected > > these are the changes to squashfs > > --- a/config/Config-images.in > +++ b/config/Config-images.in > @@ -149,8 +149,15

[OpenWrt-Devel] [PATCH v2 2/5] ath79: add AR7240 dtsi

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar7240.dtsi | 66 ++ 1 file changed, 66 insertions(+) create mode 100644 target/linux/ath79/dts/ar7240.dtsi diff --git a/target/linux/ath79/dts/ar7240.dtsi b/target/linux/ath79/dts/ar7240.dtsi new file mode

[OpenWrt-Devel] [PATCH v2 5/5] ath79: add TP-Link TL-WR703N port

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- .../ath79/base-files/etc/board.d/02_network | 1 + target/linux/ath79/dts/ar9331_tl-wr703n.dts | 139 ++ target/linux/ath79/image/tiny-tp-link.mk | 10 ++ 3 files changed, 150 insertions(+) create mode 100644 target/linux/ath79/dts

[OpenWrt-Devel] [PATCH] ath79: correct wmac names in dts

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar9132.dtsi | 2 +- target/linux/ath79/dts/ar9330.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ath79/dts/ar9132.dtsi b/target/linux/ath79/dts/ar9132.dtsi index f1822e8775..d079811fe6 100644

[OpenWrt-Devel] [PATCH v2 1/5] ath79: add tiny subtarget

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/Makefile | 2 +- target/linux/ath79/image/Makefile | 3 + target/linux/ath79/image/common-tp-link.mk| 84 +++ target/linux/ath79/image/generic-tp-link.mk | 79 + target/linux

[OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-05-30 Thread Alex Maclean
Extend the small_flash feature to disable swap, core dumps, and kernel debug info, and change the squashfs block size to 1024KiB. This saves approximately 18K in the kernel image on ath79, and 64K in the rootfs. Signed-off-by: Alex Maclean --- config/Config-images.in | 1 + config/Config

[OpenWrt-Devel] [PATCH v2 4/5] ath79: add TP-Link TL-WR740N/ND v2 port

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- .../ath79/base-files/etc/board.d/01_leds | 7 + .../ath79/base-files/etc/board.d/02_network | 6 + .../etc/hotplug.d/firmware/10-ath9k-eeprom| 1 + .../linux/ath79/dts/ar7240_tl-wr740n-v2.dts | 174 ++ target/linux/ath79/image

[OpenWrt-Devel] [PATCH v2 3/5] ath79: add pinmux node to ar724x.dtsi

2018-05-30 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar724x.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/ath79/dts/ar724x.dtsi b/target/linux/ath79/dts/ar724x.dtsi index fe1b4eb681..b2844bf179 100644 --- a/target/linux/ath79/dts/ar724x.dtsi +++ b

[OpenWrt-Devel] [PATCH 1/5] ath79: add tiny subtarget

2018-05-29 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/Makefile | 2 +- target/linux/ath79/image/Makefile | 3 + target/linux/ath79/image/common-tp-link.mk| 84 +++ target/linux/ath79/image/generic-tp-link.mk | 79 + target/linux

[OpenWrt-Devel] [PATCH 5/5] ath79: add TP-Link TL-WR703N port

2018-05-29 Thread Alex Maclean
Signed-off-by: Alex Maclean --- .../ath79/base-files/etc/board.d/02_network | 1 + target/linux/ath79/dts/ar9331_tl-wr703n.dts | 139 ++ target/linux/ath79/image/tiny-tp-link.mk | 10 ++ 3 files changed, 150 insertions(+) create mode 100644 target/linux/ath79/dts

[OpenWrt-Devel] [PATCH 4/5] ath79: add TP-Link TL-WR740N/ND v2 port

2018-05-29 Thread Alex Maclean
Signed-off-by: Alex Maclean --- .../ath79/base-files/etc/board.d/01_leds | 8 + .../ath79/base-files/etc/board.d/02_network | 6 + .../etc/hotplug.d/firmware/10-ath9k-eeprom| 1 + .../linux/ath79/dts/ar7240_tl-wr740n-v2.dts | 174 ++ target/linux/ath79/image

[OpenWrt-Devel] [PATCH 2/5] ath79: add AR7240 dtsi

2018-05-29 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar7240.dtsi | 66 ++ 1 file changed, 66 insertions(+) create mode 100644 target/linux/ath79/dts/ar7240.dtsi diff --git a/target/linux/ath79/dts/ar7240.dtsi b/target/linux/ath79/dts/ar7240.dtsi new file mode

[OpenWrt-Devel] [PATCH 3/5] ath79: add pinmux node to ar724x.dtsi

2018-05-29 Thread Alex Maclean
Signed-off-by: Alex Maclean --- target/linux/ath79/dts/ar724x.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/target/linux/ath79/dts/ar724x.dtsi b/target/linux/ath79/dts/ar724x.dtsi index fe1b4eb681..b2844bf179 100644 --- a/target/linux/ath79/dts/ar724x.dtsi +++ b