- May 26, 2015
-
-
Jo-Philipp Wich authored
* drop unused lenient restore patch * instead of statically linking core extensions, build shared libraries for reuse in fw3 * strip outdated match revisions and aliases to trim down library size Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45758
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45757
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45755
-
- May 25, 2015
-
-
Felix Fietkau authored
fstools: update to the latest version, makes filesystem initialization state tracking more reliable (#19564) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45751
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45750
-
Felix Fietkau authored
This introduces a new config parameter "no-proto-task" useful for xl2tpd. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45748
-
- May 24, 2015
-
-
Nicolas Thill authored
* fix build failure when gdb is build after liblzma * bump release number Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45745
-
Nicolas Thill authored
* add upstream patch (CVE-2015-3202) * refresh patches * bump release number Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45744
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45743
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45742
-
- May 23, 2015
-
-
John Crispin authored
fixes #19698 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45741
-
John Crispin authored
error: ../include/fuse_kernel.h:93:15: error: conflicting types for 'int64_t' ../include/fuse_kernel.h:92:15: error: conflicting types for 'uint64_t' reported by buildbot fix by adopting upstream patch: http://git.baserock.org/cgi-bin/cgit.cgi/delta/fuse.git/commit/include/fuse_kernel.h?id=914871b20a901e3e1e981c92bc42b1c93b7ab81b Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45740
-
John Crispin authored
Signed-off-by:
Andrew McDonnell <bugs@andrewmcdonnell.net> SVN-Revision: 45739
-
John Crispin authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 45737
-
John Crispin authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45735
-
John Crispin authored
modules relating to CONFIG_USB_AUDIO Kernel <2.6.35 is not supported in trunk Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45734
-
John Crispin authored
delete cases for Kernel <3.10 (nop-usb-xceiv), <3.12 (phy-nop) Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45733
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45721
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45719
-
- May 22, 2015
-
-
Jonas Gorski authored
If the first resolveip call will fail, peeraddr will be now empty, and the subsequent resolveip call will try to resolve an empty string. Fix this by storing the result in a temporary variable. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45712
-
- May 21, 2015
-
-
Jonas Gorski authored
3.18.12 backported 61ada528dea028331e99e8ceaed87c683ad25de2 ("sched/wait: Provide infrastructure to deal with nested blocking") from 3.19, causing the following error on load: [ 13.588000] compat: exports duplicate symbol woken_wake_function (owned by kernel) Fix this by guarding it with a check for 3.18.11 or earlier instead of 3.19. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45710
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45707
-
- May 19, 2015
-
-
Jonas Gorski authored
Instead of stripping everything after the first dot, strip everything after the last dot. This fixes pre-/postrm actions for packages with a dot in their name, like libusb-1.0. Fixes #19668. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45702
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45701
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45700
-
- May 17, 2015
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45695
-
Steven Barth authored
Bump dnsmasq to v2.73rc8 Important - fixes remotely exploitable buffer overflow introduced in all v2.73 test/release candidates. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> SVN-Revision: 45693
-
- May 16, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45689
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45688
-
- May 13, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45679
-
- May 11, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45675
-
- May 09, 2015
-
-
Felix Fietkau authored
Significantly reduces reconnect delay Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45654
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45651
-
- May 08, 2015
-
-
Felix Fietkau authored
mt76: include generated mac80211 config file and add an appropriate define for mesh support (fixes #19474) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45649
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45642
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45641
-
Felix Fietkau authored
hand over parameters to user-script e.g. $1=deconfig Signed-off-by:
Leon George <leon@georgemail.de> Signed-off-by:
Christian Mehlis <christian@m3hlis.de> SVN-Revision: 45626
-
Felix Fietkau authored
fixes compile error: (observed w. target arm64, all kernel build opts enabled) error: call to '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45625
-
Felix Fietkau authored
ustream-ssl: correct the year in the PKG_VERSION string, as both r45157 and r45441 left the old year 2014 there. For a casual user it may seem that the current code is from April 2014, although a4ca61527236e89eb9efb782fd9bfd04796144e3 is from April 2015. http://nbd.name/gitweb.cgi?p=ustream-ssl.git;a=commit;h=a4ca61527236e89eb9efb782fd9bfd04796144e3 https://dev.openwrt.org/changeset/45441/ https://dev.openwrt.org/changeset/45157/ signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 45623
-
- May 06, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45619
-