2025-05-10 21:49:39 +08:00

10 lines
209 B
Bash
Executable File

#!/bin/bash -e
POST_ROOTFS_ONLY=1
source "${POST_HELPER:-$(dirname "$(realpath "$0")")/../post-hooks/post-helper}"
echo "Building Wifi/BT module and firmwares..."
"$SCRIPTS_DIR/mk-wifibt.sh" "$TARGET_DIR"