Commit Graph

4265 Commits

Author SHA1 Message Date
CN_SZTL
f834f35f1e
Revert "shortcut-fe: do not support kernel 4.9"
compilation wasn't broken by this.
2020-08-12 11:53:05 +08:00
CN_SZTL
f05a276d39
shortcut-fe-old: add package 2020-08-12 05:40:14 +08:00
CN_SZTL
10f8437438
shortcut-fe: do not support kernel 4.9 2020-08-12 05:17:18 +08:00
CN_SZTL
1465f17008
luci-app-ssr-plus: bump to 180-5 2020-08-12 00:07:59 +08:00
CN_SZTL
5267a2aed6
shortcut-fe: drop useless file 2020-08-11 23:28:54 +08:00
CN_SZTL
6a30e4c166
luci-app-turboacc: drop outdated command 2020-08-11 23:01:41 +08:00
AmadeusGhost
7ad5013407 rtl8821cu: build with mac80211 2020-08-11 19:02:00 +08:00
AmadeusGhost
6d48688828 rtl88x2bu: build with mac80211 2020-08-11 19:01:10 +08:00
Hauke Mehrtens
a7be45c86a
mac80211: Update to 4.19.137-1
b43 and b43legacy now support ieee80211w, hardware crypto will be
deactivated in such cases.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-11 18:05:19 +08:00
Thomas Petazzoni
38ff2c7543 procd: add SELinux support
This commit adds a patch to procd to support loading the SELinux
policy early at boot time, and adjusts the procd package to use this
SELinux support when libselinux is enabled.

The procd patch has been submitted separately [1]: obviously the
intent is to have it merged in the procd Git repository rather than
have it in OpenWrt itself.

[1] http://lists.infradead.org/pipermail/openwrt-devel/2019-November/025791.html

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[rebase, add commit message]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
[split commit into openwrt.git and procd.git]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-10 21:17:26 +08:00
Daniel Golle
fdd2beaf7c kernel: modules: add package kmod-iosched-bfq
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-10 21:15:10 +08:00
Hauke Mehrtens
1495a90ae3
mac80211: Update to version 4.19.120
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-10 20:07:59 +08:00
CN_SZTL
36fde38f7a
luci-app-ssr-plus: sync with upstream source 2020-08-10 19:57:59 +08:00
CN_SZTL
6c0d09acf3
rtl8192du: enable autoload 2020-08-10 19:06:54 +08:00
CN_SZTL
a3489c166b
rtl8821cu/rtl88x2bu: build against openwrt mac80211 2020-08-10 17:58:21 +08:00
CN_SZTL
7afc1ddf8a
OpenClash: sync with upstream source 2020-08-10 16:52:26 +08:00
CN_SZTL
c40b73e880
luci-app-passwall: bump to 3.9-33 2020-08-10 16:36:26 +08:00
CN_SZTL
e06e035b09
luci-app-oled: sync with upstream source 2020-08-10 16:34:00 +08:00
Hans Dedecker
5e22c71f4c
nat46: update to latest git HEAD
71e9f09 nat46-core: fix compilation with kernel 5.4

Remove 100-kernel-5.4-compat patch as upstream accepted

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-08-09 23:20:29 +08:00
CN_SZTL
c90528c26f
luci-app-passwall: bump to 3.9-31 2020-08-07 18:59:17 +08:00
Jo-Philipp Wich
0dc0b8e582
openvpn: fix arguments passing to wrapped up and down scripts
With the introduction of the generic OpenVPN hotplug mechanism, wrapped
--up and --down scripts got the wrong amount and order of arguments passed,
breaking existing configurations and functionality.

Fix this issue by passing the same amount of arguments in the same expected
order as if the scripts were executed by the OpenVPN daemon directly.

Ref: https://github.com/openwrt/openwrt/pull/1596#issuecomment-668935156
Fixes: 8fe9940db6 ("openvpn: add generic hotplug mechanism")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-08-07 17:56:18 +08:00
Yousong Zhou
0fd214533d
dnsmasq: abort when dnssec requested but not available
Before this commit, if uci option "dnssec" was set, we pass "--dnssec"
and friends to dnsmasq, let it start and decide whether to quit and
whether to emit message for diagnosis

  # dnsmasq --dnssec; echo $?
  dnsmasq: DNSSEC not available: set HAVE_DNSSEC in src/config.h
  1

DNSSEC as a feature is different from others like dhcp, tftp in that
it's a security feature.  Better be explicit.  With this change
committed, we make it so by not allowing it in the first in the
initscript, should dnsmasq later decides to not quit (not likely) or
quit without above explicit error (unlikely but less so ;)

So this is just being proactive.  on/off choices with uci option
"dnssec" are still available like before

