Commit Graph

3621 Commits

Author SHA1 Message Date
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
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
caf22aa4ce apm821xx/archs38/armvirt/gemini/imx6/kirkwood/lantiq/malta: add kernel 5.4 support 2020-04-16 18:09:15 +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
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
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
HQ Ong
2284f0da80
Add ACL rule to compatible with trunk Luci requirement (#4323)
Add ACL rule to compatible with trunk Luci requirement
2020-04-15 20:40:07 +08:00
lean
2125e805d1 luci-app-ssr-plus: revert lock feature 2020-04-15 20:39:16 +08:00
Mattraks
8a02b49078
luci-app-ssr-plus:Fix Socks5 startup errors (#4310)
* luci-app-ssr-plus:Fix Socks5 startup errors

* luci-app-ssr-plus:Fix pdnsd EOF warning errors

* luci-app-ssr-plus: ssr-switch Adjust Output

* luci-app-ssr-plus: Data Update
2020-04-15 00:48:29 +08:00
CN_SZTL
e07120f1fb
Merge Upstream 2020-04-14 21:11:11 +08:00
CN_SZTL
96e1776a85
luci-app-serverchan: bump to v1.63 2020-04-14 21:07:18 +08:00
CN_SZTL
fb6b776781
luci-app-diskman: sync with upstream source 2020-04-14 21:06:35 +08:00
CN_SZTL
2ed9f9b187
OpenClash: bump to v0.37.3-beta 2020-04-14 21:03:36 +08:00
CN_SZTL
fbcb6ed522
mtwifi: support kernel 4.14 only 2020-04-14 21:01:37 +08:00
CN_SZTL
534f1abc20
Merge Upstream 2020-04-14 20:33:17 +08:00
Rosen Penev
a6092813a4
hostapd: backport usleep patch
Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 20:29:39 +08:00
Rosen Penev
d4a6de1eb7
elfutils: update to 0.179
Removed sys/cdefs usage. The header is deprecated.

Removed canonicalize_file_name define. It's already fixed upstream.

Added --disable-debuginfod. Seems to be needed.

Modified patch 005 to build more stuff. It was failing before. It still
only builds libraries.

Modified patch 100 to use strerror under non-glibc. It is used under
glibc as strerror is not thread safe. It is under musl and uClibc-ng.
strerror_l is not available under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 20:28:43 +08:00
CN_SZTL
f92f7a9e0f
Merge Upstream 2020-04-14 19:40:47 +08:00
CN_SZTL
a5e61fd196
tcpping: add necessary dependency
This fix project-openwrt/openwrt#132.
2020-04-14 19:36:08 +08:00
Chen Minqiang
b10fadf919 wireless-regdb: custom fix txpower and dfs
Edit: enable 160MHz BW in channel 36~64
2020-04-14 10:39:43 +08:00
AmadeusGhost
782dcaa700 wireless-regdb: bump to latest 2020-04-14 10:39:11 +08:00
CN_SZTL
3ad7a35c91
luci-app-ssr-plus: use "&" to instead of "-d" (daemon mode) (#4307) 2020-04-14 09:25:59 +08:00
Mattraks
9cf7ebae5f
luci-app-ssr-plus:Fix kcptun startup errors (#4303)
* Fix Errors

* Updated version

* luci-app-ssr-plus:require "luci.model.uci"

* luci-app-ssr-plus:Revised explanation
2020-04-14 09:25:17 +08:00
hyird
f4a9966616
luci-app-unblockmusic: add flac switch for nodejs (#4302)
* Update unblockmusic.lua

* Update unblockmusic
2020-04-14 09:21:40 +08:00
Jeffery To
8b57e6e520
cryptodev-linux: Fix error when compiling with 5.4 kernel
Currently, cryptodev-linux fails to compile with a
'"crypto_givcipher_type" undefined' error for targets on the 5.4 kernel,
e.g. armvirt[1].

This backports an upstream patch[2] that fixes this error.

[1]: https://downloads.openwrt.org/snapshots/faillogs/aarch64_generic/base/cryptodev-linux/compile.txt
[2]: f971e0cd4a

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-14 05:46:51 +08:00
CN_SZTL
468ae867b8
target/ipq40xx: init kernel 5.4 support 2020-04-14 05:19:58 +08:00
CN_SZTL
8853e1aa06
kernel/video: fix dependency 2020-04-14 04:19:28 +08:00
Adrian Schmutzler
4ebd92c226
kernel: use older kernel for explicitly setting dependencies
It is generally more desirable to use older kernel versions for
dependencies, as this will require less changes when newer kernels
are added (they will by default select the newer packages).

Since we currently only have two kernels (4.14 and 4.19) in master,
this patch applies this logic by converting all LINUX_4_19 symbols
to their inverted LINUX_4_14 equivalents.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-14 04:09:17 +08:00
Luiz Angelo Daros de Luca
2ce89e258d
kernel: load rtl8366_smi and rtl8367b on boot
This external switch driver should be loaded on boot for network support
in failsafe mode.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
[alter commit message]
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-04-14 03:59:07 +08:00
Tim Harvey
f71e92e373
kernel: fix lib-xor for ARM64
use LINUX_KARCH in directory path to avoid failures in non-arm targets.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2020-04-14 03:57:02 +08:00
Eneas U de Queiroz
d9aea0982c
kernel: add @IPV6 dependency to ipv6 modules
IPv6 modules should all depend on @IPV6, to avoid circular dependencies
problems, especially if they select a module that depends on IPV6 as
well.  In theory, if a package A depends on IPV6, any package doing
'select A' (DEPENDS+= A) should also depend on IPV6; otherwise selecting
A will fail.  Sometimes the build system is forgiving this, but
eventually, and unexpectedly, it may blow up on some other commit.

Alternatively one can conditionally add IPv6 dependencies only if
CONFIG_IPV6 is selected: (DEPENDS+= +IPV6:package6).

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-04-14 03:56:47 +08:00
Hauke Mehrtens
6642f92907
kernel: Add of_touchscreen.ko to kmod-input-touchscreen-ads7846
kmod-input-touchscreen-ads7846 depends on of_touchscreen.ko since
kernel 5.4.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 03:54:16 +08:00
Koen Vandeputte
11e9533e23
kernel: mode_beet mode_transport mode_tunnel xfram modules
This adds the new xfrm4_mode_beet, xfrm4_mode_transport,
xfrm4_mode_tunnel and their IPv6 versions on kernel 5.4. These modules
were newly added in kernel 5.2.

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-04-14 03:53:04 +08:00
Norbert van Bolhuis
732fc5e9cd
linux-atm: Include linux/sockios.h for SIOCGSTAMP
Since linux kernel commit 0768e17073dc527ccd18ed5f96ce85f9985e9115
(2019-04-19) the asm-generic/sockios.h header no longer defines
SIOCGSTAMP. Instead it provides only SIOCGSTAMP_OLD.

The linux/sockios.h header now defines SIOCGSTAMP using either
SIOCGSTAMP_OLD or SIOCGSTAMP_NEW as appropriate. This linux only
header file is not included so we get a build failure.

Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
2020-04-14 03:52:54 +08:00
Chen Minqiang
7b93b863e8
x86: make crashdump works
1. KERNEL_CRASH_DUMP should depends on KERNEL_PROC_KCORE (kexec use it)
2. select crashkernel mem size by totalmem
   mem <= 256M disable crashkernel by default
   mem >= 4G use 256M for crashkernel
   mem >= 8G use 512M for crashkernel
   default use 128M
3. set BOOT_IMAGE in kdump.init
4. resolve a "Unhandled rela relocation: R_X86_64_PLT32" error

Tested on x86_64

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-04-14 03:51:40 +08:00
Hauke Mehrtens
af18655142
kernel: Adapt moved crodic.ko module
The module was moved in the kernel, adapt OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 03:51:27 +08:00
CN_SZTL
b83e6fc529
kernel/fs: exFAT: fix dependency 2020-04-14 03:44:32 +08:00
CN_SZTL
37ebeddeca
kernel/usb: adjust dependency 2020-04-14 03:41:15 +08:00
CN_SZTL
070cc9bdfd
kernel/fs: init exFAT fs driver for Kernel 5.4 2020-04-14 03:38:32 +08:00
Hauke Mehrtens
04f18e584d
kernel: Remove chash.ko from kmod-drm-amdgpu
This module was added with kernel 4.15, but is was removed again with
kernel version 5.3. OpenWrt does not support specifying a kernel version
range so just break it with kernel 4.14 and only support recent kernel
versions.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-14 02:56:11 +08:00