[OpenWrt-Devel] [PATCH] ralink: add support for ap699ge8c2

2015-05-13 Thread Cristian Morales Vega
Signed-off-by: Cristian Morales Vega crist...@samknows.com --- .../linux/ramips/base-files/etc/board.d/02_network | 5 + target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh | 1 + target/linux/ramips/dts/AP699GE8C2.dts |

[OpenWrt-Devel] regarding patch lldpd: update to version 0.7.14

2015-05-13 Thread Alexandru Ardelean
Hello, I don't have the original email, hence this one. Is there a conclusion for this patch : lldpd: update to version 0.7.14 http://patchwork.ozlabs.org/patch/463177/ ? Thanks Alex ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] WAN dhcp client doesnt recognize unplugged cable and doesnt request new IP on replugged

2015-05-13 Thread Conor O'Gorman
On 12/05/15 17:57, Jakub Jančo wrote: Hello, I have tplink 1043nd with BB Problem is that I have dhcp client on WAN and if I unplug cable from WAN, it doesnt change status, give up dhcp address. Even worse is that if I plug cable with another end point with another network, WAN dhcp client

[OpenWrt-Devel] [RFC] [PATCH] build: honor command line CONFIG_ variables on kernel_*config targets

2015-05-13 Thread Emmanuel Deloget
The CONFIG_* variables are correctly handled when building nearly all targets (at least packages and full build) yet they are not honored on kernel_menuconfig and similar targets. Some use case : make CONFIG_DOWNLOAD_FOLDER=../dl/ kernel_menuconfig make CONFIG_BUILD_SUFFIX=test

[OpenWrt-Devel] [PATCH 1/3] iwinfo, nl80211: add support for vendor_elements

2015-05-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- include/iwinfo.h | 9 + iwinfo_cli.c | 2 +- iwinfo_nl80211.c | 7 +++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/include/iwinfo.h b/include/iwinfo.h index 95020a4..856525e 100644 --- a/include/iwinfo.h +++

[OpenWrt-Devel] [PATCH 2/3] rpcd, iwinfo: add support for vendor_elements

