Commit Graph

3964 Commits

Author SHA1 Message Date
Rui Salvaterra
72dfb98714 zram-swap: init: replace backticks with $()
This replaces deprecated backticks by more versatile $(...) syntax.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
[add commit description]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-01 12:15:48 +08:00
Rui Salvaterra
4ec4754aa7 dropbear: init: replace backticks with $()
This replaces deprecated backticks by more versatile $(...) syntax.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
[add commit description]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-01 12:10:50 +08:00
ElonH
5a4833fdee
feat(fuse): add dependence of fuse-utils
Rclone can mount cloud storage by fuse-utils
2020-06-29 23:49:53 +08:00
CN_SZTL
5b31a2d828
qBittorrent-Enhanced-Edition: bump to 4.2.5.12 2020-06-29 23:35:43 +08:00
ElonH
22f34fb89b
luci-app-rclone: fixed dependences 2020-06-29 23:20:54 +08:00
AmadeusGhost
9bfbdcb765 Merge Lean's source 2020-06-28 17:50:37 +08:00
coolsnowwolf
32c6e61376
Merge pull request #4743 from dingpengyu/zh_CN
fix lede zh-cn.po
2020-06-28 16:14:48 +08:00
Huangbin Zhan
32bf94b526 logger: enable alternatives support
Avoid conflict with busybox

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-27 12:29:52 +08:00
Florian Eckert
6c89a15797 kernel: add gpio-amd-fch module description
Add a module description for the new gpio-amd-fch device driver.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-27 12:26:01 +08:00
Florian Eckert
30f885d97a kernel/leds-apu2: remove deprecated leds-apu2 driver
Remove leds-apu2 out of tree driver. There is a new upstream device gpio
and leds driver stack available for the APUv2 and APUv3 boards from pc
egnines. This new driver stack was add in kernel version 4.15.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-06-27 12:25:29 +08:00
AmadeusGhost
de17fbb2c8 rtl88x2bu: update to latest version 2020-06-27 11:30:18 +08:00
AmadeusGhost
dd7e76ebef rtl8821cu: fix probe on arm 2020-06-26 18:06:04 +08:00
AmadeusGhost
feefba695e
minieap: correct SUBMENU 2020-06-25 23:32:24 +08:00
doveki
0d171461ff ramips: mt7621: add support for Xiaomi Mi Router 4 2020-06-25 20:54:14 +08:00
coolsnowwolf
fc0f1ec5c5
Merge pull request #4867 from ricksuzade-maker/patch-1
Bump wireguard to 1.0.20200623
2020-06-25 15:38:43 +08:00
coolsnowwolf
fdc2fee363
Merge pull request #4868 from smallprogram/patch-1
update v2ray version to 4.25.1
2020-06-25 15:38:25 +08:00
coolsnowwolf
a780c6257d
Merge pull request #4866 from goldkeyber112/master
add RTL8125B(S) 2.5G support
2020-06-25 15:38:09 +08:00
coolsnowwolf
b499b71dd1
Merge pull request #4870 from AmadeusGhost/amend
ramips: add support for Xiaomi R2100 (Black)
2020-06-25 15:37:43 +08:00
Hans Dedecker
57d8f8382f dropbear: fix compilation for uClibc
Backport patches which fix compile issue for uClibc-ng :

dbrandom.c:174:8: warning: implicit declaration of function 'getrandom'; did you mean 'genrandom'? [-Wimplicit-function-declaration]
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
        ^~~~~~~~~
        genrandom
dbrandom.c:174:36: error: 'GRND_NONBLOCK' undeclared (first use in this function); did you mean 'SOCK_NONBLOCK'?
  ret = getrandom(buf, sizeof(buf), GRND_NONBLOCK);
                                    ^~~~~~~~~~~~~
                                    SOCK_NONBLOCK

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-06-25 12:01:46 +08:00
CN_SZTL
0eb83d4f37
redsocks2: drop duplicate package 2020-06-24 19:33:25 +08:00
CN_SZTL
811bac1e22
luci-app-clash: sync with upstream source 2020-06-24 18:49:01 +08:00
CN_SZTL
1670c00a2c
luci-app-rclone: sync with upstream source 2020-06-24 18:48:30 +08:00
CN_SZTL
97664c8564
OpenAppFilter: sync with upstream source 2020-06-24 18:46:38 +08:00
CN_SZTL
70c665d28b
v2ray: bump to 4.25.1 2020-06-24 18:23:50 +08:00
Jason A. Donenfeld
455ef7e458 wireguard: bump to 1.0.20200623
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-06-24 18:05:50 +08:00
Catalin Patulea
1b9a3ef569 libnetfilter-queue: fix package title and description
The original text was copy/pasted from some other package.
Adjust the package title and description to match the description
on the publishers page.

