John Crispin
2e15b95799
perf: don't error on warnings
...
There are some places where there is a redundant declaration of
strlcpy() that prevents building perf otherwise.
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 44926
10 years ago
John Crispin
b16cf34c95
curl: fix PKG_CONFIG_DEPENDS
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 44925
10 years ago
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
10 years ago
Steven Barth
8cfe2fb30b
netifd: fix ipv6 route regression
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44919
10 years ago
Rafał Miłecki
aafe123d02
mac80211: include brcmfmac firmware for BCM43602
...
It can be found e.g. in Netgear R8000.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44915
10 years ago
Rafał Miłecki
bd82b403cf
mac80211: update linux-firmware to 2015-03-20
...
It includes new Broadcom firmware files for brcmfmac.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44914
10 years ago
Felix Fietkau
34eb384597
kernel: fix ipset related build error ( #19231 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44912
10 years ago
Felix Fietkau
9143cf5fc9
mac80211: merge a few performance enhancements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44910
10 years ago
Felix Fietkau
f7a861615c
mac80211: update software queueing patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44909
10 years ago
Imre Kaloz
211a4484a1
mac80211: fix 5ghz variable name
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44907
10 years ago
Imre Kaloz
8f91c80ea1
mac80211: when looking for VHT, check 5GHz support as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44906
10 years ago
Felix Fietkau
46efd56b40
netfilter: clean up compatibility code for old kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44904
10 years ago
Steven Barth
3006bc6904
openssl: biweekly critical security update
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44900
10 years ago
Steven Barth
b27efd6e07
netifd: device update fixes, improvements in policy routing
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44899
10 years ago
Felix Fietkau
9314180c34
uboot-envtools: add ramips wsr-600/1166 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44897
10 years ago
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
10 years ago
Felix Fietkau
eff93e4027
kernel: remove bogus dependency of zram on !TARGET_ep93xx
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44893
10 years ago
Felix Fietkau
b3fdc3cfea
kernel: remove obsolete kernel version dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44892
10 years ago
Felix Fietkau
0db8c86666
ifenslave: remove package, as it depends on obsolete kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44891
10 years ago
Felix Fietkau
31681f0878
ipset: use in-tree kernel modules to fix crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44883
10 years ago
John Crispin
8fd3227a95
procd: update to latest git HEAD
...
fixes parameter handling in askfirst tool
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44879
10 years ago
Felix Fietkau
f30358d41a
kernel: remove the netfilter optimization that skips the filter table, it has caused too many issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44873
10 years ago
Felix Fietkau
2e5125c3d6
mac80211: add some improvements to the software queueing code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44872
10 years ago
John Crispin
37a4102423
package/uboot-envtools: add OpenMesh OM5P-AN support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44865
10 years ago
John Crispin
17564eeaaa
package/om-watchdog: add OpenMesh OM5P-AN support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44864
10 years ago
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
10 years ago
John Crispin
0a0cca5fdb
ltq-hcd: remove ar10 and vr9 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44858
10 years ago
Felix Fietkau
e1a8e41287
ltq-adsl-mei: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44845
10 years ago
Felix Fietkau
6cfad3ca21
ltq-adsl: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44844
10 years ago
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
10 years ago
Nicolas Thill
4b382a440b
packages: some (e)glibc fixes after r44701
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44842
10 years ago
Felix Fietkau
8733c8103b
json-c: merge an upstream fix for a compiler warning ( fixes #19187 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44826
10 years ago
Rafał Miłecki
f60113762a
mac80211: include brcmfmac USB firmware only if support was enabled
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44808
10 years ago
Rafał Miłecki
190cd817b0
mac80211: add option for USB support in brcmfmac
...
This makes it consistent with other buses configuration.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44807
10 years ago
Rafał Miłecki
e5d89ea721
mac80211: update wiki URLs
...
linuxwireless.org was moved to wireless.wiki.kernel.org and it RO now
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44806
10 years ago
Felix Fietkau
ff92fe5770
mac80211: add missing dependency for brcmfmac with SDIO support enabled ( fixes #19184 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44790
10 years ago
Jo-Philipp Wich
eb7f470e7b
netifd: dhcp: install host route to gateway ( #19182 )
...
Certain DHCP servers push a gateway outside of the assigned interface subnet,
to support those situations install a host route towards the gateway.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44789
10 years ago
Jonas Gorski
798916442d
modules: add depenency on usb-gadget for dwc2 also on brcm63xx
...
Bcm63xx supports usb gadget, so dwc2 will default do dual mode.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44786
10 years ago
Felix Fietkau
808c460250
toolchain: remove leftovers from old llvm-gcc experiments
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44783
10 years ago
Felix Fietkau
83cdd1623c
uhttpd: make generating SSL keys more reliable against interrupted boots
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44772
10 years ago
Felix Fietkau
4568e73396
ltq-vdsl-fw: fix md5sum for new firmware
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44770
10 years ago
Felix Fietkau
876fb249a8
ath9k: disable TPC support for now until bugs have been found and fixed
...
SVN-Revision: 44768
10 years ago
Felix Fietkau
603975efe8
ltq-vdsl-fw: update firmware cutter URL for newer Speedport firmware ( fixes #19160 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44767
10 years ago
Felix Fietkau
ea5c986aa6
ath9k: always select relay support, not just when debugfs is enabled - fixes an unresolved symbol error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44754
10 years ago
Felix Fietkau
5011d85ee8
grub2: fix processing the serial rts/cts option
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44752
10 years ago
Felix Fietkau
34f831dbd8
ath: fix selecting the module individually ( #19162 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44750
10 years ago
Felix Fietkau
90b3984e60
mac80211: fix a rounding issue in minstrel MCS rate duration calculation
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44749
10 years ago
Felix Fietkau
25d13b89ee
mac80211: improve powersave handling in the tx queue rework patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44748
10 years ago
John Crispin
ba21cbae3e
dnsmasq: enable pxe-prompt, pxe-service config options
...
DNSMASQ has the ability to provide a menu to a pxeboot system, using
the --pxe-prompt and --pxe-service configuration options. The current
init.d script converting the "dhcp" file to "dnsmasq.conf" does not
find these options, but they are supported. This patch thus enables
the options.
Signed-off-by: Derek LaHousse <dlahouss@mtu.edu>
SVN-Revision: 44747
10 years ago
John Crispin
45c34eec46
BusyBox: Netcat 1.10 compatibility require server option
...
Netcat 1.10 compatibility require server options
1.10 compatibility without server option
produce error "NO OPT l!" and completely not function
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 44746
10 years ago