coolsnowwolf
cd6e66d6e1
ramips:improve R6850 support
2020-05-23 00:14:36 +08:00
NivalXer
5ae70efb04
ramips: add support for Linksys EA7500 v2 ( #4646 )
...
* ramips: add support for Linksys EA7500 v2
* fix build
* fix build
* update build config
2020-05-22 10:53:12 +08:00
AmadeusGhost
142f9724da
Merge Lean's source
2020-05-21 12:25:08 +08:00
AmadeusGhost
1457fa8e97
ar71xx: add support for TP-LINK TL-WDR8500 v1 ( #4615 )
...
This commit add support for the TP-LINK TL-WDR8500 v1
SOC: Qualcomm QCA9563 775MHz
RAM: 128MB M14D1G1664A-2.5B DDR2
FLASH: 8MB Winbond 25Q64FVSIG
WLAN1: QCA9563 2.4GHz 802.11b/g/n 3x3
WLAN2: QCA9984 5GHz 802.11 n/ac 4x4
Ethernet: 5 x 1000Mbps (1wan, 4lan)
Installation via breed:
Flash into breed-qca956x-uart_rx18_tx22-reset1.bin,
and then edit the environment variables:
Field: autoboot.command
Value: boot mem 0x9f020200
From https://www.right.com.cn/forum/thread-328619-1-1.html
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-05-20 10:00:51 +08:00
Álvaro Fernández Rojas
65bc03fdf2
bcm63xx: mask interrupts on init
...
Fixes BCM6348/BCM6358 hangs while booting:
https://bugs.openwrt.org/index.php?do=details&task_id=2202
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 13c33f3f12 )
2020-05-19 12:31:06 +08:00
Daniel Gonzalez Cabanelas
831c6b4c5c
bcm63xx: periph_intc: report effective affinity
...
The bcm6345-periph-intc driver only targets a single CPU at a time, even
if the notional affinity is wider. Let's inform the core code about this.
This patch gets rid of the kernel message:
"genirq: irq_chip bcm6345-periph-intc did not update eff. affinity mask
of irq 52"
Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit e04ff3c7cc )
2020-05-19 12:30:36 +08:00
Álvaro Fernández Rojas
386c2b2320
bcm63xx: ext_intc: fix warning
...
In file included from ./arch/mips/include/asm/io.h:34,
from ./arch/mips/include/asm/mmiowb.h:5,
from ./include/linux/spinlock.h:60,
from ./include/linux/irq.h:14,
from drivers/irqchip/irq-bcm6345-ext.c:10:
drivers/irqchip/irq-bcm6345-ext.c: In function 'bcm6345_ext_intc_of_init':
./arch/mips/include/asm/mach-bcm63xx/ioremap.h:48:9: warning: 'base' may be used uninitialized in this function [-Wmaybe-uninitialized]
return is_bcm63xx_internal_registers((unsigned long)addr);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/irqchip/irq-bcm6345-ext.c:255:16: note: 'base' was declared here
void __iomem *base;
^~~~
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit 29c3bb5f41 )
2020-05-19 12:30:09 +08:00
Álvaro Fernández Rojas
27540513b3
bcm63xx: periph_intc: fix warning
...
drivers/irqchip/irq-bcm6345-periph.c: In function 'bcm6345_periph_irq_handle':
drivers/irqchip/irq-bcm6345-periph.c:55:21: warning: 'block' may be used uninitialized in this function [-Wmaybe-uninitialized]
struct intc_block *block;
^~~~~
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit f2f2cf07a6 )
2020-05-19 12:29:34 +08:00
Álvaro Fernández Rojas
15ba4bad89
bcm63xx: redboot: fix warning
...
drivers/mtd/parsers/redboot.c: In function 'parse_redboot_partitions':
drivers/mtd/parsers/redboot.c:194:59: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses]
fis_origin = (buf[i].flash_base & (master->size << 1) - 1);
~~~~~~~~~~~~~~~~~~~~^~~
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit f314cbe54b )
2020-05-19 12:29:06 +08:00
Álvaro Fernández Rojas
a0e9a866a2
bcm63xx: bcm6362: fix pinctrl bug
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit ee6bf7e865 )
2020-05-19 12:28:30 +08:00
Álvaro Fernández Rojas
5be4581621
bcm63xx: refresh kernel config
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-05-19 12:27:57 +08:00
Koen Vandeputte
1594a8ae1a
kernel: bump 4.19 to 4.19.123
...
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-05-15 11:35:08 +08:00
Aleksander Jan Bajkowski
cdd44f2175
ath79: increase spi frequency on tp-link tl-wr1043nd v2
...
Increase SPI frequency to 33.333 MHz. It's maximum frequency supported
by SPI Flash memory chip without Fast read opcode.
Tested on TP-Link TL-WR1043ND V2.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2020-05-15 11:32:28 +08:00
AmadeusGhost
29a00cd005
Merge Lean's source
2020-05-13 17:50:08 +08:00
Adrian Schmutzler
fcc94d9d36
ipq40xx: replace "ok" with "okay" for status in DTS files
...
While "ok" is recognized in DT parsing, only "okay" is actually
mentioned as valid value. Replace it accordingly.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-05-13 17:35:13 +08:00
AmadeusGhost
c985a54a61
kernel: bump to 4.9.223, 4.14.180, 4.19.122 ( #4600 )
...
* kernel: bump 4.9 to 4.9.223
Refreshed all patches.
Fixes:
- CVE-2020-12114
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.14 to 4.14.180
Refreshed all patches.
Fixes:
- CVE-2020-12114
- CVE-2020-11669
Compile-tested on: pistachio
Runtime-tested on: none
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.122
Refreshed all patches.
Remove upstreamed:
- 551-loop-Better-discard-support-for-block-devices.patch
Fixed:
- CVE-2020-11884
- CVE-2020-12114
- CVE-2019-3016
- CVE-2020-11669
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Co-authored-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-05-13 13:28:43 +08:00
coolsnowwolf
1428e0eeed
ipq40xx: ignore some debug info
2020-05-11 16:22:05 +08:00
AmadeusGhost
f2c4cd42ff
Merge Lean's source
2020-05-09 18:16:05 +08:00
coolsnowwolf
58d4e7f906
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-05-09 15:36:59 +08:00
coolsnowwolf
de279cbd29
ramips: unlock Bootloader for Redmi AC2100
2020-05-09 15:36:49 +08:00
AmadeusGhost
9c732c877d
ipq40xx: adjust switch configuration for netgear ex61x0v2 ( #4550 )
2020-05-09 15:05:57 +08:00
coolsnowwolf
2c37fa71f9
ipq40xx: update ath10k firmware
2020-05-09 14:36:43 +08:00
Lech Perczak
597af1f573
ath79: dts: add missing 'serial0' alias for TP-Link TL-MR3040v2
...
Out of all devices currently supported based on AR9331 chipset,
this one had the 'serial0' alias missing. Add it to fix setting of
/dev/console and login shell on the onboard UART.
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
2020-05-09 12:00:16 +08:00
Adrian Schmutzler
c96496f51e
ath79: indicate boot/failsafe/upgrade for NanoBeam/Nanostation AC
...
Like for Ubiquiti PowerBeam 5AC Gen2, the highest RSSI LED can
be exploited to indicate boot/failsafe/upgrade for the NanoBeam AC
and Nanostation AC as well.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 80a094aaf3 )
2020-05-05 22:25:13 +08:00
AmadeusGhost
ffd2755fb9
treewide: adjust sysupgrade script
2020-05-05 22:18:12 +08:00
CN_SZTL
622381da92
Merge Lean's source
2020-05-04 16:01:50 +08:00
AmadeusGhost
9f90d1abd4
Redmi AC2100: adjust switch configuration ( #4528 )
2020-05-04 00:43:17 +08:00
CN_SZTL
b11dcd594c
kernel: bump 4.14 to 4.14.178
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-03 19:33:01 +08:00
CN_SZTL
95aa0a3995
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamed:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-03 19:32:54 +08:00
CN_SZTL
ebd3dfdac7
kernel: bump 4.19 to 4.19.120
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-03 17:49:03 +08:00
CN_SZTL
c5c9118ebe
kernel: bump 4.9 to 4.9.221
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-03 16:52:59 +08:00
CN_SZTL
ea2b278e9e
kernel 4.9: revert changes for some patches
2020-05-03 16:37:24 +08:00
AmadeusGhost
9a97380321
ipq40xx: add support for hiwifi c526a
...
cherry-pick commit from LGA1150/openwrt
SOC: Qualcomm QCA4019 717MHz
RAM: 512M DDR3
FLASH1: 2M en25qh16
FLASH2: 128M NAND
LED: wan LED
USB: USB3.0 x 1
POWER: 12V 2.5A
WLAN1: MT7615 2.4GHz 802.11 b/g/n
WLAN2: QCA4019 5.2GHz 802.11 n/ac
WLAN3: QCA4019 5.8GHz 802.11 n/ac
Ethernet: 4 x 1000Mbps (1wan, 3lan)
Installation:
Flash into pbboot and pandorabox, and then:
mtd erase ubi
mtd write /tmp/openwrt.ubi ubi
2020-05-03 11:09:27 +08:00
CN_SZTL
e56373ae93
Merge Lean's source
2020-05-02 16:48:51 +08:00
AmadeusGhost
1a44b8d74f
ramips: fix build error ( #4508 )
2020-05-02 07:30:25 +08:00
AmadeusGhost
3c510baf47
ramips: fix support for Redmi AC2100 ( #4500 )
...
This commit fix switch and image config for Redmi AC2100.
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-05-01 22:37:45 +08:00
coolsnowwolf
01aeb5df0e
ramips: Add support for Xiaomi Redmi Router AC2100 (RM2100)
2020-05-01 12:23:28 +08:00
CN_SZTL
91c55c934c
kernel: bump 4.19 to 4.19.119
...
Remove upstreamed:
- 551-loop-Better-discard-support-for-block-devices.patch
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-05-01 00:33:53 +08:00
AmadeusGhost
e19377e68b
Merge Lean's source
2020-04-30 18:09:47 +08:00
AmadeusGhost
244a0f8574
Revert "kernel: bump 4.14 to 4.14.177"
...
This reverts commit 89c18f5335 .
2020-04-29 17:25:11 +08:00
AmadeusGhost
4b53337af7
ipq40xx: correct device packages ( #4450 )
2020-04-29 13:32:07 +08:00
coolsnowwolf
404ec5fa84
ipq40xx: adjust pacakge
2020-04-27 12:30:22 +08:00
Matt Merhar
774e8f6a51
kernel: backport fix for non-regular inodes on f2fs
...
Upstream commit dda9f4b9ca ("f2fs: fix to skip verifying block address
for non-regular inode").
On 4.14, attempting to perform operations on a non-regular inode
residing on an f2fs filesystem, such rm-ing a device node, would fail
and lead to a warning / call trace in dmesg. This fix was already
applied to other kernels upstream - including 4.19, from which the patch
was taken.
More info at https://bugzilla.kernel.org/show_bug.cgi?id=202495 .
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2020-04-27 09:05:18 +08:00
coolsnowwolf
4306c245cf
generic: fix flow table hw offload
2020-04-26 15:36:41 +08:00
AmadeusGhost
aac401fc39
lantiq: sync official source code
2020-04-25 18:29:43 +08:00
CN_SZTL
0d6d3fd5d8
kernel: bump 4.19 to 4.19.118
...
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 11:08:19 +08:00
CN_SZTL
89c18f5335
kernel: bump 4.14 to 4.14.177
...
Fixes:
- CVE-2020-11669
Remove upstreamd:
- 001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
- 002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch
Refresh all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 10:18:50 +08:00
CN_SZTL
0ddb22c585
kernel: bump 4.9 to 4.9.220
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-25 08:06:59 +08:00
CN_SZTL
d713bda74f
Revert "generic: fix flow table hw offload"
...
This reverts commit b36ae2bdc6 .
2020-04-23 11:29:37 +08:00
John Crispin
b36ae2bdc6
generic: fix flow table hw offload
...
Make the driver work with recent upstream changes.
Signed-off-by: John Crispin <john@phrozen.org>
2020-04-23 06:24:14 +08:00
Koen Vandeputte
5991d737c6
kernel: bump 4.19 to 4.19.117
...
Refreshed all patches.
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-22 11:05:03 +08:00
CN_SZTL
a20ee5eabf
Merge Lean's source
2020-04-19 19:35:34 +08:00
AmadeusGhost
c33118190f
bcm63xx: refresh patches ( #4372 )
2020-04-19 14:31:01 +08:00
AmadeusGhost
099db68667
ipq40xx: switch to ath10k
2020-04-18 11:40:34 +08:00
CN_SZTL
1211ab828d
Merge Lean's source
2020-04-17 22:37:21 +08:00
AmadeusGhost
9448672845
kernel: bump to 4.9.219, 4.14.176, 4.19.115 ( #4350 )
...
* kernel: bump 4.14 to 4.14.176
Refreshed all patches.
Remove upstreamed:
- 0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
- 184-USB-serial-option-add-Wistron-Neweb-D19Q1.patch
Fixes:
- CVE-2020-8648 (potentially)
- CVE-2020-8647
- CVE-2020-8649
Compile-tested on: cns3xxx, octeontx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.19 to 4.19.115
Remove upstreamed:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
- 184-USB-serial-option-add-Wistron-Neweb-D19Q1.patch
Fixes:
- CVE-2020-8647
- CVE-2020-8648 (potentially)
- CVE-2020-8649
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* kernel: bump 4.9 to 4.9.219
Refreshed all patches.
Altered patches:
- 0026-NET-multi-phy-support.patch
Fixes:
- CVE-2020-8647
- CVE-2020-8648 (Potentially)
- CVE-2020-8649
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-17 11:50:34 +08:00
AmadeusGhost
cc689609d6
ipq806x: 4.19: correct dts for m520 ( #4330 )
...
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-04-16 11:28:05 +08:00
CN_SZTL
06c80d3dd0
Merge Lean's source
2020-04-15 21:06:54 +08:00
AmadeusGhost
ce149a86b9
ipq806x/4.19: fix error dts for m520
...
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-04-15 09:35:18 +08:00
CN_SZTL
86e526f93c
kernel: bump to 4.9.219, 4.14.176, 4.19.115
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-14 20:17:38 +08:00
AmadeusGhost
f7cdc54602
ipq40xx: add missing device config for rt-ac1300uhp ( #4300 )
2020-04-14 09:22:11 +08:00
CN_SZTL
eb020983ca
target/generic: add missing config
2020-04-13 22:21:52 +08:00
AmadeusGhost
e225cb6e02
package: disable duplicate packages
2020-04-13 09:05:10 +08:00
AmadeusGhost
05e01ab1da
mtwifi: correct makefile
2020-04-12 22:00:25 +08:00
AmadeusGhost
f19db3103c
mtwifi: add dual 7615 support
...
From Tang Haili dalao, also add new package for dbdc devices.
2020-04-12 17:08:11 +08:00
AmadeusGhost
00d40a40ac
ipq40xx: fix support for Asus RT-AC1300UHP in 4.19 ( #4285 )
...
RT-AC1300UHP has 256M memory and does not need to use ath10k-ct-smallbuffers.
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-04-12 12:04:02 +08:00
Jo-Philipp Wich
12b295cf20
generic: drop 616-net_optimize_xfrm_calls.patch
...
The conditional check introduced by this patch may trigger a NULL pointer
dereference in case the result of dev_net() is NULL.
Since the purpose of this patch is neither sufficiently explained and since
this patch apparently has never been submitted upstream despite it being in
the pending-* patch directory, I propose to drop it without replacement.
If the performance implications of dropping this patch are found to be
significiant, it should be reintroduced with proper description and
benchmark results.
Ref: https://bugs.openwrt.org/index.php?do=details&task_id=2943
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-12 07:47:50 +08:00
AmadeusGhost
fd72bf35b7
ipq40xx: fix support for Asus RT-AC1300uhp in 4.19
...
RT-AC1300UHP has 256M memory and does not need to use ath10k-ct-smallbuffers.
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-04-11 19:54:00 +08:00
AmadeusGhost
dd4357ebf3
ramips: sync upstream source code
2020-04-10 16:18:43 +08:00
CN_SZTL
40d8704d41
linux/mt7621: fix dependency
2020-04-09 18:42:39 +08:00
AmadeusGhost
2cdcee23fb
ipq40xx: device: switch to ath10k-ct ( #4239 )
2020-04-09 14:00:56 +08:00
lean
12b558bbd4
amule: dyn linked
2020-04-09 00:30:15 +08:00
lean
aa8f942bf9
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2020-04-07 22:44:45 +08:00
lean
a1b538a9f5
ipq40xx: switch to ath10k-ct
2020-04-07 22:44:32 +08:00
AmadeusGhost
f095b225dd
bcm27xx: rpi4: enable wifi in first boot ( #4220 )
2020-04-07 21:59:03 +08:00
CN_SZTL
526a2b4856
Merge Lean's source
2020-04-07 21:24:17 +08:00
lean
2a1f9e6fdf
target: add luci-app-music-remote-center
2020-04-07 16:17:22 +08:00
AmadeusGhost
b622523565
ramips: improve support for HiWiFi HC5962 ( #4195 )
...
* ramips: increase HiWiFi HC5962 kernel partition to 4M
Increase kernel partition because 2M is insufficient for 4.19
Because the partition changes, previous version of OpenWrt cannot upgrade to this version
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* ramips: use all reserved space for HiWiFi HC5962
Idea was from ad6c6361f9 ("ath79: enable all space on Netgear ar9344-based WNDR routers")
These stock partitons: "backup", "hw_panic", "overly", firmware_backup", "opt"
do not contain any device-specific data and can be used for /overlay, resulting in
121M space
Users should erase those partitions with command `mtd erase <partition name>` prior to
upgrading to this version
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Co-authored-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-04-06 23:29:11 +08:00
CN_SZTL
c0a2da80f2
kernel: bump 4.9 to 4.9.218
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 01:32:37 +08:00
CN_SZTL
02009b59e6
kernel: bump 4.19 to 4.19.114
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 01:14:37 +08:00
CN_SZTL
011f13255b
kernel: bump 4.14 to 4.14.175
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-06 00:58:37 +08:00
CN_SZTL
b34ff3b4fa
Merge Lean's source
2020-04-05 21:05:21 +08:00
AmadeusGhost
08637d8262
ar71xx: fix alloc_page_frag issue ( #4184 )
...
cherry-pick from 819800ab4f
2020-04-05 18:32:06 +08:00
AmadeusGhost
fd954e61e5
ipq40xx: enable ath10k_thermal by default
2020-04-05 11:28:04 +08:00
ElonH
af97c3cda9
mt7621: add MLX5 config
2020-04-04 18:50:04 +08:00
AmadeusGhost
14667d35c2
target: refresh patches
2020-04-04 17:30:28 +08:00
AmadeusGhost
7d597c5347
mac80211: switch to upstream owl-loader driver ( #4164 )
...
The Owl Loader (named after the codename that Atheros gave
these devices back in the day) has been accepted upstream.
This patch removes the "misc" driver OpenWrt had and adds
the remaining differences against the version that ships
with 5.4-rc1 into a separate "120-owl-loader-compat.patch"
file that can be cut down once AR71XX is being dealt with.
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2020-04-04 15:55:52 +08:00
AmadeusGhost
6f0cc1cdf1
mac80211: switch to upstream owl-loader driver
2020-04-04 01:05:15 +08:00
AmadeusGhost
86d19b3700
bcm27xx: rpi4: luci: set architecture
2020-04-03 19:30:07 +08:00
AmadeusGhost
9a65c3ef74
treewide: revert use new procd sysupgrade variable ( #4139 )
2020-04-02 13:29:45 +08:00
CN_SZTL
d3151feec4
Kernel 4.9: remove outdated patches
2020-04-02 01:08:36 +08:00
AmadeusGhost
ed025d9baa
config: enable ext4 rootfs and gzip
...
Also disable for x86 by default
2020-04-01 16:08:54 +08:00
CN_SZTL
b9749d61aa
kernel: bump 4.9 to 4.9.217
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 07:52:10 +08:00
CN_SZTL
211fbcc199
kernel: bump 4.19 to 4.19.113
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 07:37:21 +08:00
CN_SZTL
9a4de1f5a2
kernel: bump 4.14 to 4.14.174
...
Remove upstream patches:
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-04-01 06:32:54 +08:00
AmadeusGhost
cbef9a23e4
treewide: Revert improve sysupgrade support
2020-03-31 18:21:47 +08:00
ElonH
77d245bdfd
linux: config missing
...
Solarflare SFC9000/SFC9100-family MTD support (SFC_MTD) [Y/n/?] (NEW) aborted!
Solarflare SFC9000/SFC9100-family MCDI logging support (SFC_MCDI_LOGGING) [Y/n/?] (NEW) aborted!
2020-03-31 13:17:00 +08:00
CN_SZTL
d73ca39ef4
Merge Lean's source
2020-03-30 21:14:50 +08:00
lean
427e7ec56f
luci-app-airplay2: open to all target
2020-03-30 20:33:09 +08:00
lean
32964d4b71
luci-app-airplay2: open to all target
2020-03-30 20:27:31 +08:00
CN_SZTL
900f5680ed
Merge Lean's source
2020-03-30 01:26:49 +08:00
lean
aad03293fa
x86: switch and optimize 4.19 kernel
2020-03-30 01:13:43 +08:00
CN_SZTL
f616ec9119
Merge Lean's source
2020-03-29 19:41:54 +08:00
lean
51fc01f88c
luci-app-airplay2: add airplay2 for x86
2020-03-29 19:33:36 +08:00
CN_SZTL
347aebcbee
Merge Lean's source
2020-03-29 02:51:12 +08:00
lean
bea383627c
x86: adjust some kernel module for k4.9
2020-03-29 02:14:15 +08:00
lean
295e835f0c
ajust some default package setting for x86 32bit
2020-03-29 01:33:43 +08:00
CN_SZTL
84e42d098f
Merge Lean's source
2020-03-29 00:32:36 +08:00
SJZ
3b7228f4f5
Remove repeat select zerotier ( #4068 )
2020-03-28 20:33:42 +08:00
AmadeusGhost
424d547cf1
bcm27xx: rpi4: set vht40 by default
2020-03-28 19:25:31 +08:00
CN_SZTL
d7d5d2e028
x86: fix path for qemu-img
...
This reverts commit 7346fdca12 .
2020-03-27 20:07:02 +08:00
CN_SZTL
33b6c553ad
Revert "Add support for FriendlyARM rk3328 boards routers"
...
This reverts commit 8259f4fbe8 .
2020-03-27 19:59:13 +08:00
CN_SZTL
b1f9dd475d
Merge Lean's source
2020-03-27 17:01:40 +08:00
AmadeusGhost
77b85a3e18
ipq806x: add i2c chips support for m520 ( #4055 )
...
This commit enable lm75 and pcf8563 for m520.
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-03-27 16:56:25 +08:00
CN_SZTL
5c947863e2
kernel: AQC111 driver: add missing linkmode header
2020-03-26 19:55:09 +08:00
AmadeusGhost
964490bd53
ipq40xx: improve support for r619ac
...
This commit enable 128M nand and disable pcie wake by default, pcie is
designed for 4G network cards instead of wireless network cards. Due to
boardname change, we should flash into ubi via opboot/pbboot.
2020-03-26 15:20:46 +08:00
CN_SZTL
2b448028d3
kernel/4.9: fix aqc111 driver patch
2020-03-25 22:22:17 +08:00
CN_SZTL
4b17e0bef5
kernel: add aqc111 driver
2020-03-25 21:51:33 +08:00
CN_SZTL
983bd2d46f
Merge Lean's source
2020-03-25 19:11:35 +08:00
lean
7346fdca12
Revert "x86: fix path for qemu-img ( #3856 )"
...
This reverts commit d291e24956 .
2020-03-25 11:43:13 +08:00
Chuanhong Guo
41081ebbd0
mediatek: mt7629: fix ethernet default config
...
1. fix typo: ucidef_set_interfaces_wan -> ucidef_set_interface_wan
2. change board name to mt7629-rfb to match upstream dts
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-03-25 08:25:12 +08:00
CN_SZTL
fbc565c228
Merge Lean's source
2020-03-24 20:20:12 +08:00
lean
83fe56c426
x86: remove core2 target
2020-03-24 18:38:45 +08:00
CN_SZTL
c73762f9cd
Merge Lean's source
2020-03-24 04:47:40 +08:00
AmadeusGhost
548d409854
ipq40xx/806x: add u9300 4G driver
...
From @ksong008 dalao
2020-03-23 23:32:19 +08:00
AmadeusGhost
b63e2effbd
ipq806x: fix i2c support for m520
...
dmesg:
[ 15.868426] lm75 0-0048: hwmon0: sensor 'lm75'
[ 15.922580] Bluetooth: RFCOMM TTY layer initialized
[ 15.922610] Bluetooth: RFCOMM socket layer initialized
[ 15.926267] Bluetooth: RFCOMM ver 1.11
[ 15.939812] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as
rtc0
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-03-23 19:28:37 +08:00
z826540272
fb6ab3dc56
MT7621 disable switch EEE ( #3963 )
...
* revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control
revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default
This revert c8f8e59
The TX/RX flow control is not the cause of the TX timeouts issue
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
* ramips: net/mediatek fix logical error
ramips: net/mediatek fix logical error
fe_empty_txd() should return `tx_ring_size - 1` on ring empty, and
return 0 on ring full.
* ramips: net/mediatek disable eee
ramips: net/mediatek disable eee
This disable eee for mt7530 ports, it causes the link down/up
issue, which happens when connecting to 100Mbit switch
Fixes: FS#1449
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-23 18:14:35 +08:00
Daniel Golle
67c58b1bde
oxnas: yet another irqchip related patch
...
This time DTS fix, again from Sungbo Eo <mans0n@gorani.run>
ARM: dts: oxnas: Fix clear-mask property
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 9e5a25846f )
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-03-23 01:22:59 +08:00
Daniel Golle
7507bee86d
oxnas: backport another fix for irqchip
...
Sungbo Eo <mans0n@gorani.run> submitted another patch fixing an error
on reboot:
irqchip/versatile-fpga: Apply clear-mask earlier
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 19af00850f )
2020-03-23 01:22:44 +08:00
CN_SZTL
a225a908b2
Merge Lean's source
2020-03-22 19:07:54 +08:00
AmadeusGhost
fd76b93998
ipq40xx: add missing label for cm520 ( #3935 )
2020-03-22 16:38:45 +08:00
Xiaok
d291e24956
x86: fix path for qemu-img ( #3856 )
2020-03-22 10:19:20 +08:00
CN_SZTL
f2fd3a4487
Merge Lean's source
2020-03-21 22:34:01 +08:00
AmadeusGhost
86e132e34b
ramips: fix GHL support for MX25L25635E flash ( #3906 )
...
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-21 22:19:30 +08:00
AmadeusGhost
66de6c5050
luci-app-cpufreq: drop untest target ( #3915 )
...
Someone reports that it has bug in arm64
2020-03-21 22:17:09 +08:00
CN_SZTL
2e668211bb
oxnas: backport patch fixing hang after reboot
2020-03-21 01:27:39 +08:00
CN_SZTL
dc577dca98
Merge Lean's source
2020-03-21 01:20:39 +08:00
lean
667d594da4
Revert "mt7621: TCP and UDP traffic is forwarded correctly by HWNAT (1% CPU usage)"
...
This reverts commit cd59b49863 .
2020-03-20 14:14:03 +08:00
CN_SZTL
0dec59280f
Merge Lean's source
2020-03-19 23:10:10 +08:00
lean
ed0e83ee6c
ramips: mt7530: Implement set_port_link
2020-03-19 22:58:39 +08:00
Chen Minqiang
6dede0f8a5
revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default
...
This revert c8f8e59816
The TX/RX flow control is not the cause of the TX timeouts issue
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-19 21:36:04 +08:00
Koen Vandeputte
3891769528
kernel: bump 4.19 to 4.19.110
...
Refreshed all patches.
Fixes:
- CVE-2020-8648 (potentially)
- CVE-2020-8647
- CVE-2020-8649
Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-03-19 17:50:48 +08:00
AmadeusGhost
c984acad1f
imx6: refresh 4.19 patch
2020-03-19 17:50:03 +08:00
AmadeusGhost
92d2f94e3d
kernel: bump 4.14 to 4.14.173
2020-03-19 17:40:18 +08:00
AmadeusGhost
2f66cce3e4
fix file permissions
2020-03-19 13:00:46 +08:00
AmadeusGhost
a0e673cec5
RPI_AXIPERF: move to generic config
2020-03-17 22:08:18 +08:00
CN_SZTL
af5cc73e79
Merge Lean's source
2020-03-17 20:40:55 +08:00
lean
5af6281bb9
bcm2711: add RPI_AXIPERF Symbol
2020-03-17 19:44:25 +08:00
AmadeusGhost
b36b079134
Revert 'kernel: update 4.19 patch' ( #3850 )
2020-03-17 18:47:05 +08:00
AmadeusGhost
ae2698ceb5
Merge Lean's source
2020-03-17 17:30:16 +08:00