10 lines
209 B
Bash
Raw Permalink Normal View History

2025-05-10 21:58:58 +08:00
#!/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"