Skip to content

Commit

Permalink
rockchip: Remove trace of legacy kernel in family config
Browse files Browse the repository at this point in the history
The `legacy` kernel does not exist anymore.
  • Loading branch information
ColorfulRhino committed Jun 30, 2024
1 parent 0024d66 commit 4738bb4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions config/sources/families/rockchip.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion packages/bsp/rk322x/50-rkvdec.rules

This file was deleted.

1 change: 0 additions & 1 deletion packages/bsp/rk322x/esp8089.conf

This file was deleted.

0 comments on commit 4738bb4

Please sign in to comment.