2a5d90a595
This patch introduces patches for the custom kernel, as it is currently used for the Radxa Rock 5B. The patches fix two gcc compiler warnings, which result in a build error, if the kernel is used with gcc version 12. Since also the code of custom board drivers for WiFi support is affected, and no fixes are provided by the vendor, the custom WiFi support is disabled. Signed-off-by: Kilian Zinnecker <kilian.zinnecker@mail.de> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
5 lines
161 B
Plaintext
5 lines
161 B
Plaintext
CONFIG_R8169=y
|
|
# Disable Rockchip specific WiFi drivers, as the kernel
|
|
# code cannot be build with GCC 12 due to several Werrors
|
|
# CONFIG_WL_ROCKCHIP is not set
|