mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
media: Oleg dropped his kernel-4.19 branch, so drop legacy from bananapir2pro, station-m2, station-p2
This commit is contained in:
@@ -3,7 +3,7 @@ BOARD_NAME="Banana Pi R2 Pro"
|
||||
BOARDFAMILY="media"
|
||||
BOARD_MAINTAINER=""
|
||||
BOOTCONFIG="bpi-r2pro-rk3568_defconfig"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3568-bpi-r2-pro.dtb"
|
||||
|
||||
@@ -3,7 +3,7 @@ BOARD_NAME="Station M2"
|
||||
BOARDFAMILY="media"
|
||||
BOARD_MAINTAINER="150balbes"
|
||||
BOOTCONFIG="firefly-m2-rk3568_defconfig"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3566-firefly-roc-pc.dtb"
|
||||
|
||||
@@ -3,7 +3,7 @@ BOARD_NAME="Station P2"
|
||||
BOARDFAMILY="media"
|
||||
BOARD_MAINTAINER="150balbes"
|
||||
BOOTCONFIG="firefly-p2-rk3568_defconfig"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
KERNEL_TARGET="current,edge"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_FDT_FILE="rockchip/rk3568-firefly-roc-pc.dtb"
|
||||
|
||||
@@ -36,23 +36,12 @@ case $BRANCH in
|
||||
legacy)
|
||||
KERNELDIR='linux-rockchip64'
|
||||
|
||||
if [[ $BOARD == station-p2 || $BOARD == station-m2 || $BOARD == bananapir2pro ]]; then
|
||||
KERNELSOURCE='https://github.com/150balbes/rockchip-kernel'
|
||||
declare -g KERNEL_MAJOR_MINOR="4.19" # Major and minor versions of this kernel.
|
||||
KERNELBRANCH='branch:kernel-4.19'
|
||||
KERNELPATCHDIR='station-p2-'$BRANCH
|
||||
LINUXFAMILY=station-p2
|
||||
LINUXCONFIG='linux-station-p2-'$BRANCH
|
||||
EXTRAWIFI="no"
|
||||
WIREGUARD="no"
|
||||
else
|
||||
KERNELSOURCE='https://github.com/150balbes/rockchip-kernel'
|
||||
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
|
||||
KERNELBRANCH='branch:kernel-5.10'
|
||||
LINUXFAMILY=media
|
||||
LINUXCONFIG='linux-media-'$BRANCH
|
||||
KERNELPATCHDIR='media-'$BRANCH
|
||||
fi
|
||||
KERNELSOURCE='https://github.com/150balbes/rockchip-kernel'
|
||||
declare -g KERNEL_MAJOR_MINOR="5.10" # Major and minor versions of this kernel.
|
||||
KERNELBRANCH='branch:kernel-5.10'
|
||||
LINUXFAMILY=media
|
||||
LINUXCONFIG='linux-media-'$BRANCH
|
||||
KERNELPATCHDIR='media-'$BRANCH
|
||||
;;
|
||||
|
||||
current)
|
||||
|
||||
Reference in New Issue
Block a user