aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #174 from seragh/owrt-kmod-crypto-ivZoltan Herpai2016-11-081-5/+4
|\ | | | | kmod-crypto-iv fix and Linux 4.8 support
| * kernel: kmod-crypto-iv dropped in Linux 4.8Ralph Sennhauser2016-11-031-2/+2
| | | | | | | | | | | | Commit 3a01d0ee2b991c8c267620e63a4ab47cd8c30cc4 upstream Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
| * kernel: remove echainiv.ko from kmod-crypto-ivMatthias Schiffer2016-11-031-4/+3
| | | | | | | | | | | | | | | | There is a separate package kmod-crypto-echainiv for echainiv.ko. Selecting both packages led to a conflict, so remove the file from kmod-crypto-iv. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
* | Merge pull request #156 from wigyori/dirtycow-fixesZoltan Herpai2016-11-0653-188/+249
|\ \ | |/ |/| CVE-2016-5195 (dirtycow) fixes for 3.18, 4.1, 4.4
| * generic/4.4: add fix for CVE-2016-5195Zoltan HERPAI2016-10-281-0/+96
| | | | | | | | | | | | | | | | | | Fixes CVE-2016-5195, backport the mm patch into 097- until the kernel version is upgraded. Compile-tested on ar71xx, ramips. Runtime-tested on ramips. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * generic/4.1: bump kernel to 4.1.35Zoltan HERPAI2016-10-2726-107/+81
| | | | | | | | | | | | | | | | | | Patch 610- is updated as check_entry helper was killed Patch 666- is updated (thanks to Stijn Tintel) Fixes CVE-2016-5195 (dirtycow) Compile-tested on brcm47xx and rb532 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
| * generic/3.18: bump kernel to 3.18.44Zoltan HERPAI2016-10-2727-81/+72
| | | | | | | | | | | | | | | | | | Patch 610- is updated as check_entry helper was killed in 3.18.37 Patch 666- is updated (thanks to Stijn Tintel) Fixes CVE-2016-5195 (dirtycow) Compile-tested on adm5120 and mcs814x Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #139 from mumuqz/masterZoltan Herpai2016-10-2912-0/+236
|\ \ | | | | | | ar71xx: Add support to DomyWifi DW33D
| * | ar71xx: Add support to DomyWifi DW33DJing Lin2016-10-2012-0/+236
| |/ | | | | | | Signed-off-by: Jing Lin <mumuqz@163.com>
* | Merge pull request #131 from Ham22/tpmZoltan Herpai2016-10-284-0/+86
|\ \ | |/ |/| add tpm support
| * kernel: add tpm supportIan Pozella2016-10-154-0/+86
| | | | | | | | | | | | | | | | | | | | This adds kernel support for tpm's providing: * kmod-tpm - tpm framework * kmod-tpm-i2c-infineon - infineon i2c 1.2 spec tpm * kmod-random-tpm - tpm backed rng Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com> Signed-off-by: Abhijit Mahajani <Abhijit.Mahajani@imgtec.com>
* | mvebu: bugfixes for rangoImre Kaloz2016-10-183-9/+13
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | mwlwifi: install the 88W8964 firmware, tooImre Kaloz2016-10-161-1/+2
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | mvebu: add support for the Linksys WRT3200ACM (Rango)Imre Kaloz2016-10-1312-10/+497
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | mwlwifi: upgrade to 10.3.2.0-20161013Imre Kaloz2016-10-131-2/+2
| | | | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* | hostapd: add interoperability workaround for 80+80 and 160 MHz channelsImre Kaloz2016-10-131-0/+48
|/ | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
* Merge pull request #127 from wigyori/legacy-revertZoltan Herpai2016-10-1238-125/+160
|\ | | | | Revert legacy kernels (3.18/4.1) to last known-good release
| * Revert "kernel: bump 4.1 to 4.1.30"Zoltan HERPAI2016-10-1221-70/+96
| | | | | | | | | | | | Stay on 4.1.27 This reverts commit 231ef70f455fcc230a400af90a13e181a2c261cd.
| * Revert "kernel: bump 3.18 to 3.18.39"Zoltan HERPAI2016-10-1218-55/+64
| | | | | | | | | | | | Stay on 3.18.36 This reverts commit 83767cf94f909f5932540da7641a12b7dfa71d85.
* | Merge pull request #126 from wigyori/masterZoltan Herpai2016-10-123-7/+7
|\| | | | | ar71xx: backport flow-control related patches
| * ar71xx: disable flow control to the built-in switch on AR934xFelix Fietkau2016-10-111-1/+0
| | | | | | | | | | | | | | It apparently causes a regression on some devices if the ethernet cable is plugged in while booting. Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: disable pdata->use_flow_control for QCA9558Felix Fietkau2016-10-111-1/+0
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: rename ethernet pdata->builtin_switch to use_flow_controlFelix Fietkau2016-10-113-8/+8
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * ar71xx: enable flow control for ethernet MACs with built-in switchFelix Fietkau2016-10-113-1/+11
| | | | | | | | | | | | | | | | Should fix LAN speed issues on some devices. This is an updated version of the previously reverted commit with the same name. It improves the check for MACs connected to a built-in switch Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * Revert "ar71xx: enable flow control for ethernet MACs with built-in switch"Zoltan HERPAI2016-10-111-9/+1
|/ | | | | | | | This reverts commit fca52fb7f382d25307d8633d1ed171f79989f65d. It was found to cause the WAN port to fail on some AR934x devices Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Merge pull request #123 from sartura/master-upstream-relocationLuka Perkov2016-10-113-10/+10
|\ | | | | odhcp* and omcproxy upstream relocation
| * omcproxy: update to git HEADHrvoje Varga2016-10-111-3/+3
| | | | | | | | | | | | | | This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
| * odhcpd: update to git HEADHrvoje Varga2016-10-111-4/+4
| | | | | | | | | | | | | | This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
| * odhcp6c: update to git HEADHrvoje Varga2016-10-111-3/+3
|/ | | | | | | This change also reflect relocation of upstream project which has been moved to OpenWrt GitHub organization. Signed-off-by: Hrvoje Varga <hrvoje.varga@sartura.hr>
* Merge pull request #121 from NeoRaider/build-pathsLuka Perkov2016-10-092-3/+6
|\ | | | | include: improve consistency of PATH etc. in host and target package builds
| * include/package-ipkg.mk: use TARGET_PATH_PKG in Package/*/install stepsMatthias Schiffer2016-10-061-0/+2
| | | | | | | | | | | | | | Package/*/install was using a different PATH than all other steps like Build/Install, which was confusing and easily led to mistakes. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * include/host-build.mk: set Host/Exports for Host/Install stepMatthias Schiffer2016-10-061-0/+1
| | | | | | | | | | | | | | | | | | Having a different PATH in Host/Install than in other steps like Host/Build is confusing and easily leads to mistakes. Setting all of Host/Exports makes host builds match target builds (Build/Install is part of $(STAMP_BUILT), which has Build/Exports set). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * include/host-build.mk: fix ACLOCAL_INCLUDEMatthias Schiffer2016-10-061-1/+1
| | | | | | | | | | | | | | | | It seems the intention was to add both $(STAGING_DIR_HOST)/... and $(STAGING_DIR)/host/... instead of passing $(STAGING_DIR_HOST) twice. This makes the definition match HOST_CPPFLAGS and HOST_LDFLAGS. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
| * include/host-build.mk: pass HOST_BUILD_PREFIX to Host/installMatthias Schiffer2016-10-061-2/+2
| | | | | | | | | | | | | | Makes it more consistent with package builds. Based-on-patch-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* | Merge pull request #120 from sartura/iptables-add-CHECKSUMLuka Perkov2016-10-093-0/+31
|\ \ | |/ |/| netfilter,iptables: add optional CHECKSUM module
| * netfilter,iptables: add optional CHECKSUM moduleDenis Osvald2016-10-073-0/+31
|/ | | | Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
* Merge pull request #114 from wigyori/masterZoltan Herpai2016-10-0543-12790/+3
|\ | | | | gemini: bump to 4.4
| * gemini: rename config-default to config-4.4Signed-off-by: Stijn Tintel2016-10-051-0/+0
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * gemini: rename patches directory to patches-4.4Signed-off-by: Stijn Tintel2016-10-0513-0/+0
| | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * gemini: delete 3.18 supportFelix Fietkau2016-10-0515-6045/+0
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
| * gemini: drop Linux 4.1 supportJo-Philipp Wich2016-10-0542-6745/+3
| | | | | | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | Merge pull request #100 from wigyori/masterZoltan Herpai2016-09-295-6/+6
|\| | | | | brcm63xx fixes
| * brcm63xx: fix CT-536p/CT-5621T supportSigned-off-by: Daniel Gonzalez2016-09-282-2/+2
| | | | | | | | | | | | | | | | | | | | | | Fix support for the Comtrend CT-536+, CT-5361 and CT-5621T routers support. Currently the firmware is broken for these routers, because there is a missing bar in the code at the DTS file avoiding to match with DTS stuff at the kernel. This causes the router boots without ethernet connectivity. The status led also has a typo. Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
| * brcm63xx: fix HG556a C buttonSigned-off-by: Daniel Gonzalez2016-09-281-1/+1
| | | | | | | | | | | | | | One button of the HG556a-C has the wrong GPIO pin defined in the dts file, fix it Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
| * brcm63xx: fix image generation with offsets/blocksizes != 64KJonas Gorski2016-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | Defer the CFE_EXTRAs evaluation to allow overriden BLOCK_SIZE and IMAGE_OFFSET take effect, and replace the unused IMAGE_SIZE with IMAGE_OFFSET in DEVICE_VARS. This fixes image generation for targets using different offsets or blocksizes. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
| * brcm63xx: fix CVG834G compatible stringJonas Gorski2016-09-281-1/+1
| | | | | | | | | | | | | | The CVG834G claimed to be a BCM6348, but is actually BCM3368. Since we don't test against it, this was harmless. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* | Merge pull request #97 from wigyori/masterZoltan Herpai2016-09-266-19/+19
|\| | | | | openssl: update to 1.0.2j
| * openssl: update to 1.0.2jZoltan HERPAI2016-09-266-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Security fixes: * (Severity: High) OCSP Status Request extension unbounded memory growth (CVE-2016-6304) * (Severity: Moderate) SSL_peek() hang on empty record (CVE-2016-6305) * (Severity: Moderate) Missing CRL sanity check (CVE-2016-7052) * 10 Low severity issues Security advisories: https://www.openssl.org/news/secadv/20160922.txt https://www.openssl.org/news/secadv/20160926.txt Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #90 from wigyori/masterZoltan Herpai2016-09-216-81/+13
|\| | | | | xtables-addons update, drop sched_getcpu from perf
| * strace: bump to 4.13Ralph Sennhauser2016-09-211-3/+3
| | | | | | | | | | | | Fixes broken btrfs support in 4.12 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>