forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: iwinfo: add hardware id for MT7922 devices support Revert "x86: fix Bintel's ZHITAI Ti Plus 5000 fw bug" ipq807x: disable br-nf after qca-nss-ecm start (coolsnowwolf#10488) x86: fix Bintel's ZHITAI Ti Plus 5000 fw bug rockchip: 5.15: add missing kernel config generic: 5.15: add missing PAGE_POOL_STATS config kernel: add CONFIG_NVMEM_U_BOOT_ENV symbol to configs
- Loading branch information
Showing
6 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
package/network/utils/iwinfo/patches/002-devices-add-MediaTek-MT7922-device-id.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- a/hardware.txt | ||
+++ b/hardware.txt | ||
@@ -225,5 +225,6 @@ | ||
0x14c3 0x7650 0x14c3 0x7650 0 0 "MediaTek" "MT7610E" | ||
0x14c3 0x7662 0x14c3 0x7662 0 0 "MediaTek" "MT76x2E" | ||
0x14c3 0x7915 0x14c3 0x7915 0 0 "MediaTek" "MT7915E" | ||
+0x14c3 0x7922 0x1A3B 0x5300 0 0 "MediaTek" "MT7922" | ||
0x14e4 0xaa52 0x14e4 0xaa52 0 0 "Broadcom" "BCM43602" | ||
0x1ae9 0x0310 0x1ae9 0x0000 0 0 "Wilocity" "Wil6210" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
target/linux/ipq807x/base-files/etc/sysctl.d/99-bridge-nf-call.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# disable bridge netfilter module | ||
|
||
net.bridge.bridge-nf-call-arptables=0 | ||
net.bridge.bridge-nf-call-iptables=0 | ||
net.bridge.bridge-nf-call-ip6tables=0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters