Commit Graph

17180 Commits

Author SHA1 Message Date
CN_SZTL
cc3ae1ab90
luci-app-diskman: bump to v0.2.3 2020-02-28 18:36:25 +08:00
AmadeusGhost
6a2e4239ee
minieap: bump to 0.92.1
commit:
  1. misc: fix hex2char reverse
  2. config: fix no-auto-reauth wrong value
  3. rjv3_hashes: fix detect aarch64 arch error
2020-02-28 16:18:07 +08:00
Jo-Philipp Wich
955634b473 libubox: update to latest Git HEAD
7da6643 tests: blobmsg: add test case
75e300a blobmsg: fix wrong payload len passed from blobmsg_check_array

Fixes: FS#2833
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-27 22:03:18 +01:00
CN_SZTL
0d5dc93299
Merge Lean's source 2020-02-28 01:07:28 +08:00
CN_SZTL
cc9fbb2e03
luci-app-koolproxyR: sync with upstream source 2020-02-28 01:03:23 +08:00
CN_SZTL
743eab33f5
luci-app-openclash: sync with upstream source 2020-02-28 00:57:28 +08:00
CN_SZTL
4b55af17a4
luci-app-ssr-plus-Jo: sync with upstream source 2020-02-28 00:56:45 +08:00
CN_SZTL
9c8c7856b1
luci-app-vssr: sync with upstream source 2020-02-28 00:52:43 +08:00
CN_SZTL
bb0c2e12bb
luci-app-unblockneteasemusic-mini: bump to 1.2-6 2020-02-28 00:51:40 +08:00
CN_SZTL
3e99f68db5
Fix up commits 2020-02-28 00:28:49 +08:00
ElonH
e56b2327bd
i40e/i40evf: new driver package 2020-02-27 23:34:55 +08:00
ElonH
af2d30307e
r8125: new driver package 2020-02-27 22:36:15 +08:00
Xu Wang
2299808c68 base-files: add all buildinfo with INCLUDE_CONFIG
CONFIG_INCLUDE_CONFIG option is helpful for being able to rebuild the
exact same firmware as you see on a live OpenWRT instance, but it's
crucially missing feeds information, so we can't rebuild the exact same
package versions. This commit fixes this by adding the remaining feeds
(and version) buildinfo files to the image.

Signed-off-by: Xu Wang <xwang1498@gmx.com>
2020-02-27 12:14:09 +01:00
CN_SZTL
3d133e5cda
luci-app-vssr: sync with upstream source 2020-02-27 18:01:20 +08:00
CN_SZTL
8ad5c0a243
luci-app-passwall: sync with upstream source 2020-02-27 18:00:29 +08:00
CN_SZTL
4680c89c42
Merge Lean's source 2020-02-27 17:42:07 +08:00
Petr Štetiar
3aa63f524d
ppp: backport security fixes
8d45443bb5c9 pppd: Ignore received EAP messages when not doing EAP
8d7970b8f3db pppd: Fix bounds check in EAP code
858976b1fc31 radius: Prevent buffer overflow in rc_mksid()

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Fixes: CVE-2020-8597
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-27 17:42:07 +08:00
Jo-Philipp Wich
8b9f6def89
Revert "ppp: backport security fixes"
This reverts commit 215598fd03 since it
didn't contain a reference to the CVE it addresses. The next commit
will re-add the commit including a CVE reference in its commit message.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-27 17:42:06 +08:00
Roger Pueyo Centelles
a9e500f3be
rbextract: support devices with plain RLE caldata
Old MikroTik devices have the RLE-encoded radio calibration data
directly stored in the art (hard_config) partition, without LZO
compression nor any preceding ERD magic bytes. This commit adds
a fallback for these devices.

Tested on the ath79 target with a MikroTik SXT 5nD r2 (SXT Lite5),
only locally --not yet merged upstream--.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2020-02-27 17:42:06 +08:00
John Crispin
0400b6e8d9
mac80211: enhance wifi reload
If the reconf call fails force a full restart of the radio.

Signed-off-by: John Crispin <john@phrozen.org>
2020-02-27 17:42:05 +08:00
John Crispin
27d2b3ce19
hostapd: enhance wifi reload
Add a radio_config_id property. If the radio config changes return an error
upon receiving the reconf call.

Signed-off-by: John Crispin <john@phrozen.org>
2020-02-27 17:42:04 +08:00
Felix Fietkau
69e95e6cfd
mt76: update to the latest version
0a53dcda5203 mt76: mt7603: add upper limit for dynamic sensitivity minimum receive power
46e63c05f7d1 mt76: mt7603: enable dynamic sensitivity adjustment by default
81476f11b68c mt76: mt7615: fix antenna mask initialization in DBDC mode

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-02-27 17:42:04 +08:00
ElonH
f11daabfa0
luci-app-qos_gargoyle: normalize translation 2020-02-27 13:19:37 +08:00
ElonH
f19e2f3216
luci-app-qos_gargoyle: fix luci crash 2020-02-27 12:35:14 +08:00
ElonH
7b5c79387e
tcping-simple: type fix 2020-02-27 10:05:34 +08:00
ElonH
939cdafcf1
luci-app-qos_gargoyle: fix get_wan 2020-02-27 00:19:53 +08:00
Petr Štetiar
35890514bb ppp: backport security fixes
8d45443bb5c9 pppd: Ignore received EAP messages when not doing EAP
8d7970b8f3db pppd: Fix bounds check in EAP code
858976b1fc31 radius: Prevent buffer overflow in rc_mksid()

Signed-off-by: Petr Štetiar <ynezz@true.cz>
Fixes: CVE-2020-8597
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-26 16:38:43 +01:00
Jo-Philipp Wich
817e775319 Revert "ppp: backport security fixes"
This reverts commit 215598fd03 since it
didn't contain a reference to the CVE it addresses. The next commit
will re-add the commit including a CVE reference in its commit message.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-26 16:37:27 +01:00
Roger Pueyo Centelles
c81b2e94c7 rbextract: support devices with plain RLE caldata
Old MikroTik devices have the RLE-encoded radio calibration data
directly stored in the art (hard_config) partition, without LZO
compression nor any preceding ERD magic bytes. This commit adds
a fallback for these devices.

Tested on the ath79 target with a MikroTik SXT 5nD r2 (SXT Lite5),
only locally --not yet merged upstream--.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2020-02-26 14:46:46 +01:00
CN_SZTL
4a919759ef
subconverter: bump to 0.4.1 2020-02-26 16:04:33 +08:00
CN_SZTL
17995460f2
OpenClash: sync with upstream source 2020-02-26 15:52:41 +08:00
CN_SZTL
070ab35840
luci-app-clash: bump to 1.5.8 2020-02-26 15:52:16 +08:00
CN_SZTL
c21a0f61d7
luci-app-vssr: sync with upstream source 2020-02-26 15:51:31 +08:00
ElonH
b7ee756ad4
fs-qntfs: add target dependence
refs: e6b0600ad8
2020-02-26 01:17:42 +08:00
John Crispin
a1dd773272 mac80211: enhance wifi reload
If the reconf call fails force a full restart of the radio.

Signed-off-by: John Crispin <john@phrozen.org>
2020-02-25 17:03:44 +01:00
John Crispin
d3b7838ebe hostapd: enhance wifi reload
Add a radio_config_id property. If the radio config changes return an error
upon receiving the reconf call.

