Commit Graph

4611 Commits

Author SHA1 Message Date
Michael Heimpold
cbe99d64ab base-files/hotplug: fix dedicated group for tty devices
Commit 124ab1dc0a and 5523ee3459 introduced the assignment of the
group "tty" to /dev/tty* devices in order to support unprivileged
user access to serial devices.

However, due to an improperly rebased commit this feature broke.

This patch restores the lost hunk in hotplug.json file to
re-introduce this feature and also renames the existing "tty" group
to "dialout" as this is the more typical name for such a group
on desktop systems.

Fixes: 5209cfa534 ("procd: fix hotplug.json syntax")
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Acked-by: Jo-Philipp Wich <jo@mein.io>

Part of the commit content is already in system/procd/files.
2020-10-13 18:26:29 +08:00
Piotr Dymacz
d6860f8f9a base-files: diag: restore default trigger for 'boot' LED
For devices without a dedicated 'diag' LED, we use sometimes one of
other LEDs for indicating at least 'boot', 'failsafe' and 'upgrade'
stages. In some cases, at the same time these LEDs have defined default
triggers in DTS using 'linux,default-trigger' property. Current 'diag'
setup removes the trigger and turns off 'boot' LED after bootup.

This patch extends 'diag.sh' and 'leds.sh' scripts to make sure default
trigger defined in DTS is restored for 'diag' LED which isn't used for
indicating 'running' stage.

Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2020-10-13 18:26:08 +08:00
Felix Fietkau
c560d70378 mac80211: do not allow bigger VHT MPDUs than the hardware supports
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit caf727767a)
[Refreshed patch]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-10-12 17:32:28 +08:00
Andre Heider
814c8adef2 kernel: fix name of CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM
CONFIG_SND_SOC_DMAENGINE_PCM was removed and replaced with
CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM seven years ago, see:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=28c4468b00a1e55e08cc20117de968f7c6275441
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b7ae6f31d8243ec684af16bc5c763eccdfabaec0

Signed-off-by: Andre Heider <a.heider@gmail.com>
2020-10-12 11:39:12 +08:00
Josef Schlehofer
72f6de33cc trace-cmd: disable AUDIT (libaudit library)
If you compile first libaudit library and then trace-cmd package,
compilations fails with:

Package trace-cmd is missing dependencies for the following libraries:
libaudit.so.1

If you enable libaudit for trace-cmd, it will show system name calls while using command profile.
Try to be slim as much as possible - libaudit .ipk has 42,4 kB.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-12 11:28:31 +08:00
Rosen Penev
a4d582bf10 perf: disable libzstd support
libzstd from the packages feed gets picked up. Remove it.

Fixes:

Package perf is missing dependencies for the following libraries:
libzstd.so.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-12 11:27:53 +08:00
Paul Spooren
94b6a91f11 policycoreutils: add missing gettext dependency
Add missing build dependency to both host and target build. The `msgfmt`
is required which is missing without gettext-full.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-10-12 11:21:10 +08:00
CN_SZTL
d412d9c248
luci-app-passwall: bump to 3.9-70 2020-10-11 16:46:11 +08:00
nobody
6ec9c9e2ac frp: version bump to v0.34.1 2020-10-10 17:35:18 +08:00
Daniel Golle
842d56214e seclic: depends on libsepol
Add missing dependency for target build of seclic which requires
libsepol (just like the host build requires libsepol/host).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-10-10 17:29:30 +08:00
Beginner
388d29532c
v2ray-plugin : update v1.6.0 2020-10-09 18:11:03 +08:00
Beginner
a6730e0f60
v2ray : update v4.31.0 2020-10-09 18:10:55 +08:00
Dominick Grift
c5e38974bf selinux-policy: adds new package
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
2020-10-09 11:31:08 +08:00
Dominick Grift
7c471b5462 secilc: adds new package
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
2020-10-09 11:30:34 +08:00
CN_SZTL
0b20d90fe4
kcptun: bump to 20201004 2020-10-07 17:09:13 +08:00
CN_SZTL
364c0b8a8f
OpenClash: sync with upstream source 2020-10-07 03:10:51 +08:00
CN_SZTL
23d7257629
luci-app-passwall: bump to 3.9-68 2020-10-07 03:09:56 +08:00
EdiTurn
700879b06e
openwrt-udp2raw: bump to 20200818.0 2020-10-07 03:02:38 +08:00
LGA1150
e6bc858494
cryptodev-linux: bump to 1.11 2020-10-05 23:37:17 +08:00
CN_SZTL
62b99928a4
dns2socks: specify specific commit instead of HEAD 2020-10-05 18:58:33 +08:00
CN_SZTL
031ba4dd0c
LuCI: Mod20.10 2020-10-05 18:55:14 +08:00
CN_SZTL
99daf06382
autocore-arm: refresh index in every 5 sec 2020-10-05 18:54:53 +08:00
Jo-Philipp Wich
e9069ae78d
uhttpd: update to latest Git HEAD
14a3cb4 ubus: fix legacy empty reply format
0f38b03 client: fix spurious keepalive connection timeouts
88ba2fa client: really close connection on timeout
c186212 ubus: support GET method with CORS requests

