Commit Graph

4229 Commits

Author SHA1 Message Date
CN_SZTL
af5cc73e79
Merge Lean's source 2020-03-17 20:40:55 +08:00
lean
5af6281bb9 bcm2711: add RPI_AXIPERF Symbol 2020-03-17 19:44:25 +08:00
lean
1daffbd5fb Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-03-17 19:40:53 +08:00
lean
eb2dd520c0 luci-app-adbyby-plus: update script to get rules 2020-03-17 19:40:41 +08:00
Max Zhao
0d87c13bec
luci-app-ssr-plus: fix dns2socks unavailable in gfw mode (#3849) 2020-03-17 18:48:28 +08:00
AmadeusGhost
b36b079134
Revert 'kernel: update 4.19 patch' (#3850) 2020-03-17 18:47:05 +08:00
lean
377a1217cb luci-app-ssr-plus: add Netflix ip custom list support 2020-03-17 18:10:20 +08:00
AmadeusGhost
ae2698ceb5 Merge Lean's source 2020-03-17 17:30:16 +08:00
lean
927f42be71 luci-app-ssr-plus: fix netflix mode 2020-03-17 17:30:15 +08:00
AmadeusGhost
2d7c8ec5d2 automount: remove kmod-usb-storage-uas due to broken xhci-mtk 2020-03-17 16:08:23 +08:00
lean
4c938e80e6 luci-app-ssr-plus: default select dns2socks 2020-03-17 15:34:57 +08:00
lean
b9d185bed2 luci-app-ssr-plus: fix Netflix running at "same" mode 2020-03-17 15:30:04 +08:00
lean
b7d8f6f1fd luci-app-ssr-plus: cleanup dnsmasq temp file 2020-03-17 15:18:29 +08:00
lean
4f676ca0bf luci-app-ssr-plus: open only one instantance when Netflix using the same server 2020-03-17 15:10:29 +08:00
lean
5f264a49cd luci-app-ssr-plus: add Netflix unlock trojan support 2020-03-17 13:53:25 +08:00
lean
36bfc0c2d9 luci-app-ssr-plus: add libuci-lua dependence 2020-03-17 11:29:05 +08:00
lean
bd763fb4fb luci-app-ssr-plus: fix Netflix unblock in GFWlist mode 2020-03-17 10:54:17 +08:00
lean
a19d43e071 luci-app-ssr-plus: fix v2ray Netflix unlock 2020-03-17 10:42:17 +08:00
lean
3d3a95e5b4 ramips: update mt7530 switch settings 2020-03-17 02:03:47 +08:00
lean
62eb2434f5 kernel: update v4.19 kernel config 2020-03-17 01:56:13 +08:00
lean
61b22a78b8 revert luci-app-dockerman 2020-03-17 01:52:10 +08:00
AmadeusGhost
a1807936af
ramips: add xiaomi_miwifi-r3 support (#3839)
* ramips: add xiaomi_miwifi-r3 support

Specification:
 - CPU: 580 MHz
 - Flash size: 128 MiB NAND
 - RAM size: 128 MiB DDR2
 - Wireless No1: SoC-integrated: MT7620A 2x2 MIMO 802.11b/g/n (2.4 GHz)
 - Wireless No2: On-board chip: MT7612E 2x2 MIMO 802.11a/n/ac (5 GHz)
 - Switch: MT7620 built-in 10/100 switch w/ vlan support
 - USB: 2.0 x1

Flash instructions:
 1. access ssh via https://wiki.openwrt.org/toh/xiaomi/mir3
 2. in ssh:
      nvram set flag_last_success=1
      nvram set boot_wait=on
      nvram set uart_en=1
      nvram commit
      mtd write lede-ramips-mt7620-miwifi-r3-squashfs-kernel1.bin kernel1
      mtd write lede-ramips-mt7620-miwifi-r3-squashfs-rootfs0.bin rootfs0
      reboot

If you want to revert back to stock fw while on LEDE:
  insert usb stick (FAT/FAT32) with stock fw renamed to miwifi.bin
  fw_setenv flag_last_success 0
  power off the device
  hold the reset button and power on the device, keep holding the reset button until yellow led starts blinking.

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

* ramips: add mt7620-nand driver for NAND flash

This add the mt7620-nand driver
and enable nand ubifs for subtarget mt7620

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-17 01:39:45 +08:00
Max Zhao
742415490e
luci-app-ssr-plus: improve the generation of shadowsocks configuration file (#3838) 2020-03-17 01:38:56 +08:00
lean
180d9be2de luci-app-ssr-plus: default value as same 2020-03-17 01:22:23 +08:00
lean
a331de62e6 luci-app-ssr-plus: add Netflix shunting mode for SS/SSR/V2 2020-03-16 23:49:17 +08:00
lean
ffda8423f9 luci-app-ssr-plus: deal with wrong node info 2020-03-16 21:50:49 +08:00
CN_SZTL
3a6f00340f
Merge Lean's source 2020-03-16 19:34:48 +08:00
Chen Minqiang
6a433f181b ramips: add mt7620-nand driver for NAND flash
This add the mt7620-nand driver
and enable nand ubifs for subtarget mt7620

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-16 19:29:52 +08:00
Chen Minqiang
ef26af2420 ramips: add xiaomi_miwifi-r3 support
Specification:
 - CPU: 580 MHz
 - Flash size: 128 MiB NAND
 - RAM size: 128 MiB DDR2
 - Wireless No1: SoC-integrated: MT7620A 2x2 MIMO 802.11b/g/n (2.4 GHz)
 - Wireless No2: On-board chip: MT7612E 2x2 MIMO 802.11a/n/ac (5 GHz)
 - Switch: MT7620 built-in 10/100 switch w/ vlan support
 - USB: 2.0 x1

Flash instructions:
 1. access ssh via https://wiki.openwrt.org/toh/xiaomi/mir3
 2. in ssh:
      nvram set flag_last_success=1
      nvram set boot_wait=on
      nvram set uart_en=1
      nvram commit
      mtd write lede-ramips-mt7620-miwifi-r3-squashfs-kernel1.bin kernel1
      mtd write lede-ramips-mt7620-miwifi-r3-squashfs-rootfs0.bin rootfs0
      reboot

If you want to revert back to stock fw while on LEDE:
  insert usb stick (FAT/FAT32) with stock fw renamed to miwifi.bin
  fw_setenv flag_last_success 0
  power off the device
  hold the reset button and power on the device, keep holding the reset button until yellow led starts blinking.

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-16 15:39:19 +08:00
Sungbo Eo
525c915c75 layerscape: add kmod-i2c-mux to DEVICE_PACKAGES for traverse-ls1043
kmod-i2c-mux-pca954x will not get into images unless kmod-i2c-mux is added to
DEVICE_PACKAGES as well.

Signed-off-by: Sungbo Eo <mans0n@gorani.run>
(cherry picked from commit dffbe668ab)
2020-03-16 15:28:18 +08:00
lean
87922d5874 luci-app-ssr-plus: subscribe UA change to chrome 44 2020-03-16 13:59:03 +08:00
lean
1b5a015c96 luci-app-ssr-plus: update cron sh 2020-03-16 13:53:28 +08:00
lean
c4d78537ee Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-03-16 09:51:00 +08:00
lean
f5c2ce1ffc luci-app-ssr-plus: add "apply" button and make switch flag selectable 2020-03-16 09:50:48 +08:00
CN_SZTL
6f4300185c
iptables: bump to 1.8.4 2020-03-16 03:51:07 +08:00
CN_SZTL
c9a42fe96e
odhcpd: update to latest git HEAD 2020-03-16 03:48:07 +08:00
CN_SZTL
5756f01e17
luci-app-passwall: sync with upstream source 2020-03-15 21:11:16 +08:00
CN_SZTL
3909d75e94
luci-app-smartdns: support force aaaa soa bind option 2020-03-15 20:44:44 +08:00
AmadeusGhost
f8d1eecc08
ramips: sync upstream source code (#3805) 2020-03-15 19:14:19 +08:00
CN_SZTL
93dad198a7
luci-app-vssr: sync with upstream source 2020-03-15 16:32:28 +08:00
CN_SZTL
1157c4fffb
ootoc: bump to v1.0.0 2020-03-15 16:31:57 +08:00
CN_SZTL
b6d7ac998b
luci-app-serverchan: bump to v1.43 2020-03-15 16:31:27 +08:00
CN_SZTL
6d33f0d6be
Merge Lean's source 2020-03-15 16:12:16 +08:00
AmadeusGhost
60326ac7de CM520-79F: add missing label 2020-03-15 15:39:41 +08:00
lean
500ca9c84e adbyby: update armv7 bin 2020-03-15 14:40:20 +08:00
lean
1e9e67e2c4 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-03-15 14:26:41 +08:00
lean
21d4809d79 ipq40xx: switch back to kernel 4.14 2020-03-15 14:26:30 +08:00
DreamWalkerXZ
e309a5ce1c
Add port 5222 to luci-app-ssr-plus' common mode (#3810)
5222 is the port that needed by Telegram(refer to https://core.telegram.org/mtproto/transports).
2020-03-15 14:13:03 +08:00
lean
cfc17ebb0e adbyby: add missing x86 32bit dependence 2020-03-15 14:10:48 +08:00
lean
cea8976c26 luci-app-ssr-plus: allowsecure when using h2+tls 2020-03-15 14:08:16 +08:00