Commit Graph

46926 Commits

Author SHA1 Message Date
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
CN_SZTL
596aef022a
include/target: add luci-proto-relay 2020-02-15 21:06:24 +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
1f3982b4ac
include/target: delete usless package 2020-02-15 01:13:48 +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
DENG Qingfang
8590e70fab ramips: fix HiWiFi HC5761A switch settings
HC5761A has only 2 LAN ports

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
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