[OpenWrt-Devel] multiple virtual ssid's

2014-05-21 Thread Patrick Shirkey
Hi, I have encountered an issue with multiple virtual ssid's that seems to be happening across a few devices with different chipsets. I have three virtual access points which are all showing as wifi connections on my client devices. 1: After I boot the router I can connect to any of the three

Re: [OpenWrt-Devel] [PATCH] [packages] iptables: Makefile: only build ip6tc, if IPv6 is enabled

2014-05-21 Thread Bastian Bittorf
* Bastian Bittorf bitt...@bluebottle.com [25.04.2014 15:51]: without this patch the build breaks at iptables to make it a bit cleaer: when trying to build without IPv6: # CONFIG_IPV6 is not set # CONFIG_PACKAGE_6relayd is not set # CONFIG_PACKAGE_odhcp6c is not set # CONFIG_PACKAGE_odhcpd is

[OpenWrt-Devel] [PATCH 1/2] ar71xx: image: clean up and add missing argument for some macros

2014-05-21 Thread Zhao, Gang
Macro Sysupgrade/KR is not used and seems unnecessary, so remove it. Also add padding argument to macro Sysupgrade/RKuImage. Signed-off-by: Zhao, Gang gamer...@gmail.com --- target/linux/ar71xx/image/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 2/2] base-files: remove function service_kill

2014-05-21 Thread Zhao, Gang
Function service_kill is deprecated and has no user, so remove it. Signed-off-by: Zhao, Gang gamer...@gmail.com --- package/base-files/files/lib/functions/service.sh | 23 --- 1 file changed, 23 deletions(-) diff --git a/package/base-files/files/lib/functions/service.sh

[OpenWrt-Devel] [PATCH] ar71xx: add support for dlink dir-615-e1

2014-05-21 Thread Zhao, Gang
Dlink dir-615-e1 can use dir-600-a1's image, but the image can't be uploaded through dlink's normal firmware update web page. Add profile for dir-615-e1 so the generated image can be uploaded through the firmware update web page. Signed-off-by: Zhao, Gang gamer...@gmail.com ---

[OpenWrt-Devel] [PATCH v2 1/2] fstools: stage libubi-utils static library and headers

2014-05-21 Thread Daniel Golle
Use InstallDev to make libubi-utils available for linking in uboot-envtools. Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/system/fstools/Makefile | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package/system/fstools/Makefile

[OpenWrt-Devel] [PATCH v2 2/2] uboot-envtools: add support for environment in ubi volume

2014-05-21 Thread Daniel Golle
On UBI enabled devices, U-Boot might store it's environment on UBI volume(s). Support this in uboot-envtools, so fw_setenv and fw_printenv can work on these platforms. Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/boot/uboot-envtools/Config.in | 9 ++

Re: [OpenWrt-Devel] [PATCH] Add kernel modules for USB gadget serial devices.

2014-05-21 Thread Tim Harvey
On Wed, Apr 23, 2014 at 4:09 PM, Owen Kirby o...@exegin.com wrote: This patch adds support for building the kernel modules for gadget serial devices. Signed-off-by: Owen Kirby o...@exegin.com --- package/kernel/linux/modules/usb.mk | 26 ++ 1 file changed, 26

[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