[OpenWrt-Devel] [PATCH v2] ar71xx: Add UBNT airGateway Pro support

2015-08-21 Thread Matthew Reeve
This patch adds kernel and userspace support for the Ubiquiti Networks airGateway Pro. v2: Modify file bases so that git apply will apply it. Signed-off-by: Matthew Reeve mreeve at tenxnetworks.com --- /dev/null 2015-08-07 21:02:55.557188068 -0600 +++ b/target/linux/ar71xx/patches-4.1/610

[OpenWrt-Devel] [PATCH] ar71xx: Add UBNT airGateway Pro support

2015-08-20 Thread Matthew Reeve
This patch adds kernel and userspace support for the Ubiquiti Networks airGateway Pro. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- /dev/null 2015-08-07 21:02:55.557188068 -0600 +++ target/linux/ar71xx/patches-4.1/610-MIPS-ath79-UBNT-add-airGateway-pro-support.patch 2015

[OpenWrt-Devel] [PATCH] ar71xx: Register reset button on UBNT AirGW

2014-07-20 Thread Matthew Reeve
The airGateway has a reset button connected to GPIO 12, so we should use it. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com diff --git a/target/linux/ar71xx/patches-3.10/722-MIPS-ath79-add-airGateway-support.patch b/target/linux/ar71xx/patches-3.10/722-MIPS-ath79-add-airGateway

[OpenWrt-Devel] [PATCH] ar71xx: add RB91x boards to uci-defaults 02_network

2014-07-17 Thread Matthew Reeve
The default case in 02_network is inappropriate for the MikroTik RouterBOARD 91x boards because they do not have a WAN port, so don't bother setting the non-existent eth1 interface as the WAN port. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- target/linux/ar71xx/base-files/etc/uci

[OpenWrt-Devel] [PATCH] ar71xx: Add UBNT airGateway support

2014-07-17 Thread Matthew Reeve
This patch adds support for the Ubiquiti Networks airGateway. Based in part on code posted by David Hutchison dhutchi...@bluemesh.net on openwrt-devel: https://lists.openwrt.org/pipermail/openwrt-devel/2013-December/023035.html Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- target

Re: [OpenWrt-Devel] [PATCH v4] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread Matthew Reeve
On 26/06/2014 21:47, Matthew Reeve wrote: This patch adds support for the MikroTik RouterBOARD SXT Lite. The new RB911L series is also supported as a result. v2 of this patch fixes the wmac offset to match what is on the sticker. v3 refreshes the patch against r41148 and defines the power

[OpenWrt-Devel] [PATCH v5] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread Matthew Reeve
the patch against r41353 and fixes the patch path issue to make git am work correctly v5 selects the kernel config option in the mikrotik profile rather than in the main ar71xx config Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- trunk/target/linux/ar71xx/patches-3.10/713-MIPS-ath79

Re: [OpenWrt-Devel] [PATCH v4] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-28 Thread Matthew Reeve
the patch against r41353 and fixes the patch path issue to make git am work correctly Signed-off-by: Matthew Reeve mreeve at tenxnetworks.com Superseded by http://patchwork.openwrt.org/patch/5764/ ___ openwrt-devel mailing list openwrt-devel

[OpenWrt-Devel] [PATCH v4] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-26 Thread Matthew Reeve
the patch against r41353 and fixes the patch path issue to make git am work correctly Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- trunk/target/linux/ar71xx/patches-3.10/713-MIPS-ath79-add-RBSXTLite-support.patch 2014-05-12 18:49:06.902842033 + +++ trunk/target/linux/ar71xx

Re: [OpenWrt-Devel] [PATCH v3] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-19 Thread Matthew Reeve
making git am fail. i had to use patch -p0 to manually apply it. Please make sure to send a valid patch the next time. John On 11/06/2014 23:05, Matthew Reeve wrote: [truncated] ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH v3] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-06-11 Thread Matthew Reeve
-by: Matthew Reeve mre...@tenxnetworks.com --- target/linux/ar71xx/patches-3.10/712-MIPS-ath79-add-RBSXTLite-support.patch 2014-05-12 18:49:06.902842033 + +++ target/linux/ar71xx/patches-3.10/712-MIPS-ath79-add-RBSXTLite-support.patch 2014-05-21 20:34:52.209118569 + @@ -0,0 +1,38

[OpenWrt-Devel] [PATCH] ar71xx: Fixes for 951Ui-2HnD board support

2014-06-11 Thread Matthew Reeve
WAN and LAN are swapped the wrong way around. This patch fixes that by adding the 951Ui-2HnD to ar71xx.sh and the relevant entry in 02_network. This patch also defines the ACT LED as the status LED in diag.sh. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- target/linux/ar71xx/base

[OpenWrt-Devel] [PATCH] procd: Fix USB cellular modems

2014-06-06 Thread Matthew Reeve
Without this patch, /etc/hotplug.d/tty/30-3g won't be called when you insert or remove a USB-serial cellular modem. (see Ticket #14117) Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- package/system/procd/files/hotplug.json 2014-05-27 22:34:33.175634831 + +++ package/system

[OpenWrt-Devel] [PATCH v2] ar71xx: Add support for MikroTik RouterBOARD SXT Lite

2014-05-29 Thread Matthew Reeve
This patch adds support for the MikroTik RouterBOARD SXT Lite. The new RB911L series is also supported as a result. v2 of this patch fixes the wmac offset to match what is on the sticker. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- target/linux/ar71xx/patches-3.10/710-MIPS-ath79

[OpenWrt-Devel] [PATCH] Add support for MikroTik RouterBOARD SXT Lite

2014-05-21 Thread Matthew Reeve
This patch adds support for the MikroTik RouterBOARD SXT Lite. The new RB911L series is also supported as a result. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- target/linux/ar71xx/patches-3.10/710-MIPS-ath79-add-RBSXTLite-support.patch 2014-05-12 18:49:06.902842033 +

Re: [OpenWrt-Devel] [PATCH v5] ppp: add new protocol PPPoSSH.

2014-05-21 Thread Matthew Reeve
It has been known for a long time that this is actually a really terrible idea: http://sites.inka.de/~W1011/devel/tcp-tcp.html It might appear to work just fine on completely uncongested links with zero packet loss, but theory says that as soon as there is any congestion at all, it will break

[OpenWrt-Devel] [PATCH] mac80211: iwlagn include firmware for 7260 cards

2014-03-07 Thread Matthew Reeve
This patch enables including the firmware for Intel Dual Band Wireless-N 7260 and Intel Dual Band Wireless-AC 7260 cards in iwlagn. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- package/kernel/mac80211/Makefile2014-03-08 04:28:54.587641441 + +++ package/kernel/mac80211

[OpenWrt-Devel] [PATCH] ar71xx: Add support for MikroTik RB951Ui-2HnD

2014-01-24 Thread Matthew Reeve
this on real hardware, I also noticed that wireless didn't work, so this patch fixes that as well. This patch applies cleanly to SVN 39392. Signed-off-by: Matthew Reeve mre...@tenxnetworks.com --- target/linux/ar71xx/files/arch/mips/ath79/mach-rb95x.c 2014-01-24 14:15:19.656352285 -0700