Commit Graph

4397 Commits

Author SHA1 Message Date
ElonH
bbec2ebb54
mt76: refresh patches 2020-03-25 16:03:57 +08:00
Chuanhong Guo
41081ebbd0 mediatek: mt7629: fix ethernet default config
1. fix typo: ucidef_set_interfaces_wan -> ucidef_set_interface_wan
2. change board name to mt7629-rfb to match upstream dts

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-03-25 08:25:12 +08:00
AmadeusGhost
08d50a6bc3 kernel: iio.mk: add missing kernel modules
This commit fix:
  SPS30 particulate matter sensor (SPS30) [N/m/y/?] (NEW)
2020-03-25 08:15:20 +08:00
CN_SZTL
5dedb228aa
rtl8821cu: disable CONFIG_MP_VHT_HW_TX_MODE for ARM64
rtl8812au driver has some portions of code with floating point (only used when CONFIG_MP_VHT_HW_TX_MODE is enabled).
But on arm64 there are no support for soft floating-point and HW fp is disabled in kernel.
So the only way to disable CONFIG_MP_VHT_HW_TX_MODE functionality.

This fix project-openwrt/openwrt#53.
2020-03-25 06:06:18 +08:00
CN_SZTL
06621f5f41
rtl8821cu: bump to 5.8.1
TODO: project-openwrt/openwrt#53 is still broken.
2020-03-25 05:46:06 +08:00
Kevin Darbyshire-Bryant
94b182bb9a
build: prereq: tidy gcc version checks
There is a restriction in the number of parameters(10)  that may be passed to
the SetupHostCommand macro so continually adding explicit gcc'n' version
checks ends up breaking the compiler check for the later versions and
oddballs like Darwin as was done in 835d1c68a0 which added gcc10.

Drop all the explicitly specified gcc version checks.  If a suitable gcc
compiler is not found, it may be specified at the dependency checking
stage after which that version will be symlinked into the build staging
host directory.

