Steven Barth
78552c24ba
odhcpd: compile fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45192
2015-03-31 17:30:56 +00:00
Steven Barth
4f00a51723
odhcp6c: some more code compliance
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45191
2015-03-31 17:30:47 +00:00
Steven Barth
4a1f19e15d
netifd: revert policy routing (broke some custom user rules)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45185
2015-03-31 13:14:40 +00:00
Steven Barth
edf9b7a2a5
netifd: add metric argument for ipv4 proto routes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45182
2015-03-31 11:36:20 +00:00
Steven Barth
23db1800f8
nftables: bump to 2015-03-24
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45158
2015-03-30 17:04:14 +00:00
John Crispin
6aff392bff
uhttpd: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45153
2015-03-30 12:35:13 +00:00
Steven Barth
24be294d8e
odhcpd: fix default dhcpv6 behavior for non-/64
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45148
2015-03-30 08:53:22 +00:00
Steven Barth
0a0dec1c4a
odhcpd: fix musl build, change default DHCPv6 behavior
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45147
2015-03-30 08:49:47 +00:00
Steven Barth
bbe5dc48a2
odhcp6c: musl fixes (thanks Felix)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45146
2015-03-30 08:49:20 +00:00
Felix Fietkau
4a7f1bb54c
iputils: fix musl compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45111
2015-03-29 04:30:12 +00:00
Felix Fietkau
e0e8900edd
ead: clean up, fix musl build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45110
2015-03-29 04:30:05 +00:00
Felix Fietkau
86841522d5
arptables: fix musl build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45109
2015-03-29 04:29:56 +00:00
Felix Fietkau
55aa123732
ebtables: fix musl build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45108
2015-03-29 04:29:44 +00:00
Felix Fietkau
9f8be0befc
authsae: remove bogus #include
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45107
2015-03-29 04:29:26 +00:00
Felix Fietkau
e0f421dcab
iperf3: use -D_GNU_SOURCE to fix build error on musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45103
2015-03-29 04:26:57 +00:00
Felix Fietkau
f93a316430
conntrack-tools: add a build dependency on librpc ( fixes #19342 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45099
2015-03-29 01:44:14 +00:00
Felix Fietkau
efebc77f94
conntrack-tools: add more missing include statements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45096
2015-03-28 18:26:24 +00:00
Felix Fietkau
2d13d8dc76
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45077
2015-03-28 10:19:26 +00:00
Felix Fietkau
89abb27f2c
hostapd: fix compile errors with nl80211 disabled ( #19325 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45063
2015-03-27 14:55:01 +00:00
Felix Fietkau
44218424f1
hostapd: fix a compiler warning in ap+station patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45062
2015-03-27 14:54:53 +00:00
Felix Fietkau
8905eb39b6
hostapd: disable the bridge packet receive workaround, it is unnecessary on openwrt and could potentially harm performance
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45060
2015-03-27 14:54:41 +00:00
Steven Barth
7edbd6b4d7
netifd: adjust default local policy rules
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45059
2015-03-27 14:19:10 +00:00
John Crispin
d8fc4d31d0
dnsmasq: we dont want to run in debug mode
...
a left over from the dnsmasq jail testing
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45058
2015-03-27 09:11:56 +00:00
Felix Fietkau
23b4bf6507
hostapd: add 802.11r support
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45051
2015-03-26 23:34:33 +00:00
Felix Fietkau
07b17c6b25
hostapd: allow multiple key management algorithms
...
To enable 802.11r, wpa_key_mgmt should contain FT-EAP or FT-PSK. Allow
multiple key management algorithms to make this possible.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45050
2015-03-26 23:34:24 +00:00
Felix Fietkau
4482d10a04
hostapd: append nasid to config for all WPA types
...
The 802.11r implementation in hostapd uses nas_identifier as PMK-R0 Key
Holder identifier. As 802.11r can also be used with WPA Personal, nasid
should be appended to the hostapd config for all WPA types.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45049
2015-03-26 23:34:10 +00:00
Felix Fietkau
eedf17dc9e
hostapd: add dependency to hostapd-common
...
'hostapd-common' is needed by all of the variants for wifi to function
correctly (a number of the target profiles simply select 'wpad-mini').
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 45048
2015-03-26 23:34:01 +00:00
Felix Fietkau
cec80c7267
hostapd: package wpad-mesh and wpa_supplicant-mesh variants
...
These new variants include support for mesh mode and SAE crypto.
They always depend on openssl as EC operations are not provided by
the internal crypto implementation.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45047
2015-03-26 23:33:56 +00:00
Felix Fietkau
184bac2707
hostapd: add switch_chan and set_vendor_elements ubus methods
...
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45046
2015-03-26 23:33:52 +00:00
Felix Fietkau
9c7784e5f3
hostapd: update hostapd to 2015-03-25
...
madwifi was dropped upstream, can't find it anywhere in OpenWrt
either, thus finally burrying madwifi.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45045
2015-03-26 23:33:47 +00:00
John Crispin
242e37454a
netifd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45020
2015-03-26 10:59:40 +00:00
John Crispin
eadb51fa98
mdns: add jail and seccomp support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45012
2015-03-26 10:58:44 +00:00
John Crispin
f5e2b62ab7
dnsmasq: add jail support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45011
2015-03-26 10:58:30 +00:00
Steven Barth
6c0d6a3cb3
odhcp6c: various small fixes
...
SVN-Revision: 45001
2015-03-25 18:24:54 +00:00
Felix Fietkau
31b0f0be12
iproute2: fix build error with musl ( #19302 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44973
2015-03-25 00:11:07 +00:00
Jo-Philipp Wich
437d710546
lldpd: add option to disable privilege separation
...
Helpful to disable when debugging lldpd crashes (when working on it).
When privilege separation is on, some crashes are stack-traced to
some privilege separation code.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 44967
2015-03-24 10:13:08 +00:00
Felix Fietkau
5d9eeab64a
build: remove obsolete references to cris and avr32
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44965
2015-03-24 10:07:40 +00:00
Felix Fietkau
59b55e6a94
iwinfo: update to the latest version, fixes 802.11ac capability reporting
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44948
2015-03-23 12:31:28 +00:00
Felix Fietkau
7cacd6bdb6
netifd: fix default initialization of RPS/XPS
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44944
2015-03-22 17:40:39 +00:00
Felix Fietkau
78692595e7
netifd: update to the latest version, adds support for configuring RPS/XPS (enabled by default where available)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44943
2015-03-22 16:42:44 +00:00
John Crispin
b16cf34c95
curl: fix PKG_CONFIG_DEPENDS
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 44925
2015-03-21 21:47:41 +00:00
John Crispin
1312cd9263
lldpd: add Build/InstallDev rule
...
For using liblldpctl to talk to lldpd (via unix sockets).
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 44924
2015-03-21 21:47:34 +00:00
Steven Barth
8cfe2fb30b
netifd: fix ipv6 route regression
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44919
2015-03-21 18:28:08 +00:00
Steven Barth
b27efd6e07
netifd: device update fixes, improvements in policy routing
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44899
2015-03-20 07:50:45 +00:00
Felix Fietkau
f88687aaf9
igmpproxy: add names for default config lan/wan phyint sections to make it easier to refer to them from scripts
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44896
2015-03-19 20:37:40 +00:00
Felix Fietkau
0db8c86666
ifenslave: remove package, as it depends on obsolete kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44891
2015-03-19 11:59:09 +00:00
Felix Fietkau
31681f0878
ipset: use in-tree kernel modules to fix crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44883
2015-03-19 11:58:17 +00:00
John Crispin
29c3611294
igmpproxy: Multiple downlink interfaces fix.
...
from Erik Tews <erik@datenzone.de>
This patch has two effects. First, the quickleave feature/behaviour is
disabled for all groups that are used on more than one interface. The
idea of quickleave is to leave a group fast and later figure out whether
there is still somebody interested in that group. For groups used on
more than one interface, it is already known that there is still
somebody interested in that group.
Second, when a leave is received for a group that is used on more than
one interface, igmpproxy sends queries on all interface to discover
remeining listeners for that group. Previously these queries were only
send on the interface the leave was received on, so that listeners on
the other interfaces were not discovered and the group might be left on
the upstream router incorrectly.
This patch can be improved by sending the queries only on the interface
the leave was received on and adapting the algorithm in
internAgeRoute(...) in rttable.c in a way that only one interface is
actually processed and all other interfaces of the route are silently
assumed to be still active.
Signed-off-by: Erik Tews <erik@datenzone.de>
SVN-Revision: 44859
2015-03-17 09:43:07 +00:00
Nicolas Thill
81ff0511df
packages: more (e)glibc fixes after r44701
...
_GNU_SOURCE has been declared "deprecated" in favor of _DEFAULT_SOURCE in glibc
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44843
2015-03-16 12:32:22 +00:00
Nicolas Thill
4b382a440b
packages: some (e)glibc fixes after r44701
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44842
2015-03-16 12:25:06 +00:00