Commit Graph

5393 Commits

Author SHA1 Message Date
CN_SZTL
7f9ab3cee4
Merge Upstream 2020-04-17 22:40:20 +08:00
CN_SZTL
1211ab828d
Merge Lean's source 2020-04-17 22:37:21 +08:00
CN_SZTL
cd1cfdace5
Merge Upstream 2020-04-17 21:54:28 +08:00
ElonH
da93ca09f7
Merge Upstream 2020-04-17 21:48:27 +08:00
ElonH
4f82564b3b
rtl8821cu: fixing in kernel>=5.2
https://github.com/project-openwrt/openwrt-kisco/issues/12
2020-04-17 21:24:50 +08:00
ElonH
ab66132288
rtl8821cu: enable job server in packages 2020-04-17 21:24:37 +08:00
Lucian Cristian
ae5bb65cc6
elfutils: aarch64 fix build on musl
aarch64_initreg.c: In function 'aarch64_set_initial_registers_tid':
aarch64_initreg.c:85:37: error: invalid operands to binary & (have 'long double' and 'unsigned int')
     dwarf_fregs[r] = fregs.vregs[r] & 0xFFFFFFFF;
                      ~~~~~~~~~~~~~~ ^

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-17 21:06:56 +08:00
CN_SZTL
25c4523b26
Merge Upstream 2020-04-17 21:04:52 +08:00
AmadeusGhost
3994147b98 kernel: update linux modules 2020-04-17 17:35:06 +08:00
Xiaok
639f3631e8
n2n: update to v2.6.0-stable (#4349) 2020-04-17 11:51:15 +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
Koen Vandeputte
e111a8a555
kernel: add support for GD25D05 SPI NOR (5.4)
This chip is used on newer RB912UAG-5HPnD r2 and 922UAGS-5HPacD boards:

Before:

[    0.824562] spi-nor spi0.0: unrecognized JEDEC id bytes: c8 40 10 c8 40 10
[    0.831607] spi-nor: probe of spi0.0 failed with error -2

After:

[    0.825347] spi-nor spi0.0: gd25d05 (64 Kbytes)
[    0.830291] 1 routerbootpart partitions found on MTD device spi0.0
[    0.836577] Creating 1 MTD partitions on "spi0.0":
[    0.841448] 0x000000000000-0x000000010000 : "partitions"
[    0.848418] 4 routerbootpart partitions found on MTD device partitions
[    0.855092] Creating 4 MTD partitions on "partitions":
[    0.860318] 0x000000000000-0x00000000c000 : "routerboot"
[    0.866548] 0x00000000c000-0x00000000d000 : "hard_config"
[    0.872832] 0x00000000d000-0x00000000e000 : "bios"
[    0.878580] 0x00000000e000-0x00000000f000 : "soft_config"

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-17 05:34:06 +08:00
CN_SZTL
4f03cd721f
Merge pull request #138 from 1715173329/op-dev
ramips: init kernel 5.4 support
2020-04-17 04:44:38 +08:00
CN_SZTL
14cd0c3225
Merge Upstream 2020-04-17 03:57:30 +08:00
CN_SZTL
6185d309d6
Merge Lean's source 2020-04-17 01:15:46 +08:00
Chongnuo Ji
6b142baa3d
Update README.md (#4290)
Correct the make download command: V should be in capital to work.
2020-04-17 00:45:25 +08:00
Chuck
5f3f4e3566
netdevices.mk: fix SFC9x00 config(#4271) (#4328) 2020-04-17 00:45:03 +08:00
CN_SZTL
9c41ab717b
ndpi-netfilter: fix compatibility with kernel 5.0+ 2020-04-17 00:15:04 +08:00
AmadeusGhost
5ab8650479 ramips: add kernel 5.4 support 2020-04-16 22:15:27 +08:00
CN_SZTL
de3a2e8655
Merge pull request #137 from 1715173329/op-dev
Merge Downstream Source
2020-04-16 20:52:44 +08:00
AmadeusGhost
691d6d0cba ramips: correct mk 2020-04-16 20:42:44 +08:00
CN_SZTL
447dce768b
Merge Upstream 2020-04-16 20:23:36 +08:00
CN_SZTL
645caaa6e6
pandownload-fake-server: add package 2020-04-16 20:14:56 +08:00
AmadeusGhost
04c2018c4f ramips: remove testing-kernrl 2020-04-16 19:53:42 +08:00
ElonH
0898c0cb6f
umbim: supress warning about pointers to members of a packed struct in gcc9 2020-04-16 19:53:06 +08:00
CN_SZTL
0a3f6069c1
luci-app-ssr-plus: fix ssr-server display
Reference: fw876/helloworld@8c7f623
2020-04-16 19:51:28 +08:00
AmadeusGhost
d2c3833012 mpc85xx/mvebu/mxs/octeontx/oxnas/sunxi/tegra/zynq: add kernel 5.4 support 2020-04-16 19:38:37 +08:00
AmadeusGhost
caf22aa4ce apm821xx/archs38/armvirt/gemini/imx6/kirkwood/lantiq/malta: add kernel 5.4 support 2020-04-16 18:09:15 +08:00
Xiaok
a5570642c6
frp: bump version to v0.32.1 and dos2unix for Makefile (#4338) 2020-04-16 16:12:16 +08:00
coolsnowwolf
d16a020193 update openwrt-ci.yml 2020-04-16 13:23:45 +08:00
coolsnowwolf
036efba3c1 hostapd: backport usleep patch 2020-04-16 12:59:49 +08:00
coolsnowwolf
af803f2569 update feeds.conf.default 2020-04-16 12:40:07 +08:00
fw876@outlook.com
be87dd430a Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-04-16 12:27:33 +08:00
fw876@outlook.com
988acf9daa remove obsolete package 2020-04-16 12:27:11 +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
AmadeusGhost
00568e07ed ramips: add basic support for kernel 5.4 2020-04-16 10:00:29 +08:00
AmadeusGhost
ea16f633ac ipq806x: 5.4: add more gmac config for m520
status: fail to startup
2020-04-16 09:06:04 +08:00
CN_SZTL
072eefb32e
luci-theme-bootstrap-mod: sync with upstream source 2020-04-16 03:20:19 +08:00
CN_SZTL
1daec6448a
Merge Upstream 2020-04-16 03:19:36 +08:00
CN_SZTL
0d4d880245
luci-app-serverchan: sync with upstream source 2020-04-16 03:18:19 +08:00
CN_SZTL
7870632c83
OpenClash: sync with upstream source 2020-04-16 03:17:11 +08:00
CN_SZTL
9379c3f0e5
Merge pull request #135 from 1715173329/op-dev
Kernel: init kernel 5.4 support for some target
2020-04-16 01:16:32 +08:00
CN_SZTL
8042cac5c5
automount: fix typo 2020-04-16 00:29:59 +08:00
CN_SZTL
4c05596690
kernel/fs: use native exFAT driver for Kernel 5.4+ 2020-04-16 00:19:36 +08:00
CN_SZTL
71bdb47a9b
Revert "ramips: mt7530 disable eee"
This reverts commit 9d1ac8192c.
2020-04-15 21:29:23 +08:00
CN_SZTL
1d9a198011
Merge Upstream 2020-04-15 21:15:07 +08:00
CN_SZTL
37f6f5b89c
luci-app-ssr-plus: drop useless acl file 2020-04-15 21:12:53 +08:00
CN_SZTL
06c80d3dd0
Merge Lean's source 2020-04-15 21:06:54 +08:00
lean
6c8c96cedf Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-04-15 20:42:34 +08:00
lean
7262d9503e luci-app-ssr-plus:hide ssr server option when shadowsocks-libev-ss-server is not installed 2020-04-15 20:42:20 +08:00