Fixes: FS#3369
Fixes: https://github.com/openwrt/luci/issues/4467
Fixes: https://github.com/openwrt/luci/issues/4470
Fixes: https://github.com/openwrt/luci/issues/4479
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-10-05 14:25:29 +08:00
David Bauer
f1d3d2f5d0
linux-firmware: update to 20200918
00a84c5 linux-firmware: Update AMD SEV firmware
71338c2 Merge branch 'for-master' of https://github.com/CosmicPenguin/linux-firmware into main
07367b9 linux-firmware: Update firmware file for Intel Bluetooth AX200
1d1586a linux-firmware: Update firmware file for Intel Bluetooth AX201
28b333d linux-firmware: Update firmware file for Intel Bluetooth 9560
db30380 linux-firmware: Update firmware file for Intel Bluetooth 9260
eb3aa1f Mellanox: Add new mlxsw_spectrum firmware xx.2008.1310
ec88f05 mediatek: update MT7915 firmware to 20200819
a9993f8 brcm: Fix a stale symlink for RPi3 model b+
f48fec4 qcom: Add updated a5xx and a6xx microcode
d5f9eea wl18xx: update firmware file 8.9.0.0.83
7a237c6 linux-firmware: mt7615: update firmware to 20200814 version
74bd44f amdgpu: add navi12 firmware from 20.30
b9f69cd amdgpu: update navi10 firmware for 20.30

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-10-04 21:47:20 +08:00
LGA1150
78cb890325
base-files: do not generate ULA prefix 2020-10-04 21:44:41 +08:00
CN_SZTL
f0cd4d84fa
luci-app-ssr-plus: sync with upstream source 2020-10-04 21:06:02 +08:00
CN_SZTL
676b3aa6f6
luci-app-passwall: bump to 3.9-66 2020-10-04 06:53:57 +08:00
CN_SZTL
1d4b863d2c
Core: Mod 20.10 2020-10-04 05:30:23 +08:00
CN_SZTL
5d0355d556
luci-app-ssr-plus: fix concurrency setting for naiveproxy 2020-10-04 05:16:14 +08:00
CN_SZTL
817139b31a
naiveproxy: bump to 85.0.4183.83-4 2020-10-04 05:05:07 +08:00
CN_SZTL
230d5ce059
luci-app-ssr-plus: enable multiple threads for naiveproxy 2020-10-04 04:51:29 +08:00
CN_SZTL
2d306d413d
qBittorrent-Enhanced-Edition: drop useless docs installation 2020-10-04 04:14:29 +08:00
CN_SZTL
a8e8a69dea
qBittorrent-Enhanced-Edition: bump to 4.2.5.16 2020-10-04 04:07:58 +08:00
CN_SZTL
58e911ecfc
libtorrent-rasterbar: bump to 1.2.10 2020-10-04 04:02:38 +08:00
CN_SZTL
c841c4900a
luci-app-passwall: bump to 3.9-9-65 2020-10-04 00:04:53 +08:00
CN_SZTL
9837f0b557
luci-app-unblockneteasemusic: bump to 2.8-8 2020-10-03 21:09:16 +08:00
Beginner
6828ea441a
v2ray: update v4.30.0 2020-10-02 13:33:25 +08:00
CN_SZTL
e8110e7713
luci-app-unblockneteasemusic-mini: bump to 1.2-9 2020-10-01 22:09:03 +08:00
CN_SZTL
aee8e42c39
luci-app-unblockmusic: add new remote server 2020-10-01 18:38:13 +08:00
CN_SZTL
b0d1bb27bc
OpenClash: bump to 0.40.7-beta 2020-10-01 13:44:39 +08:00
CN_SZTL
720c041494
luci-app-unblockneteasemusic: bump to v2.8-7 2020-09-30 23:51:00 +08:00
CN_SZTL
86577f075d
luci-app-adguardhome: fix read core version
Co-authored-by: dogbutcat <dogbutcat@hotmail.com>
2020-09-30 20:32:58 +08:00
CN_SZTL
24e9f0f421
luci-app-passwall: bump to 3.9-64 2020-09-30 20:04:34 +08:00
CN_SZTL
bc4112a3b4
luci-app-openclash: fix file permission 2020-09-30 20:02:20 +08:00
CN_SZTL
981ddb83c1
luci-app-openclash: bump to 0.40.6 2020-09-30 19:52:25 +08:00
Mattraks
2ad12a7dff
v2ray:switch asset files' download url to v2fly 2020-09-30 19:39:54 +08:00
Beginner
879cb4d319
v2ray: update v4.29.0 2020-09-30 19:35:36 +08:00
ricksuzade-maker
bbd95fbceb
v2ray-plugin: bump to 1.5.0 2020-09-30 19:35:10 +08:00
alecthw
9bda1e6964
adapt luci configuration to new n2n version 2.8.0; add static route support 2020-09-30 19:34:42 +08:00
Liangbin Lian
290963b18e
fstools: backport: fix ntfs uuid
Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2020-09-30 19:28:40 +08:00