Felix Fietkau
9d9b2ddf30
kernel: make crypto-ctr depend on crypto-iv
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45124
2015-03-29 05:20:58 +00:00
Felix Fietkau
7ae1c1b4e8
linux: modules: crypto: adds ccm package
...
This patch adds support crypto-ccm modules support.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45123
2015-03-29 05:20:50 +00:00
Felix Fietkau
3a4cd5cdc1
kernel: remove mp-alg
...
from upstream
commit title: "[IPV4]: The scheduled removal of multipath cached routing support."
removed in Kernel 2.6.23 (2007)
Reasons: very buggy, no maintainer, no fixes
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45121
2015-03-29 05:15:58 +00:00
Felix Fietkau
26ebaa485a
kernel: video.mk: [media] sn9c102: remove deprecated driver
...
driver in staging since 3.14
removed upstream in 3.17
from upstream commit message:
Most webcams covered by this driver are now supported by gspca.
Nobody has the hardware or is willing to convert the remaining devices to gspca.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45120
2015-03-29 05:15:51 +00:00
Felix Fietkau
196fb76a4c
x86: make x86_64 a subtarget instead of a standalone target
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45115
2015-03-29 04:32:01 +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
4cca061066
fbtest: remove bogus #include
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45106
2015-03-29 04:28:29 +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
7c29c15073
e2fsprogs: enable parallel build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45101
2015-03-29 02:16:21 +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
b3d110fc53
kernel: add crc16 as boot module, it is required by ext4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45098
2015-03-29 01:44:01 +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
Zoltan Herpai
74caf0077d
modules: fix dwc2 build breakage on mxs
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45085
2015-03-28 12:28:02 +00:00
Felix Fietkau
b872533e68
build: remove leftover olpc support code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45084
2015-03-28 11:40:06 +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
5441f56685
fuse: add missing include lines, fixes musl build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45076
2015-03-28 10:19:18 +00:00
Felix Fietkau
262ebee943
e2fsprogs: update to the latest version, fixes musl build failure
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45075
2015-03-28 10:19:10 +00:00
Felix Fietkau
a24db9522c
update libnetfilter_conntrack to version 1.0.4
...
This updates libnetfilter_conntrack to the latest
stable version 1.0.4 which was released Aug-06-2013.
Changeset is available here:
http://git.netfilter.org/libnetfilter_conntrack/log/
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
SVN-Revision: 45074
2015-03-28 10:19:04 +00:00
John Crispin
6484aa1d28
procd: remove superflous @ in depends line
...
the @ syntax is not required by Kbuild
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45070
2015-03-27 21:11:17 +00:00
Felix Fietkau
54dd25eef4
mac80211: fix tx queue allocation issues ( #19329 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45069
2015-03-27 20:31:14 +00:00
John Crispin
23b24d43ae
procd: disable jail for uml builds
...
probiere den mal bitte
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45066
2015-03-27 16:28:43 +00:00
Felix Fietkau
b67719f571
mac80211: remove a leftover patch chunk that should have been deleted in r45061
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45064
2015-03-27 15:04:00 +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
7cc4cbb4d3
mac80211: rework memory allocation for software queueing patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45061
2015-03-27 14:54:46 +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
John Crispin
3dde74b24b
procd: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45057
2015-03-27 09:11:49 +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
Zoltan Herpai
6c5b79636b
packages: uboot-mxs: bump to 2015.01
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45042
2015-03-26 22:39:06 +00:00
Felix Fietkau
137c0cc434
uci: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45040
2015-03-26 20:43:12 +00:00
John Crispin
8ef68a2005
procd: fix jail/seccomp build depenedencies
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45032
2015-03-26 20:30:18 +00:00
Imre Kaloz
f6eff33b8d
mvebu: fixup usb3 support on the a38x
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45026
2015-03-26 14:32:45 +00:00
Felix Fietkau
cf862cd717
mwlwifi: depend on TARGET_mvebu until it is fixed for non-OF platforms
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45023
2015-03-26 13:17:46 +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
b1e19ee445
lua: fix eglibc reference
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45013
2015-03-26 10:58:52 +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
John Crispin
e85b93d9b8
procd: add jail support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45010
2015-03-26 10:58:25 +00:00
John Crispin
4cf7929869
base-files: add a init.d option that will start the syscall tracer
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45009
2015-03-26 10:58:17 +00:00
John Crispin
5b23cfab73
base-files: create jail folder on boot
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45008
2015-03-26 10:58:11 +00:00
Steven Barth
6c0d6a3cb3
odhcp6c: various small fixes
...
SVN-Revision: 45001
2015-03-25 18:24:54 +00:00
Felix Fietkau
6aba44bfe0
toolchain: drop obsolete references to the coldfire target
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44975
2015-03-25 14:29:17 +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
Rafał Miłecki
a7724918c9
kernel: mac80211: backport bcma patch renaming IRQ control function
...
This backports upstream commit 702131e2a393b45174be326f1dbe20b658b4f157
bcma: move PCI IRQ control function to host specific code
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44969
2015-03-24 10:38:59 +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
512066dba4
toolchain: remove obsolete checks for avr32
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44963
2015-03-24 10:07:25 +00:00
Steven Barth
321ff8d516
mac80211: disable for uml
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44953
2015-03-23 14:51:56 +00:00
Imre Kaloz
a86b430a85
mwlwifi: update to the new revision
...
Adds client mode support and fixes for Apple devices
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44950
2015-03-23 12:45:19 +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
John Crispin
752fc0c8d3
libubox: update to latest git HEAD
...
fix a bug the made uloop_end() not work when called from within a uloop_process
callback handler
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44945
2015-03-22 19:30:04 +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
Felix Fietkau
889e1e4bff
fstools: update to the latest version, makes interrupted first boot more reliable
...
Use xattr to store the filesystem initialization state of the overlay.
As long as the filesystem is not marked as initialized yet (happens in
/etc/init.d/done), all overlay data (except for sysupgrade.tgz) will be
discarded before the system is allowed to boot
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44942
2015-03-22 15:11:27 +00:00
Felix Fietkau
bc1fc688af
base-files: keep sysupgrade.tgz until /etc/init.d/done has been called
...
This makes interrupted boots after sysupgrade more reliable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44941
2015-03-22 15:11:20 +00:00
Nicolas Thill
a96fe7d228
util-linux: replace spaces with tabs
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44938
2015-03-22 12:37:33 +00:00
John Crispin
dbd0e9d092
kernel: fix usb kernel package Makefile
...
Signed-off-by: zouxf <fl.service@t-firefly.com>
SVN-Revision: 44928
2015-03-21 21:48:04 +00:00
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
2015-03-21 21:47:48 +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
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
2015-03-20 23:57:35 +00:00
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
2015-03-20 22:36:28 +00:00
Felix Fietkau
34eb384597
kernel: fix ipset related build error ( #19231 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44912
2015-03-20 17:01:06 +00:00
Felix Fietkau
9143cf5fc9
mac80211: merge a few performance enhancements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44910
2015-03-20 16:24:14 +00:00
Felix Fietkau
f7a861615c
mac80211: update software queueing patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44909
2015-03-20 16:24:06 +00:00
Imre Kaloz
211a4484a1
mac80211: fix 5ghz variable name
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44907
2015-03-20 12:13:11 +00:00
Imre Kaloz
8f91c80ea1
mac80211: when looking for VHT, check 5GHz support as well
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44906
2015-03-20 11:47:16 +00:00
Felix Fietkau
46efd56b40
netfilter: clean up compatibility code for old kernels
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44904
2015-03-20 11:01:26 +00:00
Steven Barth
3006bc6904
openssl: biweekly critical security update
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44900
2015-03-20 08:14:42 +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
9314180c34
uboot-envtools: add ramips wsr-600/1166 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44897
2015-03-19 21:00:41 +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
eff93e4027
kernel: remove bogus dependency of zram on !TARGET_ep93xx
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44893
2015-03-19 11:59:21 +00:00
Felix Fietkau
b3fdc3cfea
kernel: remove obsolete kernel version dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44892
2015-03-19 11:59:17 +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
8fd3227a95
procd: update to latest git HEAD
...
fixes parameter handling in askfirst tool
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44879
2015-03-18 20:08:27 +00:00
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
2015-03-17 17:14:48 +00:00
Felix Fietkau
2e5125c3d6
mac80211: add some improvements to the software queueing code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44872
2015-03-17 17:14:43 +00:00
John Crispin
37a4102423
package/uboot-envtools: add OpenMesh OM5P-AN support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44865
2015-03-17 09:43:52 +00:00
John Crispin
17564eeaaa
package/om-watchdog: add OpenMesh OM5P-AN support
...
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 44864
2015-03-17 09:43:47 +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
John Crispin
0a0cca5fdb
ltq-hcd: remove ar10 and vr9 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44858
2015-03-17 09:43:01 +00:00
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
2015-03-16 13:05:49 +00:00
Felix Fietkau
6cfad3ca21
ltq-adsl: fix bugs in linux 3.18 compatiblity change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44844
2015-03-16 13:05:42 +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
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
2015-03-16 07:54:55 +00:00
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
2015-03-16 07:04:28 +00:00
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
2015-03-16 06:52:26 +00:00
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
2015-03-16 06:39:10 +00:00
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
2015-03-15 17:51:16 +00:00
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
2015-03-15 14:48:18 +00:00
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
2015-03-15 14:19:14 +00:00
Felix Fietkau
808c460250
toolchain: remove leftovers from old llvm-gcc experiments
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44783
2015-03-15 12:03:01 +00:00
Felix Fietkau
83cdd1623c
uhttpd: make generating SSL keys more reliable against interrupted boots
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44772
2015-03-15 10:32:10 +00:00
Felix Fietkau
4568e73396
ltq-vdsl-fw: fix md5sum for new firmware
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44770
2015-03-15 07:57:55 +00:00
Felix Fietkau
876fb249a8
ath9k: disable TPC support for now until bugs have been found and fixed
...
SVN-Revision: 44768
2015-03-15 07:10:38 +00:00
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
2015-03-15 06:51:45 +00:00
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
2015-03-14 12:12:25 +00:00
Felix Fietkau
5011d85ee8
grub2: fix processing the serial rts/cts option
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44752
2015-03-14 08:21:02 +00:00
Felix Fietkau
34f831dbd8
ath: fix selecting the module individually ( #19162 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44750
2015-03-14 02:00:50 +00:00
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
2015-03-14 02:00:44 +00:00
Felix Fietkau
25d13b89ee
mac80211: improve powersave handling in the tx queue rework patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44748
2015-03-14 02:00:36 +00:00
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
2015-03-13 08:39:08 +00:00
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
2015-03-13 08:38:56 +00:00
John Crispin
f728bfdae0
relayd: bump to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44745
2015-03-13 08:38:46 +00:00
John Crispin
fb60dd2ae6
dnsmasq: Make parameters optional in dhcpboot config
...
The --dhcp-boot option of dnsmasq does not require servername and serveraddress
arguments if the builtin tftp server is used.
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
SVN-Revision: 44744
2015-03-13 08:38:35 +00:00
John Crispin
31b8de4587
lldpd: make LLDP-MED, DOT1 and DOT3 extensions disable-able
...
The names for the config options were taken from lldpd's
configure.ac file.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 44743
2015-03-13 08:38:25 +00:00
John Crispin
d8e61b088f
ipset: add ipmark support
...
Below you'll find a patch to add ipmark module support to ipset.
Changeset 44671 already bumped ipset to version 6.24, but it's still
compiled without ipmark support. This is a requirement for mwan3 v1.6.
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
SVN-Revision: 44742
2015-03-13 08:38:17 +00:00
Felix Fietkau
fce7d5cfc9
mac80211: fix a pointer handling error in the new tx queueing code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44738
2015-03-13 05:17:06 +00:00
Felix Fietkau
1850e0f0a7
Rename 'atheros' target to 'ath25'
...
Rename 'atheros' target to more precise 'ath25'.
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
SVN-Revision: 44736
2015-03-13 03:02:28 +00:00
John Crispin
3e2f578353
toolchain: The glorious return of glibc, ver 2.21
...
It's the eglibc packaging with a bit of spit-polishing. And testing. :-)
[blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant]
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44701
2015-03-12 19:50:57 +00:00
John Crispin
eff1859f8e
busybox: Minor fix for glibc 2.21 compatibility
...
Signed-off-by: Jeff Waugh <jdub@bethesignal.org>
SVN-Revision: 44700
2015-03-12 19:50:23 +00:00
John Crispin
a7d6427796
fstools: bump to latest git HEAD
...
this makes fstools compile with latest glibc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44699
2015-03-12 19:50:14 +00:00
John Crispin
0164cf9742
procd: bump to latest git HEAD
...
this makes procd compile with latest glibc
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44698
2015-03-12 19:50:00 +00:00
Felix Fietkau
690808a3ba
ath9k: fix a beacon enable handling bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44696
2015-03-12 16:21:53 +00:00
John Crispin
470e89f977
lldpd: add support for 'readonly_mode'
...
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 44689
2015-03-12 10:06:08 +00:00
John Crispin
e995ed5060
modules: set dwc2 gadget dependency for at91
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44688
2015-03-12 10:06:01 +00:00
John Crispin
18e5626236
acx-mac80211: fails to build on cobalt
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44687
2015-03-12 10:05:54 +00:00
John Crispin
0d1e13f27b
modules: make dwc2 only depend on gadget support for brcm2708
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44683
2015-03-11 17:58:53 +00:00
John Crispin
e69626901e
uhttp: update to latest git HEAD
...
this add json-c 0.12, sorry forgot to push this earlier today
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44682
2015-03-11 17:58:47 +00:00
John Crispin
5b04e0dc4e
ipset: Bump to 6.24
...
Included you'll find a patch to bump ipset to version 6.24. This
version supports the ip,fwmark set, which is needed for mwan3 1.6.
Signed-off-by: Jeroen Louwes <jeroen.louwes@gmail.com>
SVN-Revision: 44671
2015-03-11 16:41:58 +00:00
Felix Fietkau
a67cd94def
mac80211: add missing header file
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44670
2015-03-11 16:36:35 +00:00
Felix Fietkau
790e704fc7
mac80211: remove obsolete patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44669
2015-03-11 16:25:09 +00:00
John Crispin
931b0f6e8a
rpcd: update to latest git HEAD
...
adds 3 fixes from luka
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44666
2015-03-11 15:56:51 +00:00
John Crispin
59c20174f8
json-c: update to 0.12 and bump all depending services
...
Version 0.12 deprecates json_object_object_get and moves the header files around
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44657
2015-03-11 15:54:33 +00:00
Felix Fietkau
24e29efb2f
mac80211: Use newer firmware for ath10k
...
Patch by Bryan Forbes <bryan@reigndropsfall.net>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44656
2015-03-11 15:02:54 +00:00
Felix Fietkau
1e5b7c17b0
mac80211: update to wireless-testing 2015-03-09
...
Based on patch by Bryan Forbes <bryan@reigndropsfall.net>
Also update mt76 to update for API changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44655
2015-03-11 15:02:47 +00:00
Felix Fietkau
ee1e8c2f2d
iw: update to 3.17
...
Patch by Bryan Forbes <bryan@reigndropsfall.net>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44654
2015-03-11 15:02:32 +00:00
Luka Perkov
17610e7430
base-files: firstboot: pass down arguments such as -y to jffs2reset
...
This brings back old behavior.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44651
2015-03-10 23:43:25 +00:00
Steven Barth
e151d05622
6rd: make host dependency more specific
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44636
2015-03-10 08:43:54 +00:00
Steven Barth
853a1d4baf
6in4: make host dependency more specific
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 44635
2015-03-10 08:43:40 +00:00
Nicolas Thill
a7f198b12c
ebtables: revert "disable rpath" ( closes : #19088 )
...
This reverts commit 9340723d70bce9d905c3f53b2bf415963153b34d.
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44634
2015-03-09 22:07:05 +00:00
John Crispin
28631b65c2
kmod-usb-dwc2: depends on udc-core (kmod-usb-gadget)
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44633
2015-03-09 14:07:30 +00:00
John Crispin
a7d3219b0c
lantiq: ltq-ptm-{ar9, ase, xway}: fix alloc_netdev for 3.18
...
buildbot complained about
ifxmips_ptm_adsl.c:1445:70: error: macro "alloc_netdev" requires 4 arguments, but only 3 given
g_net_dev[i] = alloc_netdev(0, g_net_dev_name[i], ether_setup);
^
fix that similar to the change made to ltq_ptm_vdsl.c
compile tested only.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44632
2015-03-09 14:07:14 +00:00
John Crispin
f1dcfec6d8
ncm, qmi, mbim: Add dependency on wwan package
...
The wwan package holds the hotplug script to set mobile broadband
interfaces (un)available. Add it as a dependency to comgt-ncm,
uqmi and umbim.
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
SVN-Revision: 44631
2015-03-09 14:07:06 +00:00