From 49055f433d4ec2d8f659c77eb9a779f002c03630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E8=8F=9C=E8=90=9D=20=E5=8D=9C=E5=86=AC=E7=93=9C?= Date: Mon, 14 Apr 2025 09:55:21 +0800 Subject: [PATCH] station-p1: delete the redundant function. --- config/boards/station-p1.csc | 1 - 1 file changed, 1 deletion(-) diff --git a/config/boards/station-p1.csc b/config/boards/station-p1.csc index 43fe9561da..9215d83947 100644 --- a/config/boards/station-p1.csc +++ b/config/boards/station-p1.csc @@ -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 }