Commit Graph

3534 Commits

Author SHA1 Message Date
coolsnowwolf
a9f078bb1a Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-07-20 20:06:43 +08:00
coolsnowwolf
112c1eee2d ipq806x: Linksys E8350 add NSS Hardware Offloading support 2021-07-20 20:06:35 +08:00
Beginner
ca98361637
x86: include kmod-fs-vfat by default in generic images (#7450)
As x86/64 and x86/generic may be using UEFI, mounting the FAT-32 /boot
is necessary in order not to loose configuration files accross
sysupgrades. Include kmod-fs-vfat by default to make sure /boot can
always be mounted.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Co-authored-by: Daniel Golle <daniel@makrotopia.org>
2021-07-20 10:48:13 +00:00
Hugo Yuan
fb430b48e7
ipq806x: RT4230W add NSS Hardware Offloading support (#7452) 2021-07-20 10:47:57 +00:00
coolsnowwolf
e34e5b584e luci-app-pptp-server: rollback pptpd server 2021-07-20 14:12:48 +08:00
coolsnowwolf
facd06ed14 luci-app-ipsec-vpnd: rules security optimization 2021-07-20 14:08:13 +08:00
Beginner
5d2b458012
luci-app-unblockmusic: fix typo error (#7448) 2021-07-20 05:43:29 +00:00
HoldOnBro
74a25bc921
qt: Update to 5.15.2 (#7444)
* Update Makefile

* Update Makefile

* Create 010-gcc11.patch
2021-07-20 10:02:11 +08:00
Beginner
12d469347a
UnblockNeteaseMusic: bump to latest git HEAD (#7440)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-20 09:59:50 +08:00
Beginner
1768458fc1
UnblockNeteaseMusic-Go: Update to 0.2.12 (#7441)
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-20 09:59:28 +08:00
Beginner
051dcb72bd
luci-app-unblockmusic: tidy up Makefile (#7442)
Signed-off-by: Beginner <70857188+Beginner-Go@users.noreply.github.com>
2021-07-20 09:59:15 +08:00
coolsnowwolf
19741fb812 luci-app-ipsec-vpnd: change zh-cn po 2021-07-20 00:22:58 +08:00
coolsnowwolf
567628d38b luci-app-ipsec-vpnd: add rule settings 2021-07-19 23:20:44 +08:00
zhusir
f8b4b81ac7
update readme.md add wsl note (#7349) 2021-07-19 12:57:32 +00:00
Beginner
a38acb62a9
libs: sync upstream (#7420)
* elfutils: update to 0.182

Add --disable-libdebuginfod with remove libcurl dependency.

Remove totally unused host elfutils.

Refreshed and rebased patches.

Also happens to fix compilation with GCC11.

Newer versions of elfutils seem to have some kind of dependency on
obstack.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* libcap: update to 2.51

Switched to AUTORELEASE to avoid manual increments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* libnftnl: update to 1.2.0

Switch to AUTORELEASE to avoid manual increments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* libpcap: update to 1.10.1

Switch to AUTORELEASE to avoid manual increments.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* mbedtls: update to 2.16.11

Switched to AUTORELEASE to avoid manual increments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* nettle: update to 3.7.3

Switch to AUTORELEASE to avoid manual increments.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* pcre: update to 8.45

Switch to AUTORELEASE to avoid manual increments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

Co-authored-by: Rosen Penev <rosenp@gmail.com>
2021-07-19 12:56:38 +00:00
Beginner
3865fb059b
util-linux: update to 2.37 (#7427)
Switched to AUTORELEASE to avoid manual increments.

Changed PKG_LICENSE to SPDX format.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

Co-authored-by: Rosen Penev <rosenp@gmail.com>
2021-07-19 12:50:07 +00:00
Beginner
7f94662b94
dnsmasq: add /tmp/hosts/ to jail_mount (#7438)
Programs like the olsr-name-plugin write hostname files to "/tmp/hosts/".
If you don't add this to the jail_mount, dnsmasq can't read it anymore.

Signed-off-by: Nick Hainke <vincent@systemli.org>

Co-authored-by: Nick Hainke <vincent@systemli.org>
2021-07-19 12:49:50 +00:00
coolsnowwolf
e7b3959470 mtk_apcli: move catagory 2021-07-19 18:56:46 +08:00
coolsnowwolf
4329a501b5 pacakge: add mtk_apcli for mt proprietary driver 2021-07-19 18:53:24 +08:00
coolsnowwolf
54efd56808 ipq806x: rezise R7500 ubi partion from 22MB to 104MB 2021-07-19 17:19:07 +08:00
coolsnowwolf
ea79bf45a6 ramips: add wireless tool for K2P 2021-07-19 17:05:35 +08:00
Beginner
f15b1ec524
x86: kernel: set NR_CPUS to 512 (#7428)
NR_CPUS limits the number of CPUs supported to 8. This makes total sense
on hardware-restircted platforms, but not on x86_64, where CPUs with
more than 8 cores can be easily acquired and with less physical limitaions.

see also: https://forum.openwrt.org/t/x86-64-8-cpu-limitation-on-vanilla-release/100946

Signed-off-by: Edgar Su <sjs333@outlook.com>

Co-authored-by: Edgar Su <sjs333@outlook.com>
2021-07-19 07:50:01 +00:00
coolsnowwolf
7bfab38104 nss pacakge: rename package 2021-07-19 12:52:07 +08:00
Beginner
1dc482f3dd
toolchain: add gcc 11 version (#7419)
Add gcc 11 version. Same patches of gcc 10.

Build tested on: ipq806x ipq807x
Run tested on: ipq806x ipq807x

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[refresh patches]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Co-authored-by: Ansuel Smith <ansuelsmth@gmail.com>
2021-07-19 01:36:19 +00:00
coolsnowwolf
f5e7d6cec5 ipq806x: Add support for Linksys E8350 2021-07-19 09:19:48 +08:00
AmadeusGhost
2848dc4722
ipq40xx: add qca-rfs and qca-ssdk support (#7410)
Also fix the limitation of the original makefile
so that it can be compiled on arm.
Fixes: eac26cc (ipq807x: add Redmi/Xiaomi support")
2021-07-18 22:53:04 +08:00
Beginner
071719b69e
luci-app-jd-dailybonus: use uclient-fetch replace wget (#7422)
Co-authored-by: Mattraks <16359027+Mattraks@users.noreply.github.com>
2021-07-18 14:41:44 +08:00
Hugo Yuan
25369be255
ipq806x: Rename Netgear XR500 (#7415) 2021-07-17 21:00:17 +08:00
coolsnowwolf
6a7d00deab ipq806x: add Netgear XR500 support 2021-07-17 20:25:49 +08:00
coolsnowwolf
14f0a651b7 ipq807x: fix mailbox patch 2021-07-16 23:56:27 +08:00
coolsnowwolf
2c6266dbf9 ipq806x: add luci-app-advanced-reboot support for EA7500 v1/EA8500 2021-07-16 18:47:43 +08:00
coolsnowwolf
ebe8ec1003 kernel: bump 5.10 to 5.10.50 2021-07-16 18:32:33 +08:00
coolsnowwolf
f0d208f443 ath11k: Update signal filled flag during sta_statistics drv 2021-07-16 16:50:37 +08:00
coolsnowwolf
2943e7f0b1 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-07-16 14:37:21 +08:00
coolsnowwolf
48bbf94002 ipq807x: add rps/xps irq balance 2021-07-16 14:36:44 +08:00
AmadeusGhost
ef375fa1c2
mentohust: add package (#7400) 2021-07-16 06:22:57 +00:00
Beginner
7fa4c56a1c
mt76: update to the latest version (#7399) 2021-07-16 02:18:24 +00:00
Beginner
35ed2d4e61
kernel: bump 5.4 to 5.4.132 (#7322)
* kernel: bump 5.4 to 5.4.129

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>

* kernel: bump 5.4 to 5.4.130

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>

* kernel: bump 5.4 to 5.4.131

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>

* kernel: bump 5.4 to 5.4.132

Manually rebased:
  layerscape/patches-5.4/805-display-0002-drm-rockchip-prepare-common-code-for-cdns-and-rk-dpi.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>

Co-authored-by: John Audia <graysky@archlinux.us>
2021-07-16 02:13:15 +00:00
coolsnowwolf
770e3a0e9e Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-07-16 10:11:51 +08:00
coolsnowwolf
23e72ed38c remove luci-app-dnsfilter 2021-07-16 10:11:42 +08:00
Beginner
37f8d160c7
luci-app-arpbind: fix init doesn't work (#7397)
Added missing START and STOP priorities, also removed the useless
references to functions.

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-16 02:09:33 +00:00
Beginner
25ccbb49aa
dnsproxy: remove unnecessary args (#7396)
Go toolchain will scan the dependencies automatically.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-15 16:52:58 +00:00
coolsnowwolf
467e89a2b6 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-07-15 22:12:53 +08:00
coolsnowwolf
6d64ad25d0 mt7615: reduce noise log 2021-07-15 22:12:39 +08:00
Beginner
5aa1f7fcbd
hostapd: add "force" parameter for channel switch (#7394)
This will restart the interface in case the CSA fails and can be used to
force the device on a DFS channel (including full CAC)

Signed-off-by: Felix Fietkau <nbd@nbd.name>

Co-authored-by: Felix Fietkau <nbd@nbd.name>
2021-07-15 13:31:45 +00:00
coolsnowwolf
ed1a6992c8 ipq806x: enable 64-bit time 2021-07-15 16:24:45 +08:00
coolsnowwolf
429c273e1b ipq806x: use schedutil governor replace of ondemand 2021-07-15 16:20:54 +08:00
coolsnowwolf
d2400e73ea Version update to R21.7.15 2021-07-15 16:18:29 +08:00
coolsnowwolf
1eaa4c5b76 ath79: use wpad-openssl by default 2021-07-15 14:42:44 +08:00
coolsnowwolf
b8a2a9b17e ath79: switch to kernel 5.10 2021-07-15 14:39:10 +08:00