coolsnowwolf
f5a8fa17f9
target: use ccache by default
2021-06-22 10:59:48 +08:00
dunkeng
3e593ca647
mvebu: switch to kernel 5.10 ( #7114 )
2021-06-21 07:56:24 +00:00
lean
445ada8627
ramips: switch to kernel 5.10
2021-06-21 15:55:46 +08:00
lean
55d545b926
luci-app-cpufreq : move to target
2021-06-21 15:44:56 +08:00
AmadeusGhost
87e2f29128
ipq806x: re-added support for Ruijie M520 ( #7105 )
...
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2021-06-20 07:45:22 +00:00
lean
13ae7ee67d
x86: add Hyper-V & PVE image build
2021-06-20 00:29:29 +08:00
lean
2a60fb0d17
bcm53xx: drop spi rom target support
2021-06-19 22:45:35 +08:00
lean
e63bfdca57
ramips: fix mt7620a 8M support
2021-06-19 18:09:39 +08:00
Felix Fietkau
2fef510468
kernel: disable CONFIG_PCIE_BUS_PERFORMANCE
...
The option was added in 5.9 and for some reason, it is causing performance
issues at least on an APU2 board with the igb device.
Switch CONFIG_PCIE_BUS_DEFAULT to fix the performance issues and match the
older kernel's behavior
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2021-06-19 16:40:43 +08:00
AmadeusGhost
1e54d20241
ipq40xx: some typo and bug fixes ( #7080 )
2021-06-19 08:32:38 +00:00
lean
34fa22926e
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2021-06-19 13:03:34 +08:00
lean
bae5572a81
luci-app-docker: add data-root path config
2021-06-19 13:03:27 +08:00
Beginner
9a2df98c56
mac80211: sync upstream ( #7077 )
...
* mac80211: remove patches stripping down crypto support
Use of WPA3 and things like FILS is getting much more common, and platforms
that can't affort the extra kilobytes for this code are fading away.
Let's not hold back modern authentication methods any longer
Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: make cryptoapi support needed by mac80211 built-in
This reduces the flash space impact, since built-in code is much smaller
than a bunch of kernel modules on squashfs
Signed-off-by: Felix Fietkau <nbd@nbd.name>
* mac80211: remove extra patch accidentally added during rebase
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Co-authored-by: Felix Fietkau <nbd@nbd.name>
2021-06-19 12:44:24 +08:00
lean
069d9a1d19
bcm53xx: fix phicomm-k3 wireless
2021-06-17 11:08:29 +08:00
lean
72f3ab2009
rockchip: sync upstream
2021-06-16 15:04:58 +08:00
lean
44570084e3
generic: add SHORTCUT_FE symbol
2021-06-16 14:02:25 +08:00
lean
060621b5fe
ipq40xx: replace flow to SFE offload
2021-06-16 13:15:45 +08:00
lean
d0408aa5e0
wireless: revert remove ndo_do_ioctl fallback
2021-06-16 12:57:56 +08:00
lean
f1e7ffbd74
generic: add shortcut-fe support for 5.10
2021-06-16 12:55:28 +08:00
lean
45b0103a59
x86: add kmod-ixgbevf
2021-06-16 12:19:14 +08:00
lean
7a4654cee3
x86: kernel swtich to 5.10
2021-06-16 12:11:43 +08:00
lean
ff883891b6
x86: use r8168 replace r8169
2021-06-16 11:22:39 +08:00
lean
744d1ed2c7
autocore: add ax feature
2021-06-16 10:44:10 +08:00
lean
4ea0790422
x86: add more drivers by default
2021-06-15 19:45:54 +08:00
lean
ba4b3804fa
x86: kernel swtich to 5.10
2021-06-15 18:59:56 +08:00
lean
974a53a70c
kernel: bump 5.4 to 5.4.125
2021-06-15 18:06:21 +08:00
lean
a3f1e837fd
x64: fix grub2 booting
2021-06-15 17:58:07 +08:00
lean
b28e1c5402
ipq807x: xiaomi-ax3600: correctly handle boot flag from uboot
2021-06-14 20:16:06 +08:00
lean
9d8a34c9ab
ipq807x: add Xiaomi AX3600 and ath11k support
2021-06-14 20:08:28 +08:00
lean
7a50383ab6
add kernel 5.10 support and sync with upstream
2021-06-14 18:30:08 +08:00
Beginner
c0bacc8f95
kernel: bump 5.4 to 5.4.124 ( #6936 )
...
Manually rebased:
generic/hack-5.4/662-remove_pfifo_fast.patch
All other patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
[manual changes to ramips/patches-5.10/835-asoc-add-mt7620-support.patch]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Co-authored-by: John Audia <graysky@archlinux.us>
2021-06-07 15:02:02 +08:00
LittlePri
ffc6bbe70e
Update config-5.4 ( #6927 )
2021-06-05 10:32:25 +08:00
AmadeusGhost
213f55ba58
ramips: xiaomi cr6606: increase firmware partition size ( #6915 )
2021-06-02 12:56:38 +08:00
Beginner
7e89bfe713
kernel: bump 5.4 to 5.4.123 ( #6899 )
...
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Co-authored-by: John Audia graysky@archlinux.us
Co-authored-by: John Audia <graysky@archlinux.us>
2021-05-31 18:41:45 +08:00
Beginner
5624185e4f
kernel: bump 5.4 to 5.4.121 ( #6871 )
...
All patches automatically rebased.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Co-authored-by: John Audia <graysky@archlinux.us>
2021-05-25 22:08:41 +08:00
AmadeusGhost
d1a5ba9769
kernel/5.4: refresh configs ( #6875 )
2021-05-25 22:08:03 +08:00
AmadeusGhost
c07e97d809
ramips: add support for JCG Q20 ( #6850 )
...
JCG Q20 is an AX 1800M router.
Hardware specs:
SoC: MediaTek MT7621AT
Flash: Winbond W29N01HV 128 MiB
RAM: Winbond W632GU6NB-11 256 MiB
WiFi: MT7915 2.4/5 GHz 2T2R
Ethernet: 10/100/1000 Mbps x3
LED: Status (red / blue)
Button: Reset, WPS
Power: DC 12V,1A
Flash instructions:
Upload factory.bin in stock firmware's upgrade page,
do not preserve settings.
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2021-05-21 13:44:01 +08:00
lean
f6f590958d
kernel: bump 5.4 to 5.4.120
2021-05-20 13:04:41 +08:00
lean
a92a7010eb
kernel: bump 5.4 to 5.4.119
2021-05-20 12:54:36 +08:00
AmadeusGhost
fda203104f
mvebu: build error fixes ( #6805 )
...
Fixes: 6b42a76
("mvebu: sync upstream")
2021-05-08 21:36:10 +08:00
lean
6b42a76ace
mvebu: sync upstream
2021-05-05 11:28:42 +08:00
lean
d3d9ed5f07
kernel: bump 5.4 to 5.4.115
2021-05-03 23:40:55 +08:00
lean
376ec4b6ed
kernel: bump 5.4 to 5.4.114
2021-05-03 23:37:30 +08:00
AmadeusGhost
6df341b33c
ramips: xiaomi cr6606: typo fixes ( #6770 )
2021-04-28 13:04:55 +08:00
lean
d78f1b9f94
kernel: drop the conntrack rtcache patch
2021-04-28 13:03:16 +08:00
lean
bda6a64281
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2021-04-27 22:59:03 +08:00
lean
87f0b29a20
ramips: add support for Xiaomi Mi Router CR660x series
2021-04-27 22:58:52 +08:00
AmadeusGhost
2f74b3efff
ipq40xx: add support for HiWiFi C526A ( #6760 )
...
Hardware specs:
SoC: Qualcomm IPQ4019
RAM: 256 / 512 MB DDR3
Flash1: 2 MB SPI NOR EN25QH16
Flash2: 128 MB ESMT NAND
Ethernet: Qualcomm QCA8075 (3xLAN, 1xWAN)
WIFI1: MT7615 2.4 GHz 802.11 b/g/n
WIFI2: QCA4019 5.2 GHz 802.11 n/ac
WIFI3: QCA4019 5.8 GHz 802.11 n/ac
LEDS: System (red / blue)
POWER: 12V 2.5A
USB: 1 x 3.0
Button: Reset
Warning: This version does not support pbboot
and uses all space of the nand.
Signed-off-by: DENG Qingfang <dqfext@gmail.com>
[add commit message, expand rootfs to 128 MB]
Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
Co-authored-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2021-04-27 16:09:55 +08:00
coolsnowwolf
4eee58acd5
ath79: add support for Arris SBC-AC1750
2021-04-23 09:58:05 +08:00
HF
6aa3ed2b19
fix Orangepi R1 Plus boot ( #6707 )
...
* Update 103-rockchip-rk3328-Add-support-for-Orangepi-R1-Plus.patch
修复一下编译后不能用的问题(用的是Orangepi官方发布的代码)
* Update 202-rockchip-rk3328-Add-support-for-OrangePi-R1-Plus.patch
修复编译固件之后不可用的问题(用的是Orangepi官方项目的代码)
2021-04-18 10:08:57 +08:00