Signed-off-by: Catalin Patulea <catalinp@google.com>
[slightly adjust content and commit message]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-06-24 12:03:50 +08:00
zhusir
fc6930876d
update v2ray version to 4.25.1 2020-06-24 09:11:10 +08:00
ricksuzade-maker
c6bb4b7e88
Bump wireguard to 1.0.20200623
Bump wireguard to the newest version
2020-06-24 08:51:46 +08:00
goldkeyber112
f3225f6770 bump to 9.003.05
add RTL8125B(S) support
2020-06-24 05:25:15 +08:00
AmadeusGhost
4cf0a1154f Merge Lean's source 2020-06-23 18:36:07 +08:00
coolsnowwolf
d9dc1d4605
Merge pull request #4840 from AmadeusGhost/modified
r8168: Cancel default selection
2020-06-23 15:55:41 +08:00
AmadeusGhost
e0305c807a r8168: cancel default selection 2020-06-23 10:45:16 +08:00
coolsnowwolf
0f7ae686e5 fix uci bug which involed in 0326b4 2020-06-23 10:16:52 +08:00
dingpengyu
3fb5845276
Merge branch 'master' into zh_CN 2020-06-23 10:04:08 +08:00
coolsnowwolf
d72f523497 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-06-22 18:27:37 +08:00
coolsnowwolf
663762352a add gmrender-resurrect UPNP render for media content (audio, video and images) 2020-06-22 18:27:23 +08:00
Konstantin Demin
e0b4a9577a dropbear: bump to 2020.79
- drop patches (applied upstream):
  * 010-backport-change-address-logging.patch
  * 020-backport-ed25519-support.patch
  * 021-backport-chacha20-poly1305-support.patch
- backport patches:
  * 010-backport-disable-toom-and-karatsuba.patch:
    reduce dropbear binary size (about ~8Kb).
- refresh patches.
- don't bother anymore with following config options
  because they are disabled in upstream too:
  * DROPBEAR_3DES
  * DROPBEAR_ENABLE_CBC_MODE
  * DROPBEAR_SHA1_96_HMAC
- explicitly disable DO_MOTD as it was before commit a1099ed:
  upstream has (accidentally) switched it to 0 in release 2019.77,
  but reverted back in release 2020.79.

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
2020-06-22 18:05:47 +08:00
coolsnowwolf
c0326b44af
Merge pull request #4839 from BoBppy/master
fix build with GCC10
2020-06-22 12:25:46 +08:00
coolsnowwolf
7c4258284b
Merge pull request #4846 from goomadao/fix-ACL
Add ACL file to luci-app-frps
2020-06-22 01:46:23 +08:00
coolsnowwolf
9915faa78b
Merge pull request #4844 from accors/master
Update v2ray version to 4.25.0
2020-06-22 01:46:03 +08:00
Xiaok
bd29eb1a35 npc: bump version to v0.26.8 2020-06-21 16:17:49 +08:00
AmadeusGhost
5240af2247 ramips: add support for Xiaomi R2100 (Black) 2020-06-21 16:09:39 +08:00
CN_SZTL
5c5730a7be
OpenClash: bump to 0.39.2-beta 2020-06-21 00:29:18 +08:00
CN_SZTL
616923eb2c
v2ray-plugin: drop submenu 2020-06-20 23:25:06 +08:00
CN_SZTL
2688b4781f
smartdns: bump to latest git HEAD 2020-06-20 22:49:59 +08:00
CN_SZTL
d6c7bff4e4
luci-app-clash: sync with upstream source 2020-06-20 18:17:23 +08:00
CN_SZTL
32cda4b63d
r8168: bump to 8.048.03 2020-06-20 18:14:35 +08:00
CN_SZTL
e2063a2798
OpenAppFilter: sync with upstream source 2020-06-20 18:12:25 +08:00
madao
617e7f9918 Add ACL file 2020-06-20 16:16:43 +08:00
ElonH
1be68f5d62
webdav-hacdias: A powerful WebDav server written in Golang
https://github.com/project-openwrt/openwrt/issues/157

pass compilation on x86_64 and mipsel_24kc
pass test on x86_64
2020-06-20 16:12:46 +08:00