2015-05-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- iwinfo.c | 41 - 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/iwinfo.c b/iwinfo.c index 325c07a..6e34ea1 100644 --- a/iwinfo.c +++ b/iwinfo.c @@ -317,6 +317,41 @@ rpc_iwinfo_info(struct

[OpenWrt-Devel] [PATCH] scripts/feeds: Delete package/feeds folder in the clean procedure to prevent dangling links.

2015-05-13 Thread Martin Strbacka
Hello, if you run: ./scripts/feeds clean It removes ./feeds folder but not ./package/feeds/ which is full of dangling links then. This patch fixes it. Best Regards, Martin Strba??ka Signed-off-by: Martin Strbacka martin.strba...@nic.cz --- scripts/feeds | 2 +- 1 file changed, 1

[OpenWrt-Devel] [PATCH 3/3] hostapd: allow to set vendor_elements via /etc/config/wireless

2015-05-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin ro...@advem.lv --- package/network/services/hostapd/files/netifd.sh | 5 + 1 file changed, 5 insertions(+) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 23d2e7e..1d1b098 100644 ---

[OpenWrt-Devel] [PATCH] ramips: Adding support for AXIMCom MR-102N 3G/4G Travel Mobile Router

2015-05-13 Thread Tai-hwa Liang
MR-102N is a RT3050F based wireless router(32M RAM + 8M NOR flash) with 1 USB and 1 ethernet port. The original product information can be found at: http://www.aximcom.com/en/MR-102N Signed-off-by: Tai-hwa Liang atli...@gmail.com --- target/linux/ramips/base-files/etc/board.d/01_leds | 4 +

Re: [OpenWrt-Devel] [PATCH] Vlan configuration, limit the used ports

2015-05-13 Thread Rafał Miłecki
On 12 May 2015 at 10:16, Hante Meuleman meule...@broadcom.com wrote: Do not mimic the vlan configuration in some devices like R8000 as the configuration is to be used with SW accelerators not available in OpenWRT. It is not possible to use the switch with vlan port configuration 0 1 2 3 5 7

[OpenWrt-Devel] External (public) IP forwarded to internal LAN

2015-05-13 Thread Angelo Corsaro
Hi all, first of all, I'm sorry for my poor english and if I placed my question in a wrong place. I'm facing an issue with,I think, iptables. This is the scenario: I'm using a ddns service to point my external ip to access my server; and it works fine, but the original address is always the

[OpenWrt-Devel] Question on compiling a wifi driver getting: CONFIG_CFG80211 nor CONFIG_CFG80211_MODULE is defined in kernel

2015-05-13 Thread Derek Werthmuller
I'm trying to compile a vendor open source driver under the latest trunk. My package Makefile has DEPENDS:= +wireless-tools @USB_SUPPORT +kmod-cfg80211 +kmod-mac80211 but I'm still getting this CONFIG_CFG80211 nor CONFIG_CFG80211_MODULE is defined in kernel. Looking into the .config file I don't

Re: [OpenWrt-Devel] External (public) IP forwarded to internal LAN

2015-05-13 Thread Lars Kruse
Hi Angelo, I'm facing an issue with,I think, iptables. This is the scenario: I'm using a ddns service to point my external ip to access my server; and it works fine, but the original address is always the internal iface of my modem. I am not sure what is the source and the destination

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Add functions to get/release copies of nvram contents.

2015-05-13 Thread Felix Fietkau
On 2015-05-13 09:48, Hante Meuleman wrote: Initially I made the free an inline from header file, but it doesn't compile out of the box as it needs the definition for kfree and not all c files which include this header file had this, as I don't like the inclusion of header files from header

[OpenWrt-Devel] [PATCH] include/scan.mk: Add -a argument to the grep to treat all Makefiles as a text file.

2015-05-13 Thread Martin Strbacka
Hello, I found out that in some rare cases grep can treat Makefile as a binary file. That happened to me on UTF-8 Gentoo if Makefile contained a character which was from extended ASCII table. Without this patch the output of the grep command in the $(FILELIST) target is not valid (contains

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Add functions to get/release copies of nvram contents.

2015-05-13 Thread Rafał Miłecki
On 13 May 2015 at 18:45, Felix Fietkau n...@openwrt.org wrote: On 2015-05-13 09:48, Hante Meuleman wrote: Initially I made the free an inline from header file, but it doesn't compile out of the box as it needs the definition for kfree and not all c files which include this header file had

[OpenWrt-Devel] procd: failed to symlink /tmp - /var - creation of this symlink in procd needed?

2015-05-13 Thread Heiner Kallweit
Recently the system log started to report a warning failed to symlink /tmp - /var. This symlink is part of the base-files package and later procd tries to do the same in early.c. As the symlink is already there this fails and throws the warning. Until few weeks ago this failed silently, on Mar

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Add functions to get/release copies of nvram contents.

2015-05-13 Thread Felix Fietkau
On 2015-05-13 20:14, Hante Meuleman wrote: Bloated? Seriously? Putting the lines in either C or H and either have an additional include or a prototype (both 1 line). Having the function in the .c file along with the EXPORT_SYMBOL makes the kernel size bigger. Including the header file with an

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Add functions to get/release copies of nvram contents.

2015-05-13 Thread Ian Kent
On Wed, 2015-05-13 at 06:34 +0200, Rafał Miłecki wrote: On 13 May 2015 at 03:49, Ian Kent ra...@themaw.net wrote: On Tue, 2015-05-12 at 19:31 +0200, Rafał Miłecki wrote: On 12 May 2015 at 15:10, Hante Meuleman meule...@broadcom.com wrote: Added two functions to the bcm47xx_nvram module to

Re: [OpenWrt-Devel] [PATCH] bcm53xx: Add functions to get/release copies of nvram contents.

2015-05-13 Thread Hante Meuleman
Initially I made the free an inline from header file, but it doesn't compile out of the box as it needs the definition for kfree and not all c files which include this header file had this, as I don't like the inclusion of header files from header files I choose to make an implementation in the