10 lines
209 B
Bash
Executable File
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"
|