aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * at91: fix SAMA5D3 subtargetJo-Philipp Wich2016-06-212-6/+12
| | | | | | | | | | | | | | Add required architecture overrides to enable SAMA5 boards in Kconfig, add resulting missing symbols, reorder config and remove unrelated XEN setting. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * openvpn: update to 2.3.11Magnus Kroken2016-06-213-4/+25
| | | | | | | | | | | | | | | | | | | | Security fixes: * Fixed port-share bug with DoS potential * Fix buffer overflow by user supplied data Full changelog: https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn23#OpenVPN2.3.11 Signed-off-by: Magnus Kroken <mkroken@gmail.com>
| * openvpn: add support for tls-version-minMatteo Panella2016-06-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Currently, the uci data model does not provide support for specifying the minimum TLS version supported in an OpenVPN instance (be it server or client). This patch adds support for writing the relevant option to the openvpn configuration file at service startup. Signed-off-by: Matteo Panella <morpheus@level28.org> [Jo-Philipp Wich: shorten commit title, bump pkg release] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * openvpn: remove unrecognized optionDirk Neukirchen2016-06-211-1/+0
| | | | | | | | | | | | | | | | removed upstream in https://github.com/OpenVPN/openvpn/commit/9ffd00e7541d83571b9eec087c6b3545ff68441f now its always on Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * iperf: Drop single-threaded variantBert Vermeulen2016-06-212-50/+4
| | | | | | | | Signed-off-by: Bert Vermeulen <bert@biot.com>
| * iperf: Upgrade to version 2.0.8Bert Vermeulen2016-06-212-104/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The original iperf package is unmaintained. This switches to the "iperf2" project on sourceforge, a fork that started where the previous iperf left off. Version 2.0.8 fixes the issue that patch 002 handled, so that can be dropped. Due to a faulty check in configure.ac, this version needs _GNU_SOURCE defined to build properly against musl. Various other obsolete build options were also removed. Signed-off-by: Bert Vermeulen <bert@biot.com>
| * cyassl/wolfssl: fix commitZoltan HERPAI2016-06-211-19/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * cyassl/wolfssl: update to 3.9.0Dirk Neukirchen2016-06-213-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wolfssl has a fine grained feature and compatibility control for compiling stunnel, lighthttp or (partly) openssl dropin ustream-ssl uses features that require normally HAVE_SNI, HAVE_STUNNEL and the openssl compatibility headers ar71xx ipkg sizes of wolfssl 3.9.0: - with stunnel: 144022 - this patch (w.o. stunnel): 131712 - without openssl(extra): 111104 - w.o openssl/sni:108515 - w.o openssl/sni/ecc: 93954 so patch 300 saves around 12k compressed ipkg size v2: keep & rename patch 300 for clarity, fixes ustream-ssl/cyassl that broke with v1 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * tools/cmake: bump to 3.5.2Syrone Wong2016-06-211-2/+2
| | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
| * nettle: update to 3.2Syrone Wong2016-06-211-2/+2
| | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
| * dnsmasq: update to dnsmasq v2.76Kevin Darbyshire-Bryant2016-06-214-10/+28
| | | | | | | | | | | | | | Update to dnsmasq2.76. Refresh patches. Add new patch to fix musl 'poll.h' location warning. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
| * kernel: add missing symbolDaniel Golle2016-06-211-0/+6
| | | | | | | | | | | | | | Add missing symbol When building kernel with profiling enabled and ARM or ARM64 targets. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| * curl: update to 7.49Dirk Neukirchen2016-06-214-40/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes: CVE-2016-3739: TLS certificate check bypass with mbedTLS/PolarSSL - remove crypto auth compile fix curl changelog of 7.46 states its fixed - fix mbedtls and cyassl usability #19621 : add path to certificate file (from Mozilla via curl) and provide this in a new package tested on ar71xx w. curl/mbedtls/wolfssl Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
| * mediatek: drop some mail changes as they don't apply cleanlyZoltan HERPAI2016-06-213-78/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: add back the macronix software protection disable patchFelix Fietkau2016-06-211-0/+14
| | | | | | | | | | | | It was accidentally left out when 4.4 support was added Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * linux/generic: add missing config symbolsAlexander Couzens2016-06-201-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | unset following config symbols - INPUT_PALMAS_PWRBUTTON - INPUT_TPS65218_PWRBUTTON - INPUT_TWL4030_PWRBUTTON - INPUT_TWL4030_VIBRA - INPUT_TWL6040_VIBRA - KEYBOARD_TWL4030 - TWL4030_MADC Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * kernel: update kernel 4.4 to version 4.4.12Álvaro Fernández Rojas2016-06-20112-1365/+569
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * As usual these patches were extracted from the raspberry pi repo:Alvaro Fernández Rojas2016-06-20302-448/+9148
| | | | | | | | | | | | https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * ramips: use backported upstream patchesÁlvaro Fernández Rojas2016-06-209-108/+236
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * mediatek: more nand fixesJohn Crispin2016-06-202-15/+24
| | | | | | | | | | | | jffs2 failed to laod off nand Signed-off-by: John Crispin <john@phrozen.org>
| * mediatek: more mtd fixesJohn Crispin2016-06-201-0/+62
| | | | | | | | | | | | this fixes full builds when ALL_KMODS is selected Signed-off-by: John Crispin <john@phrozen.org>
| * mediatek: update mtd backportJohn Crispin2016-06-201-626/+423
| | | | | | | | Signed-off-by: John Crispin <john@phrozen.org>
| * mediatek: update patchesJohn Crispin2016-06-20124-3139/+11057
| | | | | | | | | | | | | | * fixes NAND * adds latest ethernet patches Signed-off-by: John Crispin <john@phrozen.org>
| * ar71xx: update to linux 4.4Felix Fietkau2016-06-201-1/+1
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: update kernel 4.4 to version 4.4.11Álvaro Fernández Rojas2016-06-2022-991/+114
| | | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| * brcm2708: rename patchZoltan HERPAI2016-06-201-0/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: backport patches improving fq_codel drop behaviorFelix Fietkau2016-06-209-32/+1101
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: remove out-of-tree patches for reducing qdisc truesizeFelix Fietkau2016-06-207-111/+7
| | | | | | | | | | | | The copy overhead can be quite expensive Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: fq_codel match flows_cnt to limit sizingKevin Darbyshire-Bryant2016-06-203-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWRT changed the default fq_codel sch->limit from 10240 to 1024, without also adjusting q->flows_cnt. Eric Dumazet explains below that you must also adjust the buckets (q->flows_cnt) for this not to break. Eric explains: Limit of 1024 packets and 1024 flows is not wise I think. (If all buckets are in use, each bucket has a virtual queue of 1 packet, which is almost the same than having no queue at all) I suggest to have at least 8 packets per bucket, to let Codel have a chance to trigger. So you could either reduce number of buckets to 128 (if memory is tight), or increase limit to 8192. flows_cnt is now set to 1024/8=128 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
| * kernel: fold codel default fix into main patchFelix Fietkau2016-06-202-22/+20
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: Add support for Ubiquiti UniFi AP AC PROP.Wassi2016-06-2010-4/+103
| | | | | | | | | | Add support for the Ubiquiti UniFi AP AC PRO Signed-off-by: P.Wassi <p.wassi at gmx.at>
| * ar71xx: Rename unifiac to unifiac-liteP.Wassi2016-06-2010-28/+33
| | | | | | | | | | | | | | To avoid confusion with different unifiac devices, rename existing target "unifiac" to "unifiac-lite", before "unifiac-pro" is introduced. Signed-off-by: P.Wassi <p.wassi at gmx.at>
| * ar71xx: fix register address calculation for DDR flushingFelix Fietkau2016-06-201-0/+23
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: fix typo in pci memory window initialization fixFelix Fietkau2016-06-201-1/+1
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: fix yaffs2 build with kernel 4.4Jo-Philipp Wich2016-06-201-0/+47
| | | | | | | | | | | | | | Fix YAFFS2 build after upstream nd_set_link() removal by importing http://permalink.gmane.org/gmane.linux.embedded.yocto.linux-yocto/4373 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * ar71xx: typo in jjplus profileCezary Jackiewicz2016-06-201-1/+1
| | | | | | | | Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
| * ar71xx: register the gpio driver earlierFelix Fietkau2016-06-201-0/+15
| | | | | | | | | | | | This allows gpio requests from mach files to succeed. Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: fix a PCI initialization issue in Linux 4.4Felix Fietkau2016-06-201-0/+37
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: fix DDR write buffer flushing issues with 4.4Felix Fietkau2016-06-2013-97/+1386
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: add support for TP-LINK TL-WR842N/ND v3Cezary Jackiewicz2016-06-209-9/+129
| | | | | | | | | | | | | | | | | | | | | | - CPU QCA9531-BL3A - RAM: 64MB - flash: 16MB - USB AP143 platform, similar to tl-wr841n v10/v11, but with USB Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
| * ar71xx: add proper support for Archer-C7 V2John Crispin2016-06-203-5/+42
| | | | | | | | | | | | This has minor differences to the V1 Signed-off-by: John Crispin <john@phrozen.org>
| * kernel: add missing config symbolFelix Fietkau2016-06-201-0/+1
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * e2fsprogs: update to 1.42.13Kevin Darbyshire-Bryant2016-06-201-2/+2
| | | | | | | | | | | | Update e2fsprogs to v1.42.13 from 1.42.12 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
| * ar71xx: Fix TP-LINK Archer-C5/C7 v2 rfkillJohn Crispin2016-06-201-1/+1
| | | | | | | | | | | | Fix ARCHER_C7_GPIO_BTN_RFKILL, which is attached to GPIO23 Signed-off-by: Lars Buerding <lb.wrt@metatux.net>
| * fstools: update to latest git revisionJohn Crispin2016-06-201-2/+2
| | | | | | | | | | | | This fixes mount_root in failsafe and reverts a ext4 overlay patch. Signed-off-by: John Crispin <john@phrozen.org>
| * dropbear: update to 2016.73Jo-Philipp Wich2016-06-206-28/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | Update the dropbear package to version 2016.73, refresh patches. The measured .ipk sizes on an x86_64 build are: 94588 dropbear_2015.71-3_x86_64.ipk 95316 dropbear_2016.73-1_x86_64.ipk This is an increase of roughly 700 bytes after compression. Tested-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * toolchain/gdb: Use correct folder name for ARC patchesAlexey Brodkin2016-06-204-13/+0
| | | | | | | | | | | | | | | | | | | | | | Even though ARC tools were released as arc-2016.03 we have a little bit different version name for GDB. That's because both Binutils and GDB come from the same git repo but from different branches (and so different tags). Also removing an extra patch that made its way into release. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
| * package/devel/gdb-arc: Add target GDB for ARCAlexey Brodkin2016-06-205-1/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package/devel/gdb-arc: Add target GDB for ARC ARC port of GDB is not yet upstream so we need to use sources from Synopsys GitHub repo. Given Synopys' commitment to upstream ARC support in GDB in the nearest future it might be simpler to add a separate package for ARC GDB instead of patching generic GDB package. This way once ARC GDB stuff gets uptreamed we'll only need to remove that new "gdb-arc" package. Note 1 very minor change in generic gdb package was done - it now depends on !arc (while "gdb-arc" depends on "arc"). Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
| * arc: Build uImage as well as vmlinux output filesAlexey Brodkin2016-06-202-16/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initially for ARC we were building vmlinux images because it was both simpler and more convenient to debug Linux kernel in runt-time via JTAG. Now when base system works quite nice we may finally use U-Boot for loading the system image as well. Still we keep building vmlinux images as some of our boards are development boards and loading images with JTAG could be at some points very beneficial. Note for U-Boot header it's required to specify 2 values: * loading address * entry point (if it doesn't match loading address) and in case of ARC entry point (EP) not only differs from loading address but also changes from build to build due to initramfs being placed between loading address and text section. To accommodate that feature we have to calculate EP after vmlinux gets built and before call to mkimage. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
| * toolchain: Bump ARC tools to arc-2016.03Alexey Brodkin2016-06-2029-23/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change switches ARC tools to the most recent arc-2016.03 version. ARC GNU tools of version arc-2016.03 bring some quite significant changes like: * Binutils v2.26+ (upstream commit id 202ac19 with additional ARC * patches) * GCC v4.8.5 * GDB 7.10 More about changes, improvements and fixes could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2016.03 Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>