eg. 'CC=gccfoo CXX=g++foo make prereq'

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Acked-by: Jo-Philipp Wich <jo@mein.io>
2020-03-25 04:14:16 +08:00
Kevin Darbyshire-Bryant
da66eee5f9
nftables: bump to 0.9.3
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-03-25 04:14:04 +08:00
CN_SZTL
f135232e2d
Merge Lean's source 2020-03-25 04:02:18 +08:00
lean
a59b400913 autocore:getcpu method change 2020-03-25 01:44:35 +08:00
lean
5c5f32c082 luci-app-ssr-plus: fix socks5 global server auto-start 2020-03-25 01:38:14 +08:00
CN_SZTL
c345d4bae7
luci-app-nft-qos: correct path to luci.mk (#3997) 2020-03-24 22:50:13 +08:00
CN_SZTL
903c22c2cc
verysync: rollback to 1.3.1 2020-03-24 22:28:16 +08:00
CN_SZTL
9a242ce509
syncthing: fixup version detection 2020-03-24 20:45:48 +08:00
CN_SZTL
9f28dde335
Merge branch 'dev' of github.com:project-openwrt/openwrt into dev 2020-03-24 20:21:17 +08:00
CN_SZTL
fbc565c228
Merge Lean's source 2020-03-24 20:20:12 +08:00
lean
0e5dade1d2 luci-app-zerotier: adjust boot order 2020-03-24 19:38:58 +08:00
AmadeusGhost
3dbae85e82 mac80211: brcm: backport remaining 5.6 kernel patches 2020-03-24 19:10:12 +08:00
lean
df4db2a4d7 luci-app-ssr-plus: adjust boot order 2020-03-24 18:52:41 +08:00
lean
f115df4a50 luci-app-adbyby-plus: fix auto adblock plus update 2020-03-24 18:47:22 +08:00
lean
83fe56c426 x86: remove core2 target 2020-03-24 18:38:45 +08:00
lean
b4eaefa54e libmnl: update ABI version 2020-03-24 18:24:26 +08:00
ioioioion
086e111978
add fetch depth (#3987)
remove `fatal: Invalid revision range` in CI log
2020-03-24 18:19:52 +08:00
Max Zhao
8b7e446504
luci-app-ssr-plus: add stop mode for netflix service (#3990)
* luci-app-ssr-plus: add stop mode for netflix service

* luci-app-ssr-plus: bump version 174.1

* luci-app-ssr-plus: use 'nil' value to replace empty value in stop mode
2020-03-24 18:19:21 +08:00
AmadeusGhost
a8be250ec6
verysync: rollback to 1.3.1 (#3985) 2020-03-24 17:50:19 +08:00
AmadeusGhost
5f65d13c03 simple-obfs: update to latest git head to fix build on gcc9 2020-03-24 16:39:40 +08:00
mjyhj
e2838160ab
verysync: bump to v1.3.5 (#3978)
* luci-app-diskman: Update Makefile

* verysync: bump to v1.3.5
2020-03-24 11:40:23 +08:00
Mattraks
5b7fec3ab6
luci-app-ssr-plus:Add gfwlist update URL (#3965) 2020-03-24 11:27:30 +08:00
CN_SZTL
d421f55572
syncthing: use go compiler 2020-03-24 05:52:51 +08:00
Robert Marko
35dff87f87
build: add GCC 10 version detection
Lets add GCC 10 detection to the build system as distributions like Fedora 32 have started shipping with it.
Some tools like mtd-utils need work to compile under GCC10, but that will be next step.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
2020-03-24 05:16:27 +08:00
Álvaro Fernández Rojas
94485f79ff
bcm27xx-userland: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-24 05:16:12 +08:00
Álvaro Fernández Rojas
2917fe705a
bcm27xx-gpu-fw: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-24 05:15:59 +08:00
CN_SZTL
5b8f34f5e8
OpenClash: sync with upstream source 2020-03-24 05:11:18 +08:00
CN_SZTL
5be197eb66
luci-app-serverchan: bump to v1.48 2020-03-24 05:10:49 +08:00
CN_SZTL
96008fc588
luci-app-passwall: update to 3.6-29 2020-03-24 05:10:24 +08:00
CN_SZTL
7758c8bb01
luci-app-vssr: sync with upstream source 2020-03-24 05:09:41 +08:00
CN_SZTL
c73762f9cd
Merge Lean's source 2020-03-24 04:47:40 +08:00
lean
9cbca25d79 kernel: revert kernel modules for rtl8152 based usb-to-ethernet converters 2020-03-24 01:14:10 +08:00
lean
19abf7c09e luci-app-ssr-plus: use icmp ping first, fallback to tcpping 2020-03-24 00:07:49 +08:00
lean
8ac78f3f51 luci-app-ssr-plus: enhance Netflix rules at "same" mode 2020-03-23 23:54:17 +08:00
AmadeusGhost
548d409854 ipq40xx/806x: add u9300 4G driver
From @ksong008 dalao
2020-03-23 23:32:19 +08:00
AmadeusGhost
b63e2effbd ipq806x: fix i2c support for m520
dmesg:
  [   15.868426] lm75 0-0048: hwmon0: sensor 'lm75'
  [   15.922580] Bluetooth: RFCOMM TTY layer initialized
  [   15.922610] Bluetooth: RFCOMM socket layer initialized
  [   15.926267] Bluetooth: RFCOMM ver 1.11
  [   15.939812] rtc-pcf8563 0-0051: rtc core: registered rtc-pcf8563 as
  rtc0

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-03-23 19:28:37 +08:00
z826540272
fb6ab3dc56
MT7621 disable switch EEE (#3963)
* revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control

revert: ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default
This revert c8f8e59
The TX/RX flow control is not the cause of the TX timeouts issue

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

* ramips: net/mediatek fix logical error

ramips: net/mediatek fix logical error

fe_empty_txd() should return `tx_ring_size - 1` on ring empty, and
return 0 on ring full.

* ramips: net/mediatek disable eee

ramips: net/mediatek disable eee

This disable eee for mt7530 ports, it causes the link down/up
issue, which happens when connecting to 100Mbit switch

Fixes: FS#1449

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-23 18:14:35 +08:00
Max Zhao
c3fc4a1795
trojan : update to 1.50.0 (#3962) 2020-03-23 18:12:57 +08:00
lwz322
5a6bc928e4
luci-app-frps: fix translation & (#3938)
bump 0.0.2_1 to 0.0.2_2
2020-03-23 17:21:27 +08:00
mjyhj
318f1657e6
Add luci-app-diskman (#3960) 2020-03-23 17:20:56 +08:00
Dekun Zhang
ec216e36f9
README.md: Optimize English version and code block (#3957) 2020-03-23 17:20:01 +08:00
lean
f34f8cfa80 README.md: add Yun Qia Rice 2020-03-23 14:37:37 +08:00
CN_SZTL
ca4a82b31a
Merge Lean's source 2020-03-23 12:09:22 +08:00
Mcxunyun666
37de3f0ce3
Create README.md (#3951)
* Create README.md
2020-03-23 11:55:43 +08:00
lean
8aabd4ef4f libnftnl: bump version 2020-03-23 11:23:46 +08:00