[OpenWrt-Devel] [PATCH] Add ip-full variant to disable IP_CONFIG_TINY

2014-02-27 Thread Thomas Wouters
This change creates a new ip-full variant for the ip package. It disables IP_CONFIG_TINY to make some iproute2 features available like xfrm, gretap, ... Signed-off-by: Thomas Wouters --- package/network/utils/iproute2/Makefile | 32 +--- 1 file changed, 25

[OpenWrt-Devel] [PATCH] Add optional support for hostapd own_ip_addr in wireless config

2014-02-26 Thread Thomas Wouters
ip as an optional parameter in /etc/config/wireless. Signed-off-by: Thomas Wouters --- package/network/services/hostapd/files/hostapd.sh | 2 ++ package/network/services/hostapd/files/netifd.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package/network/services/ho

[OpenWrt-Devel] [PATCH] Add support for hostapd own_ip_addr in wireless config

2014-02-26 Thread Thomas Wouters
`own_ip_addr` is used by hostapd as NAS-IP-Address. This is used to identify the AP that is requesting the authentication of the user and could be used to define which AP's can authenticate users. Some vendors implement only NAS-Identifier or NAS-IP-Address and not both. Signed-off-by: T