Mieczyslaw Nalewaj
Mieczyslaw Nalewaj
Still left in the configuration: # CONFIG_DRM_I915_GVT_KVMGT is not set
at91: refresh kernel-config sama7: Typo in description: `refreshed running make kernel_oldconfig CONFIG_TARGET=subtarge`. The letter 't' is missing.
Forum -> https://forum.openwrt.org
"cherry selected from commit" should be set only after merging the commit because its number will change.
> Out of curiosity: Does your trigger also register switched/offloaded traffic that does not pass the CPU? (traffic between LAN 1 and LAN 2 for example) I haven't tested it...
After the changes wlan 01_leds: `ucidef_set_led_switch "wlan" "wlan" "green:wlan" "netdev_wlan"` or `echo netwlan > /sys/class/leds/green:wlan/trigger` lan 01_leds: `ucidef_set_led_switch "lan" "lan" "green:lan" "netlan"` or `echo netlan > /sys/class/leds/green:lan/trigger` --- /etc/config/system: ```...
I created these modules for the cases I mentioned at the beginning. They seemed the most typical to me. Both control the LEDs in different ways. The LAN module works...
The need for such modules has been present for years, I wonder why no one has created them yet.
After the changes wlan 01_leds: `ucidef_set_led_switch "wlan" "wlan" "green:wlan" "netwlan"` or `echo netwlan > /sys/class/leds/green:wlan/trigger` lan 01_leds: `ucidef_set_led_switch "lan" "lan" "green:lan" "netlan"` or `echo netlan > /sys/class/leds/green:lan/trigger` --- /etc/config/system: ```...
I've noticed that when I switch the LED control from phy1tpt to netwlan, I get faster Wi-Fi 2.4GHz speeds (from 68Mbps to 85Mbps). This is likely due to the lower...