Skip to content

Commit

Permalink
buildroot configs: add bt transfer tools support
Browse files Browse the repository at this point in the history
add bt transfer tools support

Signed-off-by: Ziv Xu <[email protected]>
  • Loading branch information
Zivxu authored and andyhu-stf committed Mar 13, 2024
1 parent a0401ae commit 9d10e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/buildroot_initramfs_config
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ BR2_PACKAGE_HOST_GDB=y
BR2_PACKAGE_HOST_GDB_TUI=y
BR2_PACKAGE_HOST_GDB_PYTHON3=y
BR2_PACKAGE_HOST_GDB_SIM=y
BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_TARGET_GENERIC_ROOT_PASSWD="starfive"
BR2_SYSTEM_DHCP="eth0"
Expand Down Expand Up @@ -192,6 +193,7 @@ BR2_PACKAGE_LIBCURL_CURL=y
BR2_PACKAGE_LIBCURL_VERBOSE=y
BR2_PACKAGE_LIBCAP=y
BR2_PACKAGE_LIBCAP_TOOLS=y
BR2_PACKAGE_BLUEZ_TOOLS=y
BR2_PACKAGE_BLUEZ5_UTILS_OBEX=y
BR2_PACKAGE_BLUEZ5_UTILS_CLIENT=y
BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED=y
Expand Down
1 change: 1 addition & 0 deletions conf/buildroot_rootfs_config
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ BR2_PACKAGE_LIBCURL_VERBOSE=y
BR2_PACKAGE_LIBCAP=y
BR2_PACKAGE_LIBCAP_TOOLS=y
BR2_PACKAGE_MSMTP=y
BR2_PACKAGE_BLUEZ_TOOLS=y
BR2_PACKAGE_BLUEZ5_UTILS_OBEX=y
BR2_PACKAGE_BLUEZ5_UTILS_CLIENT=y
BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED=y
Expand Down

0 comments on commit 9d10e6b

Please sign in to comment.