- Jun 23, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46117
-
Jonas Gorski authored
A dot was dropped, making it match too much. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46116
-
Luka Perkov authored
TP-Link ships wr740n v5.0 to Romania (so probably everywhere except China) with 4 MB flash and 32 MB memory (confirmed by their local support). This patch adds support for the v5.0 clone of v4, i just tested it on my own v5.0 router and it works. Signed-off-by:
Daniel Petre <daniel.petre@posteo.net> SVN-Revision: 46115
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 46114
-
- Jun 22, 2015
-
-
Jonas Gorski authored
Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46113
-
Jonas Gorski authored
Boot tested: http://pastebin.com/L6aAb9xj Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> [jogo: update to 4.1 final add patches added since submission delete patches applied in later rcs restore commit messages in 220-gc-sections and 304-mips_disable_fpu fix 050-backport_netfilter_rtcache to match new API update inlined dma ops with upstream changes add missing config symbols enabled CONFIG_MULTIUSER update kmod defintions for 4.1 ] Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46112
-
Jonas Gorski authored
Netfilter APIs have changed, so the code requuires updates to compile successfully. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46111
-
Jonas Gorski authored
Backports requires updates to compile successfully. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46110
-
Jonas Gorski authored
ntf_redir_ipvX is part of NAT support, so they should be in the appropriate nft-nat kmods. Since they depend on nf_nat_redirect, nf_nat_redirect should be part of nf-nat, not ipt-nat. Fixes nft-core gaining a missing dependency on nf_nat_redirect.ko. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46109
-
Steven Barth authored
Make musl provide libssp_nonshared.a and make GCC link it unconditionally if musl is used. This should be a no-op if SSP is disabled and seems to be the only reliable way of dealing with SSP over all packages due to the mess that is linkerflags handling in packages. Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46108
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46106
-
Rafał Miłecki authored
Without this the condition if __BYTE_ORDER == __BIG_ENDIAN was always true. Thanks Szabolcs. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46105
-
- Jun 21, 2015
-
-
Rafał Miłecki authored
On two tested devices: Netgear R6250 (BCM53011 rev 2) and Luxul XWC-1000 (BCM53011 rev 3) it was possible to use port 7 and eth1 (instead of port 5 and eth0). It seems BCM53011 just like BCM53012 has 8 ports and usually 3 of them are connected to the SoC. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46104
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46090
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46089
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46088
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46087
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46086
-
Rafał Miłecki authored
Fixes: edea6dfde4dc ("kernel: make USB_XHCI_PLATFORM selectable") Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46085
-
Rafał Miłecki authored
There are two important patches in this patchset: updating read pointer quicker & rework of .get_station(). There are few more upstream patches that are p2p-related and weren't backported in this commit. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46084
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46083
-
Rafał Miłecki authored
This drops some debugging pr_info and adds platform_device_unregister. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46082
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46081
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46080
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46079
-
- Jun 20, 2015
-
-
Rafał Miłecki authored
Allocating huge buffer for the whole TRX wasn't too optimal. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46078
-
Rafał Miłecki authored
So far we got only one generic function accessing this table, but implementing optimizations will require calculating crc32 in other code parts as well. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46077
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46076
-
Steven Barth authored
Fixes a mips-regression and a missing SSP function Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46075
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46074
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46073
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46072
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46071
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46070
-
- Jun 19, 2015
-
-
Felix Fietkau authored
Currently the OpenWRT boot scripts write the timezone configuration to /tmp/TZ, relying on the behaviour of uClibc that the timezone is read from /etc/TZ if no TZ env variable is found. This works because /etc/TZ is a symlink to /tmp/TZ. Musl libc however only reads the timezone from the TZ env variable and if it doesn't find it or it's empty, it will look for a zoneinfo file, that doesn't exist. So in musl builds no timezone is ever set. This patch fixes the issue by having musl libc behave like uClibc: if no TZ env variable is found it will try to load it from /etc/TZ. Signed-off-by: Gianluca Anzolin <gianluca at sottospazio.it> Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46069
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46068
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46067
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46066
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46065
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46064
-