Commit Graph

46826 Commits

Author SHA1 Message Date
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
Chuanhong Guo
9c19c35d1e ath79: restore pin state on probe for ar934x-spi
If bootloader doesn't terminate its last spi operation properly
before starting kernel, our first transfer in kernel becomes a
continuous transfer to that request instead of a new one.
Fix this flaw by restoring IOC register, which restored all pin
state to default.

Fixes: ebf0d8dade ("ath79: add new ar934x spi driver")
Reported-by: Russell Senior <russell@personaltelco.net>
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-02-10 11:59:20 +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
Adrian Schmutzler
ceed4638f6 brcm63xx: apply updated compatibles for selecting board_info
When changing compatibles in e4ba8c8294 ("brcm63xx: use more systematic
names for image and DTS files"), I forgot to update them in kernel
patches as well. So, do it now.

Fixes: e4ba8c8294 ("brcm63xx: use more systematic names for image and DTS files")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-08 19:30:39 +01: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
Adrian Schmutzler
7f1ec1cc79 brcm63xx: be more specific about SOC names
This uses the specific SOC names for several devices where the
Chip ID was used incorrectly before.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-08 18:48:16 +01:00
Adrian Schmutzler
d0e8e6db6b brcm63xx: align DTS model with Makefile and compatible
Since the model string in DTS is not required to derive board name
anymore, we can now align it with the model name in Makefile and
the compatible.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-08 18:48:06 +01:00
Adrian Schmutzler
0a3350d908 brcm63xx: use compatible instead of manually setting board name
This patch removes the translation of device model name into a
board name in lib/brcm63xx.sh. The latter has been actually totally
useless as we have the compatible which can be used instead of
the board name (and actually is at other targets like ath79 or ramips).

The change requires updating the base-files with the new
identifiers based on compatible.

With all "board names" replaced by the compatible, we do not need
the old scripts to detect board name anymore and can also remove
the obsolete treatment of "legacy" devices without DTS, as there
are none of those left. So, this patch removes the target-specific
board detection and uses the standard procedure in
package/base-files/files/lib/preinit/02_sysinfo

This also fixes several cases where the board name was not set or
evaluated correctly:
- asmax,ar1004g in 02_network
- telsey,magic in 09_fix_crc/02_network
- brcm,bcm96338gw in 02_network
- brcm,bcm96338w in 02_network
- brcm,bcm96348gw in 02_network
- dynalink,rta1025w in 02_network
- huawei,echolife-hg520v in 02_network
- several cases in diag.sh

The following orphaned identifiers are removed from board.d files:
- dmv-s0

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-08 18:40:47 +01:00
Adrian Schmutzler
78b422ad79 brcm63xx: remove unneeded line break for DEVICE_PACKAGES
In brcm63xx image Makefile DEVICE_PACKAGE definitions are split
into multiple lines with no apparent need.

Merge them into one line to increase readability and maintainability.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-08 18:39:53 +01:00
Adrian Schmutzler
e4ba8c8294 brcm63xx: use more systematic names for image and DTS files
This changes brcm63xx target to achieve consistency between image
names, device nodes names, compatible, DTS name and device name
as much as possible. As with other targets, having consistent
names is supposed to make life easier for developers and reduces
the number of "variables" in the system. In particular, applying
the DTS scheme will make it easier to find the correct file and
architecture.

DTS files are named based on the increasingly common
soc-vendor-model scheme, using hyphens for separation as this seems
to be the kernel way. Since the compatible is not used at the
moment, I took the chance to also align them with this patch.

For the SOC, the already existing CFE_CHIP_ID can be exploiting
for all but two devices.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-02-08 18:39:28 +01: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