Blame view

buildroot/buildroot-2016.08.1/package/swupdate/swupdate.config 1.12 KB
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  #
  # Automatically generated file; DO NOT EDIT.
  # Swupdate Configuration
  #
  CONFIG_HAVE_DOT_CONFIG=y
  
  #
  # Swupdate Settings
  #
  
  #
  # General Configuration
  #
  CONFIG_SCRIPTS=y
  # CONFIG_HW_COMPATIBILITY is not set
  CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
  # CONFIG_MTD is not set
  # CONFIG_LUA is not set
  # CONFIG_FEATURE_SYSLOG is not set
  
  #
  # Build Options
  #
  # CONFIG_STATIC is not set
  CONFIG_CROSS_COMPILE=""
  CONFIG_SYSROOT=""
  CONFIG_EXTRA_CFLAGS=""
  CONFIG_EXTRA_LDFLAGS=""
  CONFIG_EXTRA_LDLIBS=""
  
  #
  # Debugging Options
  #
  # CONFIG_DEBUG is not set
  # CONFIG_WERROR is not set
  # CONFIG_NOCLEANUP is not set
  # CONFIG_DOWNLOAD is not set
  # CONFIG_SIGNED_IMAGES is not set
  # CONFIG_SURICATTA is not set
  CONFIG_WEBSERVER=y
  
  #
  # Webserver Features
  #
  CONFIG_MONGOOSE=y
  
  #
  # Mongoose Feature
  #
  CONFIG_MONGOOSEIPV6=y
  # CONFIG_MONGOOSESSL is not set
  
  #
  # Archival Features
  #
  # CONFIG_GUNZIP is not set
  
  #
  # Parser Features
  #
  CONFIG_LIBCONFIG=y
  CONFIG_LIBCONFIGROOT=""
  # CONFIG_JSON is not set
  # CONFIG_SETSWDESCRIPTION is not set
  
  #
  # Image Handlers
  #
  CONFIG_RAW=y
  # CONFIG_SHELLSCRIPTHANDLER is not set
  # CONFIG_ARCHIVE is not set
  # CONFIG_UBOOT is not set