File tree 3 files changed +11
-3
lines changed
recipes-kernel/linux/Kconfigs
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ IMAGE_INSTALL_append = " wpa-supplicant"
48
48
49
49
# WiFi Module Laird Sterling-LWB5+ (Disable other WiFi modules because this module compiles a different cfg80211.ko)
50
50
IMAGE_INSTALL_append = " lwb5plus-sdio-div-firmware"
51
- IMAGE_INSTALL_append = " kernel-module-lwb5p-backports-laird "
51
+ IMAGE_INSTALL_append = " kernel-module-lwb5p-backports-summit "
52
52
IMAGE_FEATURES_remove = "tools-profile tools-debug tools-testapps"
53
53
# WiFi Module Archer T2UH
54
54
# IMAGE_INSTALL_append = " linux-firmware-mt7650"
Original file line number Diff line number Diff line change 1
1
CONFIG_MT76x0U =n
2
2
CONFIG_CFG80211 =n
3
-
4
3
CONFIG_MAC80211 =n
4
+
5
+ CONFIG_CRYPTO_ECDH =y
5
6
CONFIG_NETDEVICES =y
6
7
CONFIG_WLAN =y
7
8
CONFIG_WLAN_VENDOR_MEDIATEK =y
Original file line number Diff line number Diff line change @@ -11,7 +11,14 @@ do_install_append() {
11
11
install -m 0644 ${B} /.. /wl -reset . service ${D}${systemd_system_unitdir}
12
12
}
13
13
14
- # Failed attempt to add other wifi modules with the command below
14
+ # Add compatibility with kernel 5.10.201 in VLP v3.0.6
15
+ do_patch () {
16
+ if printf "%s\n%s" "${KERNEL_VERSION} " "5.10.188" | sort --version -sort --check = quiet ; then
17
+ rm ${S} /backport -include /linux /etherdevice . h
18
+ fi
19
+ }
20
+
21
+ # The line below is a failed attempt to add other wifi modules
15
22
# BACKPORTS_CONFIG = "defconfig-wifi"
16
23
17
24
# Uncomment the lines below for verbose kernel debug messages
You can’t perform that action at this time.
0 commit comments