aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * odhcp6c: Upstep to latest versionHans Dedecker2016-07-071-2/+2
| | | | | | | | | | | | | | | | | | Following fixes are included in the latest version: -Script is launched with incorrect action -Possible buffer overflows -Lots of minor bugfixes Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| * kirkwood: add missing kernel symbolJo-Philipp Wich2016-07-061-0/+1
| | | | | | | | | | | | | | The query for ARMADA_THERMAL is stalling the kconfig process and as long as we do not package it, simply disable the symbol. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | Merge pull request #21 from cshore/pull-request-ca-bundleZoltan Herpai2016-07-061-0/+12
|\ \ | | | | | | ca-certificates: Add certificate bundle for packages that need it
| * | ca-certificages: Add certificate bundle for packages that need itDaniel Dickinson2016-07-061-0/+12
| | | | | | | | | | | | | | | | | | | | | Some packages don't use /etc/ssl/certs but instead use /etc/ssl/certs/ca-certificates.crt. For those packages add a ca-bundle package>. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | Merge pull request #22 from wigyori/masterZoltan Herpai2016-07-064-1/+15
|\ \ \ | |/ / |/| / | |/ add missing symbols caused by earlier addition of virtio modules
| * packages: make virtio-pci actually depend on PCI_SUPPORTZoltan HERPAI2016-07-061-0/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: add missing symbol for 4.4Zoltan HERPAI2016-07-061-0/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: add missing symbols into 3.18 and 4.1Zoltan HERPAI2016-07-062-0/+12
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * packages: add kernel version dependency for bmp085 moduleZoltan HERPAI2016-07-061-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #20 from wigyori/masterZoltan Herpai2016-07-0490-311/+6047
|\| | | | | bump mvebu to 4.4, swconfig / mt76 updates, other small fixes
| * kernel: require admin permissions for swconfig set operationsFelix Fietkau2016-07-041-0/+3
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: deny swconfig set requests for unprivileged usersJo-Philipp Wich2016-07-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The swconfig kernel infrastructure fails to do any permissions checks when changing settings. As such an ordinary user account on a device with a switch can change switch settings without any special permissions. Routers generally have few non-admin users so this isn't a big hole, but it is a security hole. Likely the greatest danger is for multifunction devices which have a lot of extra daemons, compromising a low-security daemon would allow one to modify switch settings and cause the router/switch to appear to lock-up (or cause other sorts of troublesome nyetwork behavior). Implement a check for CAP_NET_ADMIN in swconfig_set_attr() and deny any requests originating from user contexts lacking this capability. Reported-by: Elliott Mitchell <ehem+openwrt@m5p.com> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * swconfig: improve failure reportingJo-Philipp Wich2016-07-042-7/+7
| | | | | | | | | | | | Report the translated error to the user if a get/set netlink operation failed. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * polarssl: enable AES-GCM and CAMELLIA-GCM ciphersuitesJo-Philipp Wich2016-07-042-11/+1
| | | | | | | | | | | | | | | | | | | | | | Recent versions of Chrome require this ciphers to successfully handshake with a TLS enabled uhttpd server using the ustream-polarssl backend. If `CONFIG_GCM` is disabled, `ssl_ciphersuite_from_id()` will return `NULL` when cipher `0x9d` is looked up, causing the calling `ssl_ciphersuite_match()` to fail with `POLARSSL_ERR_SSL_INTERNAL_ERROR`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| * sparse: update to support llvm 3.5.0Stefan Sydow2016-07-041-3/+6
| | | | | | | | | | | | | | | | sparse-0.5.0 won't link against lvm 3.5.0 as "llvm-config --libs" does not include system libs like pthreads. This problem got fixed but not released yet, so we need to fetch from their git repo. Signed-off-by: Stefan Sydow <stefan.sydow@tu-berlin.de>
| * strace: add option for enabling stack trace supportYousong Zhou2016-07-041-1/+10
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
| * tools/mkfwimage2: remove 256 length limit for partition imagesAlexander Couzens2016-07-041-1/+5
| | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * kernel: replace SMP cacheflush fix with some patches from linux-mti.gitFelix Fietkau2016-07-043-17/+354
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: fix mips MT_SMP kernel crash on cache flushFelix Fietkau2016-07-041-0/+17
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: add support for uncompressed zImage on ARMFelix Fietkau2016-07-044-2/+137
| | | | | | | | | | | | | | This can be used to prevent double compression for platforms where the boot loader already expects compressed images. Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: add common config symbolsFelix Fietkau2016-07-041-0/+6
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: Configure status LED for WRT1900ACSRujun Wang2016-07-041-0/+3
| | | | | | | | Signed-off-by: Rujun Wang <chinawrj@gmail.com>
| * mvebu: add a patch to deal with excessive latencies/delays during flash PIO ↵Felix Fietkau2016-07-041-0/+36
| | | | | | | | | | | | command processing Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: configure switch on WRT1200AC and WRT1900ACv2/SClaudio Leite2016-07-041-6/+4
| | | | | | | | | | | | Also collapses the three identical configurations into one block. Signed-off-by: Claudio Leite <leitec@staticky.com>
| * mvebu: backport upstream ethernet driver improvements and enable buffer ↵Felix Fietkau2016-07-0429-6/+4334
| | | | | | | | | | | | manager support Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: fix device I/O coherency issuesFelix Fietkau2016-07-041-0/+47
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: correct patch name of the crypto sram fixFelix Fietkau2016-07-041-0/+0
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: fix bus ranges for the crypto processor sramFelix Fietkau2016-07-041-0/+13
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: tune kernel config for performanceFelix Fietkau2016-07-041-1/+1
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: enable core drivers in the kernel config instead of packaging themFelix Fietkau2016-07-0413-165/+72
| | | | | | | | | | | | Simplify profile package selection Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: add some more flash driver fixesFelix Fietkau2016-07-043-0/+156
| | | | | | | | | | | | | | Disable marvell,nand-keep-config property on WRT1900AC to allow the flash driver to properly probe the chip Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: rename recently added flash driver fixFelix Fietkau2016-07-041-0/+0
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: prevent crash in the flash driver in case of a spurious interruptFelix Fietkau2016-07-041-0/+13
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: update to linux 4.4Felix Fietkau2016-07-042-24/+15
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: fix portability issues in the image makefile codeFelix Fietkau2016-07-041-5/+5
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mvebu: backport an upstream NAND flash driver fixFelix Fietkau2016-07-041-0/+428
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * linux-firmware: fix md5sumHauke Mehrtens2016-07-041-1/+1
| | | | | | | | | | | | | | | | The copy on the mirror has a different md5sum as specified in this package Makefile. The content of the file on the mirror is the same as in the checkout so just update our md5sum. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * rtl8192su-firmware: move firmware to own packageHauke Mehrtens2016-07-042-17/+8
| | | | | | | | | | | | | | Instead of downloading the firmware from some website take it from linux-firmware package and do not download it separately any more. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * rtl8192se-firmware: fix package buildHauke Mehrtens2016-07-041-1/+1
| | | | | | | | | | | | | | The package did not pack the firmware because of a problem which looks like a copy and past error. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| * mt76: update to the latest version, fixes a SMPS handling issueFelix Fietkau2016-07-041-2/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mt76: update to latest version, adds survey support for mt76x2Felix Fietkau2016-07-041-1/+1
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * mt76: update to the latest version, fixes a monitor mode injection crashFelix Fietkau2016-07-041-2/+2
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * kernel: rename B53 symbols to avoid upstream kernel conflictRafał Miłecki2016-07-0413-52/+52
| | | | | | | | | | | | | | | | | | In kernel 4.7 there is upstreamed b53 driver using (mostly?) the same symbols as our b53 does. Change our symbols so both drivers can coexist in kernel tree. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Acked-by: Jonas Gorski <jonas.gorski@gmail.com>
| * kernel: backport bgmac changes from net-nextRafał Miłecki2016-07-049-11/+329
| | | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
| * kernel: rename bgmac patches that went into the same kernelRafał Miłecki2016-07-044-0/+0
| | | | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
* | Merge pull request #19 from wigyori/masterZoltan Herpai2016-07-0469-1784/+1913
|\| | | | | update to 4.4.14, ramips updates ,fix 9pnet compilation
| * packages: fix bmp085-spi typoZoltan HERPAI2016-07-041-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: add missing symbols for 4.4Zoltan HERPAI2016-07-041-0/+6
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * packages: add virtio-pci and virtio-mmio packages, fix 9pnet dependenciesZoltan HERPAI2016-07-042-1/+37
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * kernel: update to version 4.4.14Hauke Mehrtens2016-07-0447-1054/+561
| | | | | | | | | | | | | | | | | | Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.4.14 Some manual changes to target/linux/generic/patches-4.4/610- netfilter_match_bypass_default_checks.patch were needed. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>