xref: /OK3568_Linux_fs/device/rockchip/common/scripts/post-wifibt.sh (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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