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