station-p1: delete the redundant function.

This commit is contained in:
青菜萝 卜冬瓜 2025-04-14 09:55:21 +08:00 committed by Igor
parent def9e161c5
commit 49055f433d

View File

@ -18,7 +18,6 @@ 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/
cp -R $SRC/packages/blobs/station/firmware/* $SDCARD/lib/firmware/
return 0
}