- Nov 03, 2014
-
-
Felix Fietkau authored
This patch adds the userspace and kernelspace for - match NETFILTER_XT_MATCH_CLUSTER This match can be used to deploy gateway and back-end load-sharing clusters. - target IP_NF_TARGET_CLUSTERIP This module allows you to configure a simple cluster of nodes that share a certain IP and MAC address without an explicit load balancer in front of them. Connections are statically distributed between the nodes in this cluster. This is used i.e. by strongswan-ha. Signed-off-by:
Christian Scheele <cs@embedd.com> SVN-Revision: 43174
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43170
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43169
-
Jo-Philipp Wich authored
Generate a random serial from /dev/urandom when creating selfsigned certs. Fixes "sec_error_reused_issuer_and_serial" with Firefox. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43168
-
John Crispin authored
turns out that r43155 adds duplicate info. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43167
-
John Crispin authored
Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by:
Michael Heimpold <mhei@heimpold.de> SVN-Revision: 43155
-
John Crispin authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 43154
-
- Nov 02, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43151
-
- Nov 01, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43147
-
Jo-Philipp Wich authored
Port Debians adaptive LCP echo patch to pppd, make it configurable with UCI and enable it by default. When adaptive LCP echo is enabled, LCP echo requests are only sent if the link is idle, this avoids the common situation where a congested PPP link (e.g. during torrenting) is falsely detected as disconnected because the LCP replies are not received in time. Also bump the copyright year in the Makefile, remove a redundant maintainer entry and fix the shell processing of the keepalive option when the two- value syntax is used. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43143
-
- Oct 31, 2014
-
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43136
-
Hauke Mehrtens authored
Only list the kernel versions that do not match so that new kernel versions will automatically match. This improves support for kernel 3.18. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43132
-
Hauke Mehrtens authored
This patch added stuff that is already there and if it would be needed this would result in a compile error. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43131
-
John Crispin authored
this adds support for pin set/unlock/... and iccid. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43127
-
John Crispin authored
More recent kernel versions (>= 3.12) support native VXLAN support. The Open VSwitch kernel module tries to build using native VXLAN support if it detects a kernel version >=3.12. The build works fine, but during startup the OVS kernel module does not load. dmesg output is something like this: [ 1201.262842] openvswitch: Unknown symbol vxlan_sock_release [ 1201.262949] openvswitch: Unknown symbol vxlan_xmit_skb [ 1201.263161] openvswitch: Unknown symbol vxlan_sock_add Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 43126
-
John Crispin authored
Using a redirect to a non-empty mtd partition will not erase the blocks prior to writing to them resulting in broken dsl_fw. Fix this by piping to mtd write - /dev/mtdX instead. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43125
-
- Oct 30, 2014
-
-
Steven Barth authored
HE.net tunnel update API requests are now made via https if an SSL-capable wget is installed. Certificate validation is conditionally enabled if the CA certs are available. Signed-off-by:
Andrew Skalski <askalski@gmail.com> SVN-Revision: 43124
-
Steven Barth authored
Based on a patchset by Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 43123
-
John Crispin authored
update to latest git HEAD, adds "log to console" Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43118
-
John Crispin authored
I had to use a VDSL-only tone-setup to get show-time. Handle this in uci by checking if annex is unset. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43114
-
- Oct 29, 2014
-
-
John Crispin authored
Update to Version 20141019 Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 43111
-
John Crispin authored
The DHT11 is a temperature and humidity sensor supported by linux since 3.14. This patch is tested on recent mxs with kernel 3.14.18. Signed-off-by:
Harald Geyer <harald@ccbib.org> SVN-Revision: 43103
-
- Oct 27, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43092
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43090
-
John Crispin authored
Instead throw an -EILSEQ error. Signed-off-by:
Tjalling Hattink <t.hattink@fugro.nl> SVN-Revision: 43089
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43088
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43087
-
Jo-Philipp Wich authored
Currently busybox utils like "ls" fail to display filenames containing UTF-8 characters, replacing any special characters with "?". Change libbb's printable_string() function to allow high ASCII characters so that unicode filenames are displayed correctls. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43084
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43080
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43079
-
Jo-Philipp Wich authored
* Fixes sending an extraneous message body for 204 and 304 resoponses which breaks Chrome in keep-alive mode. * Adds mimetypes for JSON and JSONP. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43078
-
- Oct 26, 2014
-
-
John Crispin authored
https://dev.openwrt.org/ticket/18209 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43076
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 43071
-
John Crispin authored
Package util-linux-dmesg is broken (at least) in Barrier Breaker git repo as you can select it within menuconfig, it will compile (as a part of util-linux) but it will not install as install section is missing from package Makefile. Signed-off-by:
Tomasz Wasiak <tjwasiak@gmail.com> SVN-Revision: 43069
-
- Oct 25, 2014
-
-
Jo-Philipp Wich authored
- Support HT40 instead of HT40+/HT40- like mac80211 - Enable 11n if htmode is HT20 or HT40 Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43063
-
Felix Fietkau authored
Based on bug #18206 sysupgrade can lead to loss of password information in certain situations. Most likely all users who will upgrade from versions r43017-43040, will lose their current passwords. :-( https://dev.openwrt.org/ticket/18206 Currently /etc/shadow is defined as a conffile in base-files: https://dev.openwrt.org/browser/trunk/package/base-files/Makefile#L37 But it is not defined in the default list of essential files to keep in sysupgrade: https://dev.openwrt.org/browser/trunk/package/base-files/files/lib/upgrade/keep.d/base-files-essential If exporting conffiles info fails, /etc/shadow can get lost. Shadow passwords are now the default, so saying that preserving /etc/passwd is essential while /etc/shadow is not, makes no sense. The attached patch adds /etc/shadow to the list of essential files. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 43061
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43059
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43058
-
Steven Barth authored
SVN-Revision: 43056
-
- Oct 24, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43052
-