hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
#
# Automatically generated file; DO NOT EDIT.
# Swupdate Configuration
#
CONFIG_HAVE_DOT_CONFIG=y
 
#
# Swupdate Settings
#
 
#
# General Configuration
#
# CONFIG_CURL is not set
# CONFIG_SYSTEMD is not set
CONFIG_SCRIPTS=y
# CONFIG_HW_COMPATIBILITY is not set
CONFIG_SW_VERSIONS_FILE="/etc/sw-versions"
 
#
# Socket Paths
#
CONFIG_SOCKET_CTRL_PATH="/tmp/sockinstctrl"
CONFIG_SOCKET_PROGRESS_PATH="/tmp/swupdateprog"
CONFIG_SOCKET_REMOTE_HANDLER_DIRECTORY="/tmp/"
 
#
# MTD support needs libmtd
#
 
#
# Lua support needs a Lua interpreter
#
# CONFIG_FEATURE_SYSLOG is not set
 
#
# Build Options
#
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
 
#
# U-Boot support needs libubootenv, libz
#
CONFIG_BOOTLOADER_NONE=y
# CONFIG_BOOTLOADER_GRUB is not set
 
#
# Image downloading support needs libcurl
#
 
#
# Hash verification needs libssl
#
 
#
# Image verification (signed images) needs libssl
#
 
#
# Image encryption needs libssl
#
# CONFIG_SURICATTA is not set
CONFIG_WEBSERVER=y
 
#
# Webserver Features
#
CONFIG_MONGOOSE=y
 
#
# Mongoose Feature
#
CONFIG_MONGOOSEIPV6=y
 
#
# SSL support needs libcrypto, libssl
#
 
#
# Archival Features
#
 
#
# gunzip support needs libz
#
 
#
# Parser Features
#
CONFIG_LIBCONFIG=y
CONFIG_PARSERROOT=""
 
#
# JSON config parser support needs json-c
#
# CONFIG_SETSWDESCRIPTION is not set
 
#
# Image Handlers
#
 
#
# ubivol support needs libubi
#
CONFIG_RAW=y
# CONFIG_SHELLSCRIPTHANDLER is not set
 
#
# archive support needs libarchive
#
 
#
# remote handler needs zeromq
#
 
#
# SWU forwarder requires libcurl
#
# CONFIG_BOOTLOADERHANDLER is not set