Open
Conversation
- drop tx qdisc - implement rx GRO support Signed-off-by: Felix Fietkau <nbd@nbd.name>
Modernize the target slightly to use kernel+dtb FIT images in all subtargets. LZMA compression will be used for the cortexa53 devices, and we'll stay conservative and use gzip for the cortexa7/a8 devices due to performance differences. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Rename jffs2reset to factoryreset. Convert all scripts to using the new command line. Print a deprecation notice when jffs2reset is invoked. Signed-off-by: John Crispin <john@phrozen.org>
Many x86 machines can boot from SD cards, and some embedded x86 devices come with an eMMC. Include drivers for all common MMC/SDHCI controllers to allow booting from SD/MMC on x86. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: John Audia <therealgraysky@proton.me> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
All other patches automatically rebased. Fixes: #13686 Signed-off-by: John Audia <therealgraysky@proton.me> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Backport a patch from upstream kernel 6.17-rc4 which fixes a regression introduced in the latest stable kernel versions. This is already in the Linus stable queues for the next minor kernel updates. Reported-by: Goetz Goerisch <ggoerisch@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hardware specification: SoC: MediaTek MT7987A 4x A53 Flash: 512 MB SPI-NAND RAM: 512MB DDR4 Ethernet: 2x 2.5GbE (built-in + RTL8221B) WiFi: MediaTek MT7990 USB: 1x USB 3.0 port Button: Mode, Reset Power: Type-C PD 5/9/12V Flash instructions: 1. Power on the device with 'reset' key pressed for 5s 2. Set static IP on your PC: IP 192.168.1.10/24, GW 192.168.1.1 3. Visit http://192.168.1.1 and upload sysupgrade.bin
a665659dee50 wifi: mt76: fix beacon monitor for MBSSID nontransmitted BSS 1b26f5f63d42 wifi: mt76: mt7996: Decrement sta counter removing the link in mt7996_mac_reset_sta_iter() 0c1dedac48c3 wifi: mt76: mt7996: Switch deflink to seclink only if link lookup does not fail 7fa21be01b97 wifi: mt76: mt7996: Rely on msta_link link_id in mt7996_vif_link_remove() 492a407111c3 wifi: mt76: mt7996: Account active links in valid_links fields ade83e44eda0 wifi: mt76: mt7996: Move mlink deallocation in mt7996_vif_link_remove() efebeea5c058 wifi: mt76: mt7996: Destroy vif active links in mt7996_remove_interface() a4c790aef40d wifi: mt76: mt7996: Add mcu APIs to enable/disable vif links. 018f60316d4d wifi: mt76: mt7996: Destroy active sta links in mt7996_mac_sta_remove()
Replace the deprecated EXTRA_CFLAGS with ccflags-y so that the -DCONFIG_MT76_LEDS define is applied correctly by the kernel build system. EXTRA_CFLAGS is no longer honored by recent kbuilds[1]; ccflags-y is the supported variable and works on kernels 6.12 and 6.18. 1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.18.20&id=f77bf01425b11947eeb3b5b54685212c302741b8
f5dd57a84cc3 nl80211: fix 5Ghz frequency calculations
CONFIG_TOOLS_SUPPORT_RELR is set during runtime by the kernel so it should not end up in our static configs. So, filter it out by default. Signed-off-by: Robert Marko <robimarko@gmail.com>
Fix a long standing bug in the mediatek-cci-devfreq driver which leads to the driver switching off the CPU power regulator in case of another resource not being ready in time -- a classic probe-order race condition. As a work-around it would of course just as well be possible to set the CPU regulator as 'regulator-always-on' (and not just 'regulator-boot-on'), but practically all MT7988 devices have copy&pasted the PMIC device tree hunk which sets only 'regulator-boot-on'). Hence, in order not having to fix all device trees, a proper fix in the driver is preferred. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request 规则,创建时请删除