Blame view

buildroot/buildroot-2016.08.1/package/python-pysmb/Config.in 550 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  config BR2_PACKAGE_PYTHON_PYSMB
  	bool "python-pysmb"
  	depends on BR2_INSTALL_LIBSTDCPP
  	select BR2_PACKAGE_PYTHON_PYASN
  	help
  	  pysmb is an experimental SMB/CIFS library written in Python.
  	  It implements the client-side SMB/CIFS protocol (SMB1 and SMB2)
  	  which allows your Python application to access and transfer files
  	  to/from SMB/CIFS shared folders like your Windows file sharing and
  	  Samba folders.
  
  	  https://miketeo.net/wp/index.php/projects/pysmb
  
  comment "python-pysmb needs a toolchain w/ C++"
  	depends on !BR2_INSTALL_LIBSTDCPP