mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
rockchip: Remove trace of legacy kernel in family config
The `legacy` kernel does not exist anymore.
This commit is contained in:
@@ -240,12 +240,6 @@ family_tweaks_bsp() {
|
||||
mkdir -p $destination/etc/initramfs-tools/hooks
|
||||
install -m 550 $SRC/packages/bsp/rockchip/ap6330-initramfs-firmware $destination/etc/initramfs-tools/hooks
|
||||
|
||||
# esp8089 wifi driver modprobe default configuration options, only for legacy kernel
|
||||
mkdir -p $destination/etc/modprobe.d
|
||||
if [[ "$BOOT_SOC" == "rk322x" && "$BRANCH" == "legacy" ]]; then
|
||||
cp $SRC/packages/bsp/rk322x/esp8089.conf $destination/etc/modprobe.d/esp8089.conf
|
||||
fi
|
||||
|
||||
# Board selection script, only for rk322x-box
|
||||
if [[ "$BOARD" == "rk322x-box" ]]; then
|
||||
install -m 755 $SRC/packages/bsp/rk322x/rk322x-config $destination/usr/sbin
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
KERNEL=="rkvdec", MODE="0660", GROUP="video"
|
||||
@@ -1 +0,0 @@
|
||||
options esp8089 config=crystal_26M_en=0
|
||||
Reference in New Issue
Block a user