Skip to content

Commit

Permalink
Edge2: drop 5.10 kernel support
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed Oct 30, 2024
1 parent ee19f69 commit fb34e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/boards/Edge2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
SUPPORTED_UBOOT=("2017.09" "mainline")
SUPPORTED_UBOOT_DESC=("U-boot 2017.09" "U-boot Mainline")
declare -A SUPPORTED_LINUX SUPPORTED_LINUX_DESC
SUPPORTED_LINUX["2017.09"]="5.10 6.1 mainline"
SUPPORTED_LINUX_DESC["2017.09"]="'Linux 5.10' 'Linux 6.1' 'Linux Mainline'"
SUPPORTED_LINUX["2017.09"]="6.1 mainline"
SUPPORTED_LINUX_DESC["2017.09"]="'Linux 6.1' 'Linux Mainline'"
SUPPORTED_LINUX["mainline"]="mainline"
SUPPORTED_LINUX_DESC["mainline"]="Linux Mainline"

Expand Down

0 comments on commit fb34e2a

Please sign in to comment.