John Crispin
92376fdfed
kernel: fix kmod-usb2-omap usb module
...
CONFIG_MFD_OMAP_USB_HOST is needed for working USB on BeagleBoard
tested on BeagleBoard C4 (EBVBeagle)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45236
2015-04-02 14:31:44 +00:00
John Crispin
259a9b6629
kernel: fix kmod-usb-phy-omap-usb2
...
upstream change in Kernel 3.18
commit: "phy: rename struct omap_control_usb to struct omap_control_phy"
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45234
2015-04-02 14:31:25 +00:00
John Crispin
d7794261cc
kernel: add usb-serial-simple module
...
replaces kmod-usb-serial-motorola-phone it's found only in Kernel <3.12
This module handles many simple USB serial devices
like Motorola Phones, GPS reveivers in Kernels above 3.14
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45233
2015-04-02 14:31:15 +00:00
John Crispin
63442803af
kernel: add garmin_gps module
...
OpenWrt on sailboats
requested: https://forum.openwrt.org/viewtopic.php?id=56586
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45232
2015-04-02 14:31:10 +00:00
John Crispin
023a05fe7a
kernel: add uinput module
...
This module is needed for bluetooth audio playback
with pulseaudio 6 and bluez5.
a working guide can be found in the wiki:
http://wiki.openwrt.org/wiki/bluetooth.audio
(additional packages/modifications are required
and submitted to github feeds)
tested with:
Android mobile (Sony Xperia M) as audio source
TI omap BeagleBoard as audio sink
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45231
2015-04-02 14:31:02 +00:00
John Crispin
546ba7a39f
samba: use INSTALL_CONF for the uci file
...
sorry about the broken commit earlier
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45226
2015-04-01 16:12:43 +00:00
Nicolas Thill
b7130aff21
samba36: fix typo in package/samba36-server/install
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45225
2015-04-01 15:59:14 +00:00
Nicolas Thill
b8dccba8f2
ustream-ssl: fix SNI when building against cyassl
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45224
2015-04-01 15:11:38 +00:00
Nicolas Thill
32085b22b0
libreadline: cleanup Makefile, fix shlib perms
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 45223
2015-04-01 15:11:32 +00:00
John Crispin
d1457d5db4
kernel: remove kernel version dependency from ochi-pci module
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45222
2015-04-01 13:56:03 +00:00
John Crispin
66d785b634
kernel: add usb-ohci-pci module
...
This add usb-ohci-pci module for USB1.x devices
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 45221
2015-04-01 13:52:31 +00:00
John Crispin
26a27231e6
samba: don't overwrite config file
...
fixes #19087
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45220
2015-04-01 13:39:23 +00:00
John Crispin
04da950450
usbmode: update data files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45219
2015-04-01 13:36:58 +00:00
John Crispin
426d3abe8f
cyassl: add --enable-ecc as its needed when using the CA certificates
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45217
2015-04-01 13:00:45 +00:00
John Crispin
97b3237307
ustream-ssl: enable SNI when building for cyassl
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45216
2015-04-01 10:42:33 +00:00
John Crispin
b233fdcfa2
cyassl: add support for SSL_set_tlsext_host_name
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45215
2015-04-01 10:42:28 +00:00
John Crispin
8acbb5783d
dnsmasq: backport --tftp-no-fail to ignore missing tftp root
...
This patch backports the option --tftp-no-fail to dnsmasq and prevents the
service from aborting if the specified TFTP root directory is not available;
this might be the case if TFTP files are located on external media that might
occasionally not be present at startup.
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
SVN-Revision: 45213
2015-04-01 08:33:10 +00:00
John Crispin
66c742b621
modules: package line echo canceller module
...
...so we can go ahead cleaning up dahdi-linux
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45206
2015-04-01 08:31:33 +00:00
John Crispin
e078fbdacf
kernel: add missing symbols to config and modules
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
v2: changes in input.mk broke the patch, some of the CONFIG_SND_*
stuff was added already
SVN-Revision: 45205
2015-04-01 08:31:26 +00:00
Imre Kaloz
f7ff532239
mwlwifi: upgrade to today's snapshot
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45201
2015-03-31 19:28:39 +00:00
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
Felix Fietkau
91c8b109db
uci: update to the latest version, fixes delta path / savedir issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45189
2015-03-31 16:44:32 +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
67bf89324d
ustream-ssl: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45157
2015-03-30 13:17:27 +00:00
John Crispin
d5c913705f
modules: more xen modules have been moved
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45154
2015-03-30 12:45:01 +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
John Crispin
fd91040704
rpcd: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45152
2015-03-30 12:35:05 +00:00
John Crispin
d6af8e2175
ubox: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45151
2015-03-30 12:34:56 +00:00
John Crispin
2268d15948
procd: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45150
2015-03-30 12:34:42 +00:00
John Crispin
08b882fbae
fstools: properly handle return codes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45149
2015-03-30 12:33:05 +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
John Crispin
274747da1a
modules: xen-fbfront.ko has moved
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45142
2015-03-29 16:11:28 +00:00
John Crispin
530e70c753
ubox: update to latest git HEAD
...
the return code of a pipe() was not checked properly
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45141
2015-03-29 15:38:21 +00:00
John Crispin
8d8f01088a
ubox: update to latest git HEAD
...
fixes log levels
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45139
2015-03-29 12:57:32 +00:00
Felix Fietkau
3da7fe6e5b
kernel: remove useless AddDepends/rtc abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45136
2015-03-29 08:12:50 +00:00
Felix Fietkau
13e7b6d77d
kernel: remove useless AddDepends/input abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45135
2015-03-29 08:12:39 +00:00
Felix Fietkau
0b39a6d4e9
kernel: remove useless AddDepends/hid abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45134
2015-03-29 08:12:31 +00:00
Felix Fietkau
b2f3e852d0
kernel: remove useless AddDepends/crc16 abstraction
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45133
2015-03-29 08:12:23 +00:00
Felix Fietkau
0b0315a1f2
px5g-standalone: change PKG_NAME to avoid directory conflict with px5g
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45126
2015-03-29 06:03:02 +00:00
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