Blame view

buildroot/buildroot-2016.08.1/package/fwup/Config.in 472 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  config BR2_PACKAGE_FWUP
  	bool "fwup"
  	depends on BR2_USE_MMU
  	depends on BR2_USE_WCHAR
  	select BR2_PACKAGE_LIBARCHIVE
  	# required by libarchive to include zip compression
  	select BR2_PACKAGE_ZLIB
  	select BR2_PACKAGE_LIBCONFUSE
  	select BR2_PACKAGE_LIBSODIUM
  	help
  	  Fwup is a scriptable embedded Linux firmware update creator
  	  and runner.
  
  	  https://github.com/fhunleth/fwup
  
  comment "fwup needs a toolchain w/ wchar"
  	depends on BR2_USE_MMU
  	depends on !BR2_USE_WCHAR