station-p1: delete the redundant function.

This commit is contained in:
青菜萝 卜冬瓜
2025-04-14 10:15:21 +08:00
committed by Igor
parent f47934f327
commit 63362ec932

View File

@@ -13,11 +13,3 @@ BOOT_SCENARIO="tpl-spl-blob"
SRC_EXTLINUX="yes"
SRC_CMDLINE="console=ttyS2,1500000 console=tty0"
ASOUND_STATE="asound.state.station-p1"
function post_family_tweaks__station_p1() {
display_alert "$BOARD" "Installing board tweaks" "info"
cp -R $SRC/packages/blobs/rtl8723bt_fw/* $SDCARD/lib/firmware/rtl_bt/
return 0
}