You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/boards/radxa-e54c.csc
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,6 @@ BOOT_SCENARIO="spl-blobs"
9
9
BOOT_SOC="rk3588"
10
10
IMAGE_PARTITION_TABLE="gpt"
11
11
12
-
13
-
# The kernel config hooks are always called twice, once without being in kernel directory and once with current directory being the kernel work directory.
14
-
# Enable the distributed switch architecture to expose the individual LAN and WAN interfaces.
15
-
function custom_kernel_config__radxa_e54c_enable_ethernet_switch_arch() {
16
-
if [[ ! -f .config ]]; then
17
-
# kernel_config_modifying_hashes is only needed during first call of this function to calculate kernel artifact version string. It serves no purpose whatsoever during second call.
0 commit comments