1*4882a593Smuzhiyunconfig BR2_PACKAGE_USSP_PUSH 2*4882a593Smuzhiyun bool "ussp-push" 3*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # bluez5_utils 4*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libglib2 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, alsa-lib, libglib2 6*4882a593Smuzhiyun depends on BR2_USE_MMU # dbus 7*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 # bluez5_utils 8*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # bluez5_utils 9*4882a593Smuzhiyun select BR2_PACKAGE_OPENOBEX 10*4882a593Smuzhiyun select BR2_PACKAGE_BLUEZ5_UTILS 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun ussp-push is an OBEX object pusher for Linux, using the BlueZ 13*4882a593Smuzhiyun BlueTooth stack. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun http://www.xmailserver.org/ussp-push.html 16*4882a593Smuzhiyun 17*4882a593Smuzhiyuncomment "ussp-push needs a toolchain w/ wchar, threads, dynamic library, headers >= 3.4" 18*4882a593Smuzhiyun depends on BR2_USE_MMU 19*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_SYNC_4 20*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ 21*4882a593Smuzhiyun BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 22