Mieczyslaw Nalewaj
Mieczyslaw Nalewaj
Generate a "Pull request" for your changes (e.g. by editing target\linux\x86\64\config-6.6 directly on Github).
Paste the output of the command: mii-tool wan -v
And the same after running "ethtool -s wan speed 100 duplex full autoneg off"?
If you want to add migration usb2 > usb-2 & usb3 > usb-3, add it also for routers from my previous patch: ``` dlink,dir-867-a1|\ dlink,dir-878-a1|\ dlink,dir-878-r1|\ dlink,dir-882-a1|\ dlink,dir-1935-a1|\ dlink,dir-1960-a1) migrate_leds...
Let the changes remain, for this we also change "net" to "wan".
Migrations for wlans should be done similarly: **mt7620** for tplink,archer-c20-v1: blue:wlan2g -> blue:wlan-2ghz blue:wlan5g -> blue:wlan-5ghz for tplink,archer-c50-v1: green:wlan2g -> green:wlan-2ghz green:wlan5g -> green:wlan-5ghz **mt7621** for dlink,dir-3060-a1: white:wlan2g -> white:wlan-2ghz...
It should be OK.
> I feel function enumerator is not the correct way to handle this and also it would change the name causing problem to the user... > > I think we...
@raenye I thought about adding LED_FUNCTION_USB2 ans LED_FUNCTION_USB3 that is, there would be all three constants LED_FUNCTION_USB, LED_FUNCTION_USB2 and LED_FUNCTION_USB3. Like there are LED_FUNCTION_WLAN, LED_FUNCTION_WLAN_2GHZ and LED_FUNCTION_WLAN_5GHZ
x86/geode: Package kmod-drm-i915 is missing dependencies for the following libraries: intel-gtt.ko video.mk line 444: ``` DEPENDS:=@TARGET_x86 @DISPLAY_SUPPORT +kmod-backlight +kmod-drm-ttm \ ``` should be changed to ``` DEPENDS:=@TARGET_x86_64||TARGET_x86_generic||TARGET_x86_legacy \ @DISPLAY_SUPPORT +kmod-backlight...