Signed-off-by: John Crispin <john@phrozen.org>
2020-02-25 17:01:55 +01:00
CN_SZTL
1919abdea1
gargoyle-qos: add packages 2020-02-25 23:53:23 +08:00
CN_SZTL
a4cc047af5
kernel/iptables: add modules for qos-gargoyle 2020-02-25 23:08:47 +08:00
Felix Fietkau
e8fae62f64 mt76: update to the latest version
0a53dcda5203 mt76: mt7603: add upper limit for dynamic sensitivity minimum receive power
46e63c05f7d1 mt76: mt7603: enable dynamic sensitivity adjustment by default
81476f11b68c mt76: mt7615: fix antenna mask initialization in DBDC mode

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-02-25 13:36:29 +01:00
CN_SZTL
e02f31a775
kernel/iptables: fix IMQ support 2020-02-25 20:30:27 +08:00
CN_SZTL
ee2a035840
luci-app-passwall: sync with upstream source 2020-02-25 18:01:40 +08:00
CN_SZTL
e669edc5e0
luci-app-clash: bump to 1.5.8a 2020-02-25 18:01:00 +08:00
CN_SZTL
e029e5cfdd
Merge Official Source 2020-02-25 17:58:32 +08:00
CN_SZTL
6e5cb567f7
add DDNS aliyun TTL val (lede#3323) 2020-02-25 15:48:50 +08:00
CN_SZTL
8ce0ba08d5
dockerman: fix depends select 2020-02-25 13:51:48 +08:00
CN_SZTL
741d3c6e9b
Merge Lean's source 2020-02-25 13:49:00 +08:00
Piotr Dymacz
a422b171ac 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.

One of the examples of such device is TP-Link TL-WR841N v14 (ramips)
which uses 'wlan' LED with defined 'linux,default-trigger' for 'diag':

aliases {
        led-boot = &led_wlan;
        led-failsafe = &led_wlan;
        led-upgrade = &led_wlan;
};

[...]

led_wlan: wlan {
        label = "tl-wr841n-v14:green:wlan";
        gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
        linux,default-trigger = "phy0tpt";
};

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-02-24 23:27:50 +01:00
Piotr Dymacz
2d113f89d2 hostapd: start hostapd/wpa_supplicant for all wiphy devices
c888e17e06 ("hostapd: manage instances via procd instead of pidfile")
added procd support for managing hostapd and wpa_supplicant daemons
but at the same time limited wiphy names to 'phy*'.

This brings back initial behaviour (introduced in 60fb4c92b6 ("hostapd:
add ubus reload") and makes procd manage daemons for any wiphy device
found in '/sys/class/ieee80211'.

CC: Felix Fietkau <nbd@nbd.name>
CC: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2020-02-24 23:27:50 +01:00
Piotr Dymacz
82679ca0b9 umbim: move package to 'WWAN' submenu
'uqmi' was moved to 'WWAN' submenu in 9abdeee0b7.
Let's be consistent and do the same with 'umbim'.

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2020-02-24 23:27:50 +01:00
Josef Schlehofer
8fe9daf775 mbedtls: use correct SPDX License Identifier and add License file
License "GPL-2.0+" is deprecated License Identifier according to
SPDX License list [1]. The correct one is GPL-2.0-or-later.
While at it, also add the License file.

[1] https://spdx.org/licenses/

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-24 23:25:28 +01:00
Josef Schlehofer
36af1967f5 mbedtls: update to version 2.16.5
Changelog:
https://tls.mbed.org/tech-updates/releases/mbedtls-2.16.5-and-2.7.14-released

Security advisory:
https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2020-02

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-24 23:25:28 +01:00
Josef Schlehofer
b55f68d553 strace: update to version 5.5
Changelog:
https://strace.io/files/5.5/

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-02-24 23:25:28 +01:00
Hauke Mehrtens
806354ab53 linux-atm: Fix compile warning
The function trace_on_exit() is given to atexit() as a parameter, but
atexit() only takes a function pointer to a function with a void
parameter.

This problem was introduced when the on_exit() function was incompletely
replaced by atexit().

Fixes: ba6c8bd614 ("linux-atm: add portability fixes")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-24 23:25:28 +01:00
Hauke Mehrtens
930fc09803 ath10k-ct: Use ath10k-ct version 5.4
This makes ath10k-ct use the version based on kernel 5.4 by default.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-24 23:25:28 +01:00
Hauke Mehrtens
d97b6204a2 ath10k-ct: Update to version 2020-02-18
This adds AP VLAN support.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-24 23:25:22 +01:00
Hauke Mehrtens
a9363914a3 mac80211: Allow IBSS mode and different beacon intervals
ath10k-ct supports the combination to select IBSS (ADHOC) mode and
different beacon intervals together. mac80211 does not like this
combination, but Ben says this is ok, so remove this check.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-24 23:23:46 +01:00
Hauke Mehrtens
f2fc7a62c0 rtl8812au-ct: Update to version 2020-01-12
This fixes compile problems with kernel 5.4

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-24 21:27:08 +01:00
CN_SZTL
e8464ce317
luci-app-clash: fix MENU 2020-02-25 01:19:37 +08:00
CN_SZTL
aebbfec1f6
luci-app-ssr-plus: fix stop running after main server node missing after subscribe 2020-02-25 00:32:03 +08:00
CN_SZTL
2b7577e13b
Merge Lean's source 2020-02-25 00:27:58 +08:00
CN_SZTL
eb974e7217
luci-app-unblockmusic: enable FLAC unlocked 2020-02-24 21:46:43 +08:00
CN_SZTL
97aebc5583
luci-app-vssr: fix blacklist 2020-02-24 14:58:38 +08:00
CN_SZTL
7dcb01fb09
luci-app-vssr: fix typo 2020-02-24 14:55:17 +08:00
CN_SZTL
e606d5c5a7
Merge Lean's source 2020-02-24 13:56:44 +08:00
CN_SZTL
e08dd4b781
package lienol: sync 2020-02-24 13:55:07 +08:00
CN_SZTL
9c81dd407f
Merge Official Source 2020-02-24 13:44:49 +08:00
Sungbo Eo
3124c9afe3 urngd: avoid PKG_NAME in define lines
> Avoid reuse of PKG_NAME in call, define and eval lines for consistency and
> readability. Write the full name instead.

Ref: https://openwrt.org/docs/guide-developer/packages

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-02-23 22:42:51 +01:00
Sungbo Eo
33ecc694d5 urandom-seed: avoid PKG_NAME in define lines
> Avoid reuse of PKG_NAME in call, define and eval lines for consistency and
> readability. Write the full name instead.

Ref: https://openwrt.org/docs/guide-developer/packages

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-02-23 22:42:36 +01:00
CN_SZTL
6c72624452
luci-app-vssr: sync with upstream source 2020-02-24 00:36:53 +08:00
CN_SZTL
fdfb427e1c
luci-app-passwall: sync with upstream source 2020-02-24 00:33:05 +08:00
CN_SZTL
d66b9949da
luci-app-serverchan: bump to v1.37-5 2020-02-24 00:32:39 +08:00
CN_SZTL
99693c81be
luci-app-clash: bump to 1.5.7b 2020-02-24 00:31:56 +08:00
CN_SZTL
4250c87510
luci-app-unblockneteasemusic-mini: bump to 1.2-5 2020-02-24 00:17:33 +08:00
CN_SZTL
499d4aa0dd
luci-app-unblockneteasemusic: bump to v2.8 2020-02-23 22:31:46 +08:00
Sungbo Eo
e6c55d70f4 ltq-vdsl-mei: avoid underscore in package name
As 07e1d88d7b ("kernel: avoid underscore in *6lowpan package names") shows,
underscores might cause build failures. Replace underscore with dash.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-02-23 13:20:50 +01:00
CN_SZTL
608d3c70ab
Merge Official Source 2020-02-23 15:20:52 +08:00
Scott Roberts
34e7d31983 packages/boot: bump arm-trusted-firmware-mvebu version
The current version of ATF does not support power off for SGMII
COMPHY.  Update to latest ATF to resolve this issue.

Signed-off-by: Scott Roberts <ttocsr@gmail.com>
2020-02-22 18:21:37 +01:00
CN_SZTL
a3b75e1a1f
luci-app-233ddns: update translation file 2020-02-23 00:46:19 +08:00
CN_SZTL
2f94e9a815
luci-app-233ddns: fix cbi 2020-02-23 00:39:35 +08:00
CN_SZTL
b88caf378d
luci-app-233ddns: bump to v1.0-2 2020-02-23 00:30:30 +08:00
Fredrik Olofsson
9ad1ccbe15 mac80211: backport fix TID field in monitor mode transmit
Backport 753ffad3d6243303994227854d951ff5c70fa9e0 as merged in Linux v5.5-rc3.

Signed-off-by: Fredrik Olofsson <fredrik.olofsson@anyfinetworks.com>
2020-02-22 16:38:41 +01:00
Daniel Engberg
f0864cb31b package/utils/f2fs-tools: Update to 1.13.0
Update f2fs-tools to 1.13.0
Remove upstreamed patches
Disable build of static library

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-02-22 16:38:41 +01:00
Davide Fioravanti
9003115d6f usbmode: Update modeswitch data to 20191128
Add support for new hardware

Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
2020-02-22 16:38:41 +01:00
Tomasz Maciej Nowak
9c6b6abdcd kernel: replace SUBDIRS with M in package recipes
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2020-02-22 16:38:41 +01:00
DENG Qingfang
e6cec17568 linux-firmware: update to 20200122
Update linux-firmware to 20200122

git log --pretty=oneline --abbrev-commit 20191215..20200122

1eb2408 linux-firmware: Update firmware file for Intel Bluetooth AX200
0dc1611 linux-firmware: Update firmware file for Intel Bluetooth AX201
d03f79c linux-firmware: Update firmware file for Intel Bluetooth 9560
aab62bc linux-firmware: Update firmware file for Intel Bluetooth 9260
ed0aa3a nvidia: add TU102/TU104/TU106 signed firmware
9c340bd amdgpu: update navi10 firmware for 19.50
3b4a503 amdgpu: Add navi10 TA ucode
16cc13a Merge branch 'v1.1.3' of https://github.com/ruiwang-mtk/linux_fw_vpu_v1.1.37f3177d mediatek: update MT8173 VPU firmware to v1.1.3
67d4ff5 Mellanox: Add new mlxsw_spectrum firmware xx.2000.2714
f1c9e7b radeon: update oland rlc microcode from amdgpu
b1dafb7 amdgpu: update vega20 microcode for 19.50
c38789e amdgpu: update vega12 microcode for 19.50
5a141c1 amdgpu: update vega10 microcode for 19.50
a03173a amdgpu: update picasso microcode for 19.50
86e9a5f amdgpu: update raven2 microcode for 19.50
febe09a amdgpu: update raven microcode for 19.50
af76fd0 amdgpu: update navi10 microcode for 19.50
b5b176a amdgpu: update navi14 microcode for 19.50
ad90178 amdgpu: add TA microcode for Raven asics
379551b qed: Add firmware 8.42.2.0
58b4003 Merge branch 'RB3-wlan-firmware-1387-v2' of https://github.com/andersson/linux-firmware
5967a45 Adjust WHENCE entry to check_whence doesn't complain
d1e743d Merge branch 'master' of https://github.com/NXP/mwifiex-firmware
d6219ab qcom: Switch SDM845 WLAN firmware
e65245c linux-firmware: add NXP firmware licence file
6871bff Merge branch 'ath10k-20191220' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/linux-firmware
b142c2e ath10k: WCN3990 hw1.0: add firmware WLAN.HL.2.0-01387-QCAHLSWMTPLZ-1
8809b87 ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00070
513d70c ath10k: QCA988X hw2.0: update firmware-5.bin to 10.2.4-1.0-00047
203435b ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00070
a66d2fc ath10k: QCA9887 hw1.0: update firmware-5.bin to 10.2.4-1.0-00047
6d19154 ath10k: QCA6174 hw3.0: update board-2.bin
c4586ff linux-firmware: Update AMD cpu microcode

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-22 16:38:41 +01:00
DENG Qingfang
b9d29b78c8 iw: update to 5.4
Update iw to 5.4
This increases the ipk size of iw-tiny/full by about 400 bytes

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-22 16:38:41 +01:00
Rosen Penev
499ebb791f libbsd: update to 0.10.0
Removed all upstream patches.

Added PKG_BUILD_PARALLEL for faster compilation.

Small Makefile rearrangements for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-22 16:34:57 +01:00
Adrian Schmutzler
a5b2c6f5ed rssileds: add dependencies based on LDFLAGS
This adds the direct dependencies introduced by TARGET_LDFLAGS
to the package's DEPENDS variable.

This was found by accidentally building rssileds on octeon, which
resulted in:

"Package rssileds is missing dependencies for the following libraries:
libnl-tiny.so"

Though the dependencies are provided when building for the
relevant targets ar71xx, ath79 and ramips, it seems more tidy to
specify them explicitly.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-22 14:26:01 +01:00
CN_SZTL
892ec6a5db
openwrt-ssocks: change source code 2020-02-22 19:23:26 +08:00
CN_SZTL
b776d46068
luci-app-dockerman: roll back 2020-02-22 18:46:21 +08:00
CN_SZTL
1b314b767b
luci-app-nft-qos: move to network 2020-02-22 18:37:26 +08:00
CN_SZTL
8fa07d838b
default-settings: transmission: fix SUBMENU 2020-02-22 18:34:52 +08:00
CN_SZTL
5177a977a9
luci-app-nfs: fix controller 2020-02-22 17:58:35 +08:00
CN_SZTL
24a83563b6
luci-app-ssr-plus: fix po2lmo 2020-02-22 17:42:43 +08:00
CN_SZTL
e12472257a
msgpack-c: fix pkg name 2020-02-22 17:34:51 +08:00
Stijn Tintel
a9b5473c92 lldpd: bump to 1.0.5
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2020-02-22 10:31:28 +02:00
CN_SZTL
99b30dcf94
Merge Lean's source 2020-02-22 16:07:38 +08:00
CN_SZTL
9937361a53
tmate/v2ray: fix SUBMENU 2020-02-22 14:18:06 +08:00
CN_SZTL
d6962fc12e
sync with mainline source 2020-02-22 13:39:12 +08:00
CN_SZTL
cc94840e57
OpenClash: sync with upstream source 2020-02-22 13:33:32 +08:00
CN_SZTL
86d89cb0e1
luci-app-passwall: sync with upstream source 2020-02-22 13:33:10 +08:00
CN_SZTL
45654eabdd
Merge Lean's source 2020-02-22 01:14:27 +08:00
CN_SZTL
f3d3e2bfee
smartdns: adjust luci conf 2020-02-22 01:03:33 +08:00
CN_SZTL
cd7da451c8
smartdns: refresh dns servers 2020-02-22 00:53:39 +08:00
CN_SZTL
5f9e42cc96
thefuck: add package 2020-02-21 19:49:53 +08:00
CN_SZTL
059fe610d2
you-get: add package 2020-02-21 19:45:51 +08:00
CN_SZTL
78231924ce
fix subconverter ececutable missing by ElonH 2020-02-21 17:27:41 +08:00
CN_SZTL
b3dd9eeb7c
openwrt-mwol: add package 2020-02-21 16:12:21 +08:00
CN_SZTL
e07f715257
Merge Lean's source 2020-02-21 14:37:31 +08:00
CN_SZTL
656f70f2bc
luci-app-unblockneteasemusic-mini: fix typo 2020-02-21 02:30:28 +08:00
CN_SZTL
264b7ea7f4
luci-app-passwall: sync with upstream source 2020-02-21 02:05:23 +08:00
CN_SZTL
ce4d8fbe06
subconverter: move to utils 2020-02-21 01:35:59 +08:00
CN_SZTL
69d43ad135
luci-app-vssr: sync with upstream source 2020-02-21 01:35:24 +08:00
CN_SZTL
bcf439d38b
smartdns: bump to latest git HEAD 2020-02-20 22:15:37 +08:00
Felix Fietkau
3e11ddaf2e mt76: update to the latest version
f4415afce213 mt76: mt76u: loop over all possible rx queues in mt76u_rx_tasklet
5b9f949cb760 mt76: mt76u: fix a possible memory leak in mt76u_init
fd892bc033fb mt76: mt76u: rely only on data buffer for usb control messagges

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-02-20 15:06:35 +01:00
CN_SZTL
e7c0870d72
luci-app-ssr-plus: allowInsecure by default 2020-02-20 22:06:30 +08:00
CN_SZTL
9b489ee812
srelay: fix build on none linux os 2020-02-20 21:08:37 +08:00
CN_SZTL
7458944209
treewide: fix bugs 2020-02-20 20:15:01 +08:00
CN_SZTL
3ffa8ae4ac
luci-app-dockerman: update 2020-02-20 19:17:11 +08:00
CN_SZTL
6da3d3d7b8
luci-app-serverchan: bump to 1.35-5 2020-02-20 17:18:01 +08:00
CN_SZTL
fe88274b52
luci-app-passwall: sync with upstream source 2020-02-20 17:05:01 +08:00
CN_SZTL
1b740072b3
Merge Lean's source 2020-02-20 17:02:52 +08:00
CN_SZTL
d5873d75d8
luci-app-vssr: refresh configs 2020-02-20 16:27:21 +08:00
CN_SZTL
cbcff616e0
Merge Lean's source 2020-02-20 16:17:12 +08:00
Petr Štetiar
215598fd03 ppp: backport security fixes
8d45443bb5c9 pppd: Ignore received EAP messages when not doing EAP
8d7970b8f3db pppd: Fix bounds check in EAP code
858976b1fc31 radius: Prevent buffer overflow in rc_mksid()

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-02-20 09:12:12 +01:00
Daniel Engberg
0e7d404a94 util-linux: Update to 2.35.1
Update util-linux to 2.35.1 and refresh patches.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
[commit subject and description tweaks]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-02-20 09:12:12 +01:00
CN_SZTL
c2a2793795
luci-app-vssr: sync with upstream source 2020-02-20 15:05:01 +08:00
CN_SZTL
d1c0b2b47c
luci-app-unblockneteasemusic-mini(go): fix uci configure 2020-02-20 14:55:32 +08:00
CN_SZTL
3c4c18357e
Merge Mainline Source 2020-02-20 13:21:25 +08:00
CN_SZTL
237824a723
Merge Lean's source 2020-02-20 12:45:57 +08:00
CN_SZTL
9d03acb595
luci-app-passwall: sync with upstream source 2020-02-20 06:04:49 +08:00
Felix Fietkau
69a9a08396 mt76: update to the latest version
bd0df1b017a8 mt76: avoid extra RCU synchronization on station removal
d5a5e97b67c7 mt76: mt76x2: avoid starting the MAC too early
a67e42990d8a mt76: mt7615: fix msdu_id endianness in mt7615_write_hw_txp
d3af8bd3c722 mt76: mt7615: set proper length in strncmp
9c43417db17c mt76: mt7615: fix max_nss in mt7615_eeprom_parse_hw_cap
764e1d208a06 mt76: mt7615: fix tx power reporting
1881241c7ee5 mt76: fix rounding issues on converting per-chain and combined txpower
fa14e7f33199 mt76: mt7615: rework rx phy index handling
a205ce3e3e2d mt76: mt7615: fix ext_phy flag for stations
457a93203690 mt76: mt7615: fix MT_TX_HW_QUEUE_EXT_PHY to deal with mac80211 changes
c75cf513c674 mt76: do not set HOST_BROADCAST_PS_BUFFERING for mt7615
cc56c400167c mt76: fix LED link time failure
4dbd56b86970 mt76: mt76x0u: add support to TP-Link T2UHP
e226309c4bc4 mt76: mt7615: rely on mt76_queues_read for mt7622
c6a025318075 mt76: mt76u: extend RX scatter gather number
dfc24bc504e3 mt76: mt76u: rename stat_wq in wq
2bbffd2cb37b mt76: mt7615: remove rx_mask in mt7615_eeprom_parse_hw_cap
f408a2b7566c mt76: Introduce mt76_mcu data structure
17ecf0762542 mt76: mt76x02: fix handling MCU timeouts during hw restart
284e9fd72912 mt76: mt7615: fix monitor injection of beacon frames
8f8e9161b355 mt76: fix array overflow on receiving too many fragments for a packet

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-02-19 22:12:46 +01:00
Eneas U de Queiroz
07e1d88d7b kernel: avoid underscore in *6lowpan package names
Packages kmod-bluetooth_6lowpan and kmod-ieee802154_6lowpan contain an
underscore in the package name.  This causes problems in package/install
because when building a list of package files to install offline using
opkg, it uses a wildcard of the form $(dir)/$(pkg)_*.ipk.

If you were to select kmod-bluetooth=y, but kmod-bluetooth_6lowpan=m,
the latter would be picked up by that wildcard, and make package/install
would fail:

Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies
 * for kmod-bluetooth_6lowpan:
 *      kmod-6lowpan
 * opkg_install_cmd: Cannot install package kmod-bluetooth_6lowpan.

Changing the wildcard pattern is not trivial, and there may be other
places in the build system making this assumption about the package name
format.

Using a dash in place of the underscore avoids the issue.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-02-19 22:07:40 +01:00
Russell Senior
731f7ea48a dnsmasq: fix uci-defaults script to exit 0 so it is cleaned up
A file, package/network/services/dnsmasq/files/50-dnsmasq-migrate-resolv-conf-auto.sh,
was added in commit 6a28552120, but it
does not exit in a way that tells the uci-defaults mechanism that it
succeeded, and so it is not cleaned up after running successfully. Add
an exit 0 to the end to correct that.

Signed-off-by: Russell Senior <russell@personaltelco.net>
2020-02-19 22:02:59 +01:00
CN_SZTL
b8d9cb72bd
jpcre2: rename from libjpcre2 2020-02-20 03:12:19 +08:00
CN_SZTL
477af2cc3c
tcping-simple: rename from tcping 2020-02-20 03:08:41 +08:00
CN_SZTL
047907df9d
Merge Mainline Source 2020-02-20 03:01:01 +08:00
CN_SZTL
90069b1672
luci-app-serverchan: bump to 1.34-5 2020-02-20 02:55:19 +08:00
CN_SZTL
549aeffd76
OpenClash: bump to latest git HEAD 2020-02-20 02:54:21 +08:00
CN_SZTL
0639c6e428
luci-app-vssr: sync with upstream source 2020-02-20 02:53:29 +08:00
CN_SZTL
84438f6031
Merge Lean's source 2020-02-20 02:52:29 +08:00
CN_SZTL
fe88b4d212
npc: bump to 0.26.3 2020-02-19 16:05:40 +08:00
CN_SZTL
9642649de0
luci-app-vssr: sync with upstream source 2020-02-19 09:23:03 +08:00
CN_SZTL
0fa220f6fb
luci-app-vssr: sync with upstream source 2020-02-19 01:19:01 +08:00
CN_SZTL
8dc511f8b4
Merge Lean's source 2020-02-19 01:02:16 +08:00
CN_SZTL
60b0ec6da2
luci-app-usb3disable: update translation 2020-02-19 00:54:14 +08:00
ElonH
07f5b45558
luci-app-adguardhome: normalize Makefile (#11) 2020-02-19 00:49:02 +08:00
CN_SZTL
e09002f16a
treewide: fix translation files 2020-02-19 00:47:09 +08:00
CN_SZTL
1f78dd5ed4
luci-app-passwall : fix optimize iptables 2020-02-19 00:27:25 +08:00
CN_SZTL
98bb4a8446
luci-app-diskaman: fix extended partations issues 2020-02-18 23:27:23 +08:00
CN_SZTL
023f263cba
luci-app-vssr: sync with upstream source 2020-02-18 23:26:53 +08:00
CN_SZTL
4f9ac5d252
default-settings: fix install files 2020-02-18 23:14:37 +08:00
CN_SZTL
b5d6868ec1
Merge Lean's source 2020-02-18 22:11:04 +08:00
CN_SZTL
c3d10ba39d
subconverter: fix soft link to binary 2020-02-18 22:07:09 +08:00
CN_SZTL
b420c3781b
luci-app-vssr: fix conflict with ssrplus 2020-02-18 21:01:50 +08:00
CN_SZTL
d45b51fe79
package ctcgfw: sync with upstream source 2020-02-18 20:59:22 +08:00
CN_SZTL
7e95b15230
luci-app-ssr-plus-Jo: sync with upstram source 2020-02-18 20:56:59 +08:00
CN_SZTL
fadf5da8f7
luci-app-unblockneteasemusic: add button to download cert 2020-02-18 17:40:17 +08:00
CN_SZTL
888975a9c8
luci-app-unblockneteasemusic: bump to 2.7-6 2020-02-18 17:27:15 +08:00
CN_SZTL
a01e7d7d80
luci-app-ssr-plus: add anti-AD v4 rules by default 2020-02-18 17:02:51 +08:00
CN_SZTL
aa56a56191
passwall: sync with upstream source 2020-02-18 16:49:28 +08:00
CN_SZTL
04406ac505
lua-maxminddb: add package 2020-02-18 16:34:09 +08:00
CN_SZTL
2f97baf965
luci-app-unblockneteasemusic-mini: fix typo 2020-02-18 14:11:39 +08:00
CN_SZTL
53ba5e520c
Merge Lean's source 2020-02-18 14:04:33 +08:00
CN_SZTL
df3a6d82ba
luci-app-unblockneteasemusic-mini: bump to v1.2-4 2020-02-18 14:03:54 +08:00
CN_SZTL
d2992749ac
remove useless packages 2020-02-18 13:32:49 +08:00
CN_SZTL
fe6292f7bf
sync with upstream source 2020-02-18 13:09:58 +08:00
CN_SZTL
4b3d226812
Merge Lean's source 2020-02-18 13:07:48 +08:00
CN_SZTL
582df8515f
luci-app-unblockneteasemusic-mini: fix wget 2020-02-17 20:46:11 +08:00
CN_SZTL
e0595ed084
luci-app-unblockneteasemusic-mini: fix dependency 2020-02-17 20:26:19 +08:00
CN_SZTL
b594c21590
Merge Lean's source 2020-02-17 20:23:23 +08:00
CN_SZTL
f40f5ca862
luci-app-unblockneteasemusic-mini: bump to 1.2-3 2020-02-17 20:21:19 +08:00
CN_SZTL
df808e51f9
luci-app-vssr: sync with upstream source 2020-02-17 19:16:48 +08:00
CN_SZTL
857a452f57
luci-app-vssr: sync with upstream source 2020-02-17 18:37:14 +08:00
CN_SZTL
5fe46613d3
luci-app-vssr: update source 2020-02-17 18:25:13 +08:00
CN_SZTL
4bb8ed5195
luci-app-unblockneteasemusic: bump to 2.7-5 2020-02-17 18:03:23 +08:00
CN_SZTL
516b1e7fab
Merge Lean's source 2020-02-17 17:20:12 +08:00
CN_SZTL
6f5dde6014
Merge Lean's source 2020-02-17 16:49:10 +08:00
CN_SZTL
8d3b3f5ccb
luci-app-passwall: sync with upstream source 2020-02-17 16:19:41 +08:00
CN_SZTL
9cce728e3e
luci-app-frpserver: fix PKG_NAME 2020-02-17 13:03:30 +08:00
CN_SZTL
1fecd729e4
k3wifi: fix dependency 2020-02-17 11:40:39 +08:00
CN_SZTL
b7d59feba7
luci-app-vssr-coexist: sync with upstream source 2020-02-17 11:03:14 +08:00
CN_SZTL
d2fdf181d6
luci-app-vssr-coexist: sync with upstream source 2020-02-17 09:56:03 +08:00
CN_SZTL
28ab2be021
passwall : add common use port options 2020-02-17 08:47:30 +08:00
CN_SZTL
5f548f94f8
Metge Lean's source 2020-02-17 00:02:22 +08:00
CN_SZTL
c01439aefb
luci-app-serverchan: bump to v1.34-42 2020-02-16 23:24:42 +08:00
CN_SZTL
9ca241a088
luci-app-unblockneteasemusic: keep custom cert when sysupgrade 2020-02-16 23:13:11 +08:00
CN_SZTL
16c9710564
Merge Lean's source 2020-02-16 23:06:12 +08:00
CN_SZTL
eff0f23129
luci-app-ssr-plus-Jo: sync with upstream source 2020-02-16 22:59:53 +08:00
CN_SZTL
726b3c3cd5
luci-app-233ddns: refresh domain 2020-02-16 22:20:19 +08:00
CN_SZTL
59eb6c03ea
Merge Lean's source 2020-02-16 22:04:16 +08:00
CN_SZTL
6fdc785d67
luci-app-passwall: sync with upstream source 2020-02-16 21:21:56 +08:00
CN_SZTL
e59a145234
luci-app-openclash: sync with upstream source 2020-02-16 21:21:37 +08:00
CN_SZTL
e4eecb987c
luci-app-233ddns: add missing dependency 2020-02-16 21:20:03 +08:00
CN_SZTL
614e165de0
luci-app-233ddns: add blog url 2020-02-16 20:18:38 +08:00
CN_SZTL
088f394996
Merge Lean's source 2020-02-16 20:03:31 +08:00
CN_SZTL
3f0ede38af
Merge Lean's source 2020-02-16 19:06:43 +08:00
CN_SZTL
e6240b6d47
luci-app-unblockneteasemusic: bump to v2.7-3 2020-02-16 18:56:34 +08:00
CN_SZTL
fcd34d93ae
luci-app-unblockneteasemusic-mini: bump to v1.2-2 2020-02-16 18:34:49 +08:00
CN_SZTL
fee3e57c81
luci-app-233ddns: add package 2020-02-16 18:13:22 +08:00
CN_SZTL
aa384df6c9
openwrt-frp: enable upx compress 2020-02-16 13:29:02 +08:00
CN_SZTL
81621d3934
passwall: optimize subscribe calc hashkey 2020-02-16 13:04:46 +08:00
CN_SZTL
6b0b19a1ae
Merge Lean' source 2020-02-16 13:01:57 +08:00
CN_SZTL
617b31ac24
Merge Official Source 2020-02-16 01:27:17 +08:00
CN_SZTL
e65a2863a7
default-settings: update 2020-02-16 01:15:50 +08:00
CN_SZTL
9b00bc54a9
luci-app-frpserver: add package 2020-02-16 01:12:04 +08:00
CN_SZTL
84b508a050
luci-app-vssr-coexist: sync with upstream source 2020-02-15 22:12:32 +08:00
CN_SZTL
0fa9d75743
luci-app-rclone: bump to v1.2.18 2020-02-15 22:10:09 +08:00
CN_SZTL
adb1462f05
luci-app-serverchan: sync with upstream source 2020-02-15 22:07:31 +08:00
CN_SZTL
80584900ee
luci-app-passwall: sync with upstream source 2020-02-15 22:07:08 +08:00
CN_SZTL
fde41fea37
OpenClash: bump to v0.36.6-beta 2020-02-15 22:06:46 +08:00
CN_SZTL
9dc8577090
luci-app-ssr-plus:Fix Adblock update bug 2020-02-15 21:09:02 +08:00
Jason A. Donenfeld
49caf9f98a wireguard: bump to 0.0.20200215
* send: cleanup skb padding calculation
* socket: remove useless synchronize_net

Sorry for the back-to-back releases. This fixes a regression spotted by Eric
Dumazet.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-02-15 08:57:49 +01:00
CN_SZTL
385bc12dfa
Merge Lean's source 2020-02-15 15:39:21 +08:00
ElonH
9f9ce7c47c
luci-appxlnetacc: fix name duplicate in menuconfig (#10) 2020-02-15 13:30:50 +08:00
CN_SZTL
1efbad558b
luci-app-serverchan: sync with upstream source 2020-02-15 01:02:08 +08:00
CN_SZTL
dfe68f0337
luci-app-vssr-coexist: update source 2020-02-15 00:55:05 +08:00
Adrian Schmutzler
7d7aa2fd92 brcm2708: rename target to bcm27xx
This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Despite, since subtargets range from bcm2708 to bcm2711, it seems
appropriate to use bcm27xx instead of bcm2708 (again, as already done
for BOARDNAME).

This also renames the packages brcm2708-userland and brcm2708-gpu-fw.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-02-14 14:10:51 +01:00
Adrian Schmutzler
e7bfda2c24 brcm63xx: rename target to bcm63xx
This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-14 14:10:51 +01:00
Adrian Schmutzler
8fe5ad5d33 brcm47xx: rename target to bcm47xx
This change makes the names of Broadcom targets consistent by using
the common notation based on SoC/CPU ID (which is used internally
anyway), bcmXXXX instead of brcmXXXX.
This is even used for target TITLE in make menuconfig already,
only the short target name used brcm so far.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-14 14:10:51 +01:00
CN_SZTL
8807e241f6
mysql: fix assign (@ElonH) 2020-02-14 18:30:48 +08:00
CN_SZTL
6b58762284
Merge Lean's source 2020-02-14 17:56:22 +08:00
CN_SZTL
cf3beed725
luci-app-ssr-plus: add self-signed certificate for v2ray/trojan 2020-02-14 14:11:03 +08:00
CN_SZTL
e3d74ffcf7
package ntlf9t: rename from jsda 2020-02-14 13:41:26 +08:00
DENG Qingfang
5715b21f80 iproute2: update to 5.5.0, enable LTO
Update iproute2 to 5.5.0
Enable LTO to save several KB of size

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-13 21:35:13 +01:00
CN_SZTL
c9a2a8dc86
Merge Offical Source 2020-02-14 01:29:22 +08:00
CN_SZTL
cee7c5648b
luci-app-serverchan: sync with upstream source 2020-02-14 01:27:30 +08:00
CN_SZTL
170d14bd6e
luci-app-passwall: sync with upstream source 2020-02-14 01:24:11 +08:00
CN_SZTL
ce9c3b4da9
luci-app-diskman: bump to v0.2.2 2020-02-14 01:22:50 +08:00
CN_SZTL
10979c88b3
Merge Lean's source 2020-02-14 01:18:48 +08:00
Tomislav Požega
cd5dbba905 mac80211: expose chanbw support to debugfs for ath9k_htc
This will ensure the htc suffixed driver also gets created
chanbw debugfs entry.

Signed-off-by: Tomislav Požega <pozega.tomislav@gmail.com>
2020-02-13 17:45:46 +01:00
Michael Yartys
1862263883 ath10k-firmware: update ath10k-ct firmware
This supports better per-chain noise floor reporting, which in turn allows for
better RSSI reporting in the driver.

Wave-2 fixes a long-standing rate-ctrl problem when connected to xbox (and probably other devices).

Wave-2 has fix for crash likely related to rekeying.

Wave-1 has some debugging code added where a user reported a crash.

Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>  [ipq806x+qca9984,ipq4019+qca9986]
Signed-off-by: Michael Yartys <michael.yartys@protonmail.com>
2020-02-13 17:45:46 +01:00
Michael Yartys
67174adc94 ath10k-ct: update to 2020-01-29
Changes:

ath10k-ct: Support better RSSI measurements.

When used with recent firmware, these changes allow the driver to
query per-chain noise-floor from the radio to better calculate the
per-chain RSSI. The per-chain RSSI is then summed to provide the
'combined RSSI'. This gives better per-chain RSSI as well as combined
RSSI, especially when running with more than 20Mhz bandwidths.

Refresh patches.

Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>  [ipq806x+qca9984,ipq4019+qca9986]
Signed-off-by: Michael Yartys <michael.yartys@protonmail.com>
2020-02-13 17:45:46 +01:00
CN_SZTL
f7ae70316d
treewide: fix translation 2020-02-13 10:48:43 +08:00
CN_SZTL
79de383085
luci-app-ssr-plus: reduce code (#9) 2020-02-13 10:45:06 +08:00
ElonH
19b723934d
luci-app-dnspod: normalize translation and makefile (#7) 2020-02-13 10:43:47 +08:00
ElonH
9fc2a37e5b
luci-app-xlnetacc: translation and reduce code (#8) 2020-02-13 10:43:20 +08:00
CN_SZTL
d755a3c92b
v2ray-plugin: fix compile on mipsle 2020-02-13 08:12:49 +08:00
Jo-Philipp Wich
04069fde19 uhttpd: update to latest Git HEAD
2ee323c file: poke ustream after starting deferred program

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-12 18:01:13 +01:00
CN_SZTL
ca7370c336
luci-app-serverchan: bump to 1.33 2020-02-12 21:45:48 +08:00
CN_SZTL
5b1e4015bf
luci-app-passwall : update to 3.5.4 2020-02-12 21:44:59 +08:00
ElonH
a197c921f1 luci-app-ssr-plus: reduce code 2020-02-12 21:40:56 +08:00
CN_SZTL
8e9ec12f4d
npc:bump to v0.26.2 2020-02-12 21:35:43 +08:00
CN_SZTL
6e2171c66d
luci-app-docker: remove useless package 2020-02-12 20:45:08 +08:00
CN_SZTL
b0ca393af1
luci-app-dockerman: fix typo 2020-02-12 20:41:46 +08:00
CN_SZTL
a9bcc030f9
Merge Lean's source 2020-02-12 20:39:04 +08:00
ElonH
362b02d489
luci-app-airwhu: normalize makefile (#6) 2020-02-12 18:01:00 +08:00
CN_SZTL
9ead9ba504
qt5: add mirrors for mainland China user 2020-02-12 17:49:36 +08:00
CN_SZTL
ca56b05ce0
luci-app-dockerman: sync with upstream source 2020-02-12 12:34:58 +08:00
CN_SZTL
3b1955cca9
Merge Lean's source 2020-02-12 12:10:44 +08:00
Kevin Darbyshire-Bryant
dba431d8ab procd: seccomp: fix resource leak
Bump to latest commit:

c30b23e seccomp: fix resource leak

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-02-11 18:54:29 +00:00
CN_SZTL
f1aa67c8b6
Merge Lean's source 2020-02-12 00:02:41 +08:00
CN_SZTL
4f398d7d28
luci-app-passwall:bump to 3.5.3 2020-02-11 23:44:29 +08:00
CN_SZTL
06a4190ed2
luci-app-serverchan: bump to 1.30-42 2020-02-11 23:44:19 +08:00
CN_SZTL
7a5f40bf50
iptables: remove useless files 2020-02-11 23:00:31 +08:00
CN_SZTL
d3c476ed6b
luci-app-smartinfo: delete package 2020-02-11 20:42:12 +08:00
CN_SZTL
d52305cdfa
qntfs-driver: add package 2020-02-11 20:16:06 +08:00
CN_SZTL
24ab2dc8ab
treewide: fix translation 2020-02-11 20:14:18 +08:00
ElonH
556140356b
lean feeds: Normalize Translation (#5)
* lean feeds: Normalize Translation

* luci-app-nps: translation

* luci-app-xlnetacc: translation

* luci-app-nps: translation
2020-02-11 20:10:10 +08:00
CN_SZTL
00bcec4624
luci-app-verysync: fix button
Revert "luci-app-verysync: fix button"

This reverts commit c0e574c69b.
2020-02-11 20:01:06 +08:00
CN_SZTL
5e81dc9f02
luci-app-serverchan: bump to 1.29-42 2020-02-11 19:53:34 +08:00
CN_SZTL
84818d4cf1
OpenClash: bump to v0.36.5-beta 2020-02-11 19:53:29 +08:00
CN_SZTL
c7991e6084
luci-app-qbittorrent: use new tracker list url 2020-02-11 19:27:16 +08:00
CN_SZTL
d3d6c1f012
luci-app-appfilter: add missing file 2020-02-11 16:22:56 +08:00
CN_SZTL
d6ec89c426
luci-app-amule: fix init 2020-02-11 09:52:59 +08:00
CN_SZTL
e921293b03
luci-app-zerotier: fix init
luci-app-zerotier: fix init
2020-02-11 09:22:50 +08:00
CN_SZTL
045d0d7b00
syncthing: fix PKG_NAME 2020-02-11 08:05:35 +08:00
CN_SZTL
37ca937e78
curl: adjust setting 2020-02-10 22:53:40 +08:00
CN_SZTL
8880e029db
curl: use OpenSSL by default 2020-02-10 22:51:46 +08:00
CN_SZTL
af642fe04f
luci-app-openclash: fix translation 2020-02-10 22:43:01 +08:00
CN_SZTL
cd65baf6e3
luci-app-openclash: fix typo 2020-02-10 22:38:14 +08:00
CN_SZTL
89dc675477
luci-app-clash: fix typo 2020-02-10 21:44:32 +08:00
CN_SZTL
71d16fc3df
Merge Lean's source 2020-02-10 17:07:37 +08:00
CN_SZTL
95918b2125
UnblockNeteaseMusic-Go: bump to r35-07453d1 2020-02-10 15:32:51 +08:00
CN_SZTL
877cab1d93
AdGuardHome: bump to r1882-8086186 2020-02-10 15:32:11 +08:00
CN_SZTL
203f3c421d
luci-app-ssr-plus: fix translation file 2020-02-10 14:49:39 +08:00
ElonH
f2ab0da0e7 luci-app-ssr-plus: Normalize translation (#4) 2020-02-10 14:44:45 +08:00
CN_SZTL
606ccce594
luci-theme-argon: sync with upstream source 2020-02-10 14:39:33 +08:00
CN_SZTL
5f5accb101
luci-app-clash: bump to 1.5.5 2020-02-10 14:37:52 +08:00
CN_SZTL
6aacc89b34
passwall : Add ss plugin for subscription (Lienol#217) 2020-02-10 14:34:00 +08:00
CN_SZTL
e8e9785b43
OpenClash: sync with upstream source 2020-02-10 14:06:42 +08:00
CN_SZTL
65e0a694a0
luci-app-dockerman: bump to 0.2.1 2020-02-10 14:02:42 +08:00
CN_SZTL
02eb8aa7d7
luci-app-diskman: bump to v0.2.1 2020-02-10 14:00:58 +08:00
CN_SZTL
4d293f1b50
luci-app-rclone: bump to 1.0.12 2020-02-10 14:00:17 +08:00
CN_SZTL
59c93a9a9c
v2ray-plugin: bump to v1.3.0 2020-02-10 13:58:51 +08:00
CN_SZTL
472002f758
luci-app-unblockneteasemusic(-mini): sync with upstream source 2020-02-10 13:56:19 +08:00
CN_SZTL
3478fb8ec5
Merge Official Source 2020-02-10 13:47:32 +08:00
CN_SZTL
8b384d8083
treewide: fix translation files 2020-02-10 13:47:08 +08:00
CN_SZTL
c0e574c69b
luci-app-verysync: fix button 2020-02-10 13:33:16 +08:00
CN_SZTL
abc0efe0a8
default-settings: fix translation 2020-02-10 13:10:44 +08:00
CN_SZTL
7b96734546
treewide: fix translation files name 2020-02-10 13:06:06 +08:00
CN_SZTL
f5cb914f20
Revert Makefile changes
Revert "luci-app-brook: fix translation"

This reverts commit 3b46d0c997.

Revert "luci-app-ssr-plus: add title"

This reverts commit 3fdcd4a169.

Revert "luci-app-ssr-plus: fix translation"

This reverts commit 4a24a1cc21.
2020-02-10 13:03:47 +08:00
CN_SZTL
aba3d0c6df
luci-app-adguardhome: fix typo 2020-02-10 12:08:38 +08:00
Hans Dedecker
7df120b1b0 uci: fix PKG_SOURCE_VERSION value
Fixes PKG_SOURCE_VERSION value which was wrongly set in commit f6e07c8284

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-02-09 21:50:59 +01:00
Jason A. Donenfeld
cb17d7aed7 wireguard-tools: bump to 1.0.20200206
* wg-quick: android: split uids into multiple commands

Newer android's ndc implementations have limits on uid size, so we have to
break these into several lists.

* man: document dynamic debug trick for Linux

This comes up occasionally, so it may be useful to mention its
possibility in the man page. At least the Arch Linux and Ubuntu kernels
support dynamic debugging, so this advice will at least help somebody. So that
you don't have to go digging into the commit, this adds this helpful tidbit
to the man page for getting debug logs on Linux:

 # modprobe wireguard && echo module wireguard +p > /sys/kernel/debug/dynamic_debug/control

* extract-{handshakes,keys}: rework for upstream kernel

These tools will now use the source code from the running kernel instead of
from the old monolithic repo. Essential for the functioning of Wireshark.

* netlink: remove libmnl requirement

We no longer require libmnl. It turns out that inlining the small subset of
libmnl that we actually use results in a smaller binary than the overhead of
linking to the external library. And we intend to gradually morph this code
into something domain specific as a libwg emerges. Performance has also
increased, thanks to the inliner. On all platforms, wg(8) only needs a normal
libc. Compile time on my system is still less than one second. So all in all
we have: smaller binary, zero dependencies, faster performance.

Packagers should no longer have their wireguard-tools package depend on
libmnl.

* embeddable-wg-library: use newer string_list
* netlink: don't pretend that sysconf isn't a function

Small cleanups.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-02-09 21:25:51 +01:00
Hans Dedecker
39a49c2d6a procd: update to latest git HEAD
Fixes c0c988e179

bcb8655 instance: add 'requirejail' attribute

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-02-09 19:26:00 +01:00
CN_SZTL
53040106b1
luci-app-adguardhome: fix translation file name 2020-02-09 19:32:17 +08:00
CN_SZTL
3b46d0c997
luci-app-brook: fix translation 2020-02-09 02:18:17 +08:00
CN_SZTL
3fdcd4a169
luci-app-ssr-plus: add title 2020-02-09 02:14:47 +08:00
CN_SZTL
4a24a1cc21
luci-app-ssr-plus: fix translation
luci-app-ssr-plus: fix Makefile

luci-app-ssr-plus: fix typo

luci-app-ssr-plus: fix prerm
2020-02-09 02:08:09 +08:00
CN_SZTL
d73d9e96bc
cups: rollback to v2.1.4 2020-02-09 01:08:32 +08:00
CN_SZTL
56128dec5e
Revert "cups-bjnp: bump to 2.0.2"
This reverts commit a88151873b.
2020-02-09 01:01:31 +08:00
Sungbo Eo
757715c474 kernel: move b43 install function to broadcom.mk
Most of the broadcom packaging codes were moved to broadcom.mk in commit
7f984dab1c ("mac80211: move broadcom packaging code to broadcom.mk"),
but b43/install still remained. Move it now.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-02-08 17:58:38 +01:00
Sungbo Eo
9d03eede18 kernel: fix typos in KernelPackage description
Fixes: ed2839ac41 ("kernel/modules: add kmod-pmbus-zl6100 module")
Fixes: bbcb9de935 ("Add package for gpio rotary encoder")
Fixes: 7685458982 ("package/kernel: package kmod-input-matrixkmap")
Fixes: 8bfef35385 ("kernel: rename kmod-switch-rtl8366_smi to
       kmod-switch-rtl8366-smi to avoid underscores in package names")
Fixes: f03bf608b1 ("kernel: Add dummy sound driver")
Fixes: dda5d9b786 ("ramips: rename pwm kernel module")

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
2020-02-08 17:58:38 +01:00
CN_SZTL
e140505878
luci-app-k3screenctrl: fix typo 2020-02-09 00:16:55 +08:00
CN_SZTL
776aed8917
syncthing: rename to openwrt-syncthing 2020-02-08 23:57:43 +08:00
CN_SZTL
907b50eeb7
syncthing: bump to v1.3.4 2020-02-08 23:50:36 +08:00
CN_SZTL
0675fa3276
luci-app-verysync: delete useless file 2020-02-08 23:39:41 +08:00
CN_SZTL
c68cdf4dc6
Revert "luci-app-flowoffload: fix init"
This reverts commit 125646dd70.
2020-02-08 23:30:43 +08:00
CN_SZTL
d26b2cd700
Revert "default-settings: fix language setting"
This reverts commit 4cb1cc0dd6.
2020-02-08 23:24:00 +08:00
CN_SZTL
48a19b6625
kernel/iptables: add cgroup support 2020-02-08 22:09:11 +08:00
CN_SZTL
6e8d7616c6
luci-app-diskman: sync with upstream source 2020-02-08 21:48:45 +08:00
CN_SZTL
8357e60ea8
luci-app-dockerman: sync with upstream source 2020-02-08 21:47:19 +08:00
CN_SZTL
8ba015f959
luci-app-clash: bump to v1.5.3 2020-02-08 21:41:03 +08:00
CN_SZTL
453f2aaff2
luci-app-clash: sync with upstream source 2020-02-08 21:36:20 +08:00
CN_SZTL
ecf1a1f717
pfring: delete duplicate package 2020-02-08 21:32:14 +08:00
CN_SZTL
c80f3bab12
luci-app-frpc: rename to luci-app-frpclient 2020-02-08 21:23:38 +08:00
CN_SZTL
a88151873b
cups-bjnp: bump to 2.0.2 2020-02-08 20:27:45 +08:00
CN_SZTL
c35f618289
luci-app-ssr-plus: sync with upstream source 2020-02-08 20:25:34 +08:00
CN_SZTL
31d030caf4
cups: refresh download url 2020-02-08 20:20:20 +08:00
CN_SZTL
4ad21ab1a8
cups: fix conflict with official packages 2020-02-08 20:08:06 +08:00
CN_SZTL
9eb2906b6a
luci-app-clash: fix dependency 2020-02-08 19:50:17 +08:00
CN_SZTL
4cb1cc0dd6
default-settings: fix language setting 2020-02-08 19:34:01 +08:00
CN_SZTL
e0e2bf9a6a
package ctcgfw: update translation 2020-02-08 19:18:26 +08:00
ElonH
4ddefaaa9f 🌐 Normalize translation 2020-02-08 18:56:35 +08:00
Jo-Philipp Wich
766e778226 hostapd: remove erroneous $(space) redefinition
The $(space) definition in the hostapd Makefile ceased to work with
GNU Make 4.3 and later, leading to syntax errors in the generated
Kconfig files.

Drop the superfluous redefinition and reuse the working $(space)
declaration from rules.mk to fix this issue.

Fixes: GH#2713
Ref: https://github.com/openwrt/openwrt/pull/2713#issuecomment-583722469
Reported-by: Karel Kočí <cynerd@email.cz>
Suggested-by: Jonas Gorski <jonas.gorski@gmail.com>
Tested-by: Shaleen Jain <shaleen@jain.sh>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-08 11:45:33 +01:00
CN_SZTL
20098c62fc
board/k3: add new wifi driver 2020-02-08 18:17:19 +08:00
CN_SZTL
123401f23f
treewide: add mirrors for ChinaNet 2020-02-08 18:10:07 +08:00
CN_SZTL
2829c98d0d
luci-app-v2ray-server: fix typo 2020-02-08 17:21:29 +08:00
CN_SZTL
dc8f57a5d3
brook: bump to 20200201 2020-02-08 17:18:31 +08:00
CN_SZTL
955282ae0a
luci-app-flowoffload: fix init 2020-02-08 17:00:08 +08:00
CN_SZTL
8e9652d1ab
luci-app-flowoffload: fix init 2020-02-08 16:38:00 +08:00
CN_SZTL
d2ffb10867
luci-app-ssr-plus: delete refresh button 2020-02-08 04:20:20 +08:00
CN_SZTL
8d282af3db
luci-app-brook: fix translation 2020-02-08 03:58:38 +08:00
CN_SZTL
125646dd70
luci-app-flowoffload: fix init 2020-02-08 03:57:21 +08:00
CN_SZTL
00b6b2e28d
packages: sync with upstream source 2020-02-08 03:49:53 +08:00
CN_SZTL
8fc4d34e92
package lienol: remove useless themes 2020-02-08 03:46:14 +08:00
CN_SZTL
73ed153724
packages: fix Chinese translations 2020-02-08 03:27:39 +08:00
CN_SZTL
d4f607c933
packages: fix install translation files 2020-02-08 03:03:19 +08:00
CN_SZTL
2cfc707665
packages: fix Chinese translation
package lean: fix Chinese translation

package lienol: fix Chinese translation

package zxlhhyccc: fix Chinese translation

package ctcgfw: fix Chinese translation

package jsda: fix Chinese translation
2020-02-08 02:50:28 +08:00
CN_SZTL
a9107863a3
openwrt-kcptun: bump to 20200201 2020-02-07 22:12:59 +08:00
CN_SZTL
94655b05d3
package ctcgfw: sync 2020-02-07 22:10:39 +08:00
CN_SZTL
67beb7e967
Merge Official Source 2020-02-07 21:53:22 +08:00
Rafał Miłecki
aca274091a mac80211: brcm: backport remaining 5.6 kernel patches
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2020-02-06 11:36:15 +01:00
Jason A. Donenfeld
71de48bd37 wireguard: bump to 0.0.20200205
* compat: support building for RHEL-8.2
* compat: remove RHEL-7.6 workaround

Bleeding edge RHEL users should be content now (which includes the actual
RedHat employees I've been talking to about getting this into the RHEL kernel
itself). Also, we remove old hacks for versions we no longer support anyway.

* allowedips: remove previously added list item when OOM fail
* noise: reject peers with low order public keys

With this now being upstream, we benefit from increased fuzzing coverage of
the code, uncovering these two bugs.

* netns: ensure non-addition of peers with failed precomputation
* netns: tie socket waiting to target pid

An added test to our test suite for the above and a small fix for high-load CI
scenarios.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-02-05 21:56:02 +01:00
Jo-Philipp Wich
5f5ec7660c Revert "iwinfo: update to latest Git HEAD"
This reverts commit 96424c143d.

The commit changed libiwinfo's internal ABI which breaks a number of
downstream projects, including LuCI and rpcd-mod-iwinfo.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-02-05 15:31:39 +01:00
Kevin Darbyshire-Bryant
c0c988e179 procd: support 'requirejail' attribute
Bump procd package to reduce log spam related to missing jail binaries
in a non-jail capable system.

bcb8655 instance: add 'requirejail' attribute

An additional jail attribute 'requirejail' can now be used to indicate
mandatory use of a jailed environment and hence prevent process startup
in the event that the jail subsystem is unavailable.

Procd will now only log errors if jail is unavailable and 1) is a mandatory
requirement or 2) a procd debug level of at least 2 is in use.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-02-04 21:51:11 +00:00
David Bauer
96424c143d iwinfo: update to latest Git HEAD
eba5a20 iwinfo: add device id for BCM43602
a6914dc iwinfo: add BSS load element to scan result
bb21698 iwinfo: add device id for Atheros AR9287
7483398 iwinfo: add device id for MediaTek MT7615E

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-04 20:14:47 +01:00
Álvaro Fernández Rojas
953973c299 brcm2708-gpu-fw: update to latest firmware
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-02-04 19:02:20 +01:00
Michal Cieslakiewicz
a09408fa57 uboot-envtools: ath79: add Netgear WNDR3700v2
Add Netgear WNDR3700v2 to the list of supported boards.

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
[rebase, adjusted commit title]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-04 12:23:48 +01:00