Link: https://github.com/openwrt/openwrt/pull/3265#issuecomment-667795302
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-08-07 17:48:19 +08:00
Daniel Golle
bcb1741047
procd: update to git HEAD
47a9f0d service: add method to query available container features
 afbaba9 initd: attempt to mount cgroup2
 ead60fe jail: use pidns semantics also for timens
 759e9f8 jail: make use of BLOBMSG_CAST_INT64 for OCI rlimits
 83053b6 instance: add instances into unified cgroup hierarchy
 16159bb jail: parse OCI cgroups resources
 282ff0c jail: only free cgroups if they were allocated
 ab55357 jail: fix freeing cgroups avl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-07 17:45:51 +08:00
Felix Fietkau
dc20178fa9
binutils: update to version 2.34
Fixes perf on aarch64

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-08-07 17:44:44 +08:00
CN_SZTL
8b01ddcc4a
v2ray-plugin: bump to 1.3.5 2020-08-07 17:40:13 +08:00
CN_SZTL
a31b6d0053
v2ray: bump to 4.27.0 2020-08-07 17:39:16 +08:00
CN_SZTL
ba16561d92
brook: bump to 20200801 2020-08-07 17:38:13 +08:00
CN_SZTL
872331baf9
luci-app-ssr-plus: bump to 180-3 2020-08-07 17:36:22 +08:00
SuLingGG
fc71592477
Fix baidupcs-web file name to fit i386 device 2020-08-07 17:33:06 +08:00
Rafał Miłecki
a6eeb0f101
uhttpd: update to the latest master
212f836 ubus: rename JSON-RPC format related functions
628341f ubus: use local "blob_buf" in uh_ubus_handle_request_object()
9d663e7 ubus: use BLOBMSG_TYPE_UNSPEC for "params" JSON attribute
77d345e ubus: drop unused "obj" arguments
8d9e1fc ubus: parse "call" method params only for relevant call

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-08-06 02:40:59 +08:00
CN_SZTL
b09fbfd0ea
LuCI: Mod20.08 2020-08-06 01:11:47 +08:00
CN_SZTL
a93ff940ea
luci-theme-argonv3: sync with upstream source 2020-08-06 00:16:30 +08:00
CN_SZTL
190fb056bb
filebrowser: fix env 2020-08-05 23:19:11 +08:00
CN_SZTL
38b5fe037a
filebrowser: adjust init 2020-08-05 23:15:17 +08:00
CN_SZTL
ef4ee640e9
filebrowser: call native compiler to pack binary 2020-08-05 23:08:09 +08:00
David Bauer
4a97f83839
base-files: disable LEDs if default state is undefined
Set the default state for LEDs to off. When a trigger is set, the
trigger will turn the LED automatically on.

Currently LEDs might stay on, e.g. when the LED trigger is set to a
netdev trigger and the interface is never activated or the 'none'
trigger is selected without setting the 'default' option to 0 and it's
set for the LED indicating the system running state.

Using off as a default value is also consistent with the documentation
in the OpenWrt wiki.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-08-05 21:04:51 +08:00
CN_SZTL
416623fb8f
luci-app-softethervpn: link real config to tmp 2020-08-04 23:42:57 +08:00
CN_SZTL
2faa1ea007
luci-app-passwall: sync with upstream source 2020-08-04 22:30:46 +08:00
CN_SZTL
6d7e9e5468
luci-app-jd-dailybonus: bump to 0.8.3 2020-08-04 22:28:46 +08:00
好想告诉你
693e0d43be
smartdns: bump to latest git HEAD 2020-08-04 20:54:37 +08:00
CN_SZTL
ff1a9824cd
luci-app-zerotier: restart service when network changed 2020-08-04 02:40:35 +08:00
CN_SZTL
0e85056365
luci-app-zerotier: [2/2] drop network config when stop
Ref: #174.
2020-08-04 01:42:11 +08:00
CN_SZTL
1b07f455aa
luci-app-zerotier: [1/2] support muilt network id
Ref #174.
2020-08-04 01:04:30 +08:00
CN_SZTL
ece18c5a85
mode 20.08 2020-08-03 22:42:16 +08:00
Adrian Schmutzler
84abe12c39
package: replace remaining occurrences of ifconfig with ip
ifconfig is effectively deprecated for quite some time now. Let's
replace the remaining occurrences for packages by the
corresponding ip commands now.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-03 20:59:32 +08:00
CN_SZTL
eff1e37db0
luci-app-turboacc: fix logic error 2020-08-03 20:17:21 +08:00
CN_SZTL
b2b54d9e04
amule: remove upstreamd patch 2020-08-03 03:22:14 +08:00
CN_SZTL
b47082ecd8
libcryptopp: simplify Makefile 2020-08-03 02:55:44 +08:00
CN_SZTL
9a2736bf17
libcryptopp: bump to 8.2.0 2020-08-03 02:36:05 +08:00
CN_SZTL
f11e5f7b56
amule: refresh patches 2020-08-03 02:30:44 +08:00