testing_52
52
This commit is contained in:
parent
7257b12d0a
commit
ab22e90ead
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -103,16 +103,8 @@ node('test')
|
||||
|
||||
stage('build')
|
||||
{
|
||||
//step
|
||||
//{
|
||||
sh label: 'copy_config', script: 'cp ' + config_path + 'tl_wr841_v11_config ' + git_folder + '/.config'
|
||||
sh label: 'copy_config', script: 'cp ' + config_path + 'tl_wr841_config ' + git_folder + '/.config'
|
||||
sh label: 'build_v11', script: 'cd ' + git_folder + '; make defconfig; make -j$((`nproc` + 1))'
|
||||
//}
|
||||
//step
|
||||
//{
|
||||
sh label: 'copy_config', script: 'cp ' + config_path + 'tl_wr841_v12_config ' + git_folder + '/.config'
|
||||
sh label: 'build_v12', script: 'cd ' + git_folder + '; make defconfig; make -j$((`nproc` + 1))'
|
||||
//}
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
CONFIG_TARGET_ath79=y
|
||||
CONFIG_TARGET_ath79_tiny=y
|
||||
CONFIG_TARGET_ath79_tiny_DEVICE_tplink_tl-wr841-v11=y
|
||||
CONFIG_TARGET_MULTI_PROFILE=y
|
||||
CONFIG_TARGET_DEVICE_ath79_tiny_DEVICE_tplink_tl-wr841-v11=y
|
||||
CONFIG_TARGET_DEVICE_ath79_tiny_DEVICE_tplink_tl-wr841-v12=y
|
||||
CONFIG_LIBCURL_COOKIES=y
|
||||
CONFIG_LIBCURL_FILE=y
|
||||
CONFIG_LIBCURL_FTP=y
|
||||
@ -8,6 +10,8 @@ CONFIG_LIBCURL_HTTP=y
|
||||
CONFIG_LIBCURL_MBEDTLS=y
|
||||
CONFIG_LIBCURL_NO_SMB="!"
|
||||
CONFIG_LIBCURL_PROXY=y
|
||||
CONFIG_MODEMMANAGER_WITH_MBIM=y
|
||||
CONFIG_MODEMMANAGER_WITH_QMI=y
|
||||
CONFIG_NGINX_HEADERS_MORE=y
|
||||
CONFIG_NGINX_HTTP_ACCESS=y
|
||||
CONFIG_NGINX_HTTP_AUTH_BASIC=y
|
||||
@ -56,6 +60,7 @@ CONFIG_PACKAGE_avahi-dbus-daemon=m
|
||||
CONFIG_PACKAGE_ca-bundle=m
|
||||
CONFIG_PACKAGE_cgi-io=y
|
||||
CONFIG_PACKAGE_dbus=m
|
||||
CONFIG_PACKAGE_etherwake=m
|
||||
CONFIG_PACKAGE_glib2=m
|
||||
CONFIG_PACKAGE_htop=m
|
||||
CONFIG_PACKAGE_ip-tiny=m
|
||||
@ -78,13 +83,18 @@ CONFIG_PACKAGE_libcurl=m
|
||||
CONFIG_PACKAGE_libdaemon=m
|
||||
CONFIG_PACKAGE_libdbi=m
|
||||
CONFIG_PACKAGE_libdbus=m
|
||||
CONFIG_PACKAGE_libestr=m
|
||||
CONFIG_PACKAGE_libexpat=m
|
||||
CONFIG_PACKAGE_libfastjson=m
|
||||
CONFIG_PACKAGE_libffi=m
|
||||
CONFIG_PACKAGE_libgd=m
|
||||
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||
CONFIG_PACKAGE_libjpeg-turbo=m
|
||||
CONFIG_PACKAGE_liblua=y
|
||||
CONFIG_PACKAGE_liblucihttp=y
|
||||
CONFIG_PACKAGE_liblucihttp-lua=y
|
||||
CONFIG_PACKAGE_libmbedtls=m
|
||||
CONFIG_PACKAGE_libmbim=m
|
||||
CONFIG_PACKAGE_libncurses=m
|
||||
CONFIG_PACKAGE_libnetsnmp=m
|
||||
CONFIG_PACKAGE_libopenssl=m
|
||||
@ -93,22 +103,32 @@ CONFIG_PACKAGE_libpam=m
|
||||
CONFIG_PACKAGE_libpcap=m
|
||||
CONFIG_PACKAGE_libpci=m
|
||||
CONFIG_PACKAGE_libpcre=m
|
||||
CONFIG_PACKAGE_libpng=m
|
||||
CONFIG_PACKAGE_libqmi=m
|
||||
CONFIG_PACKAGE_librt=m
|
||||
CONFIG_PACKAGE_libsqlite3=m
|
||||
CONFIG_PACKAGE_libstdcpp=m
|
||||
CONFIG_PACKAGE_libubus-lua=y
|
||||
CONFIG_PACKAGE_libuci-lua=m
|
||||
CONFIG_PACKAGE_libustream-mbedtls=m
|
||||
CONFIG_PACKAGE_libustream-openssl=m
|
||||
CONFIG_PACKAGE_libuuid=m
|
||||
CONFIG_PACKAGE_libwebp=m
|
||||
CONFIG_PACKAGE_libwolfssl=m
|
||||
CONFIG_PACKAGE_lua=y
|
||||
CONFIG_PACKAGE_luci=y
|
||||
CONFIG_PACKAGE_luci-app-firewall=y
|
||||
CONFIG_PACKAGE_luci-app-hnet=m
|
||||
CONFIG_PACKAGE_luci-app-meshwizard=m
|
||||
CONFIG_PACKAGE_luci-app-opkg=y
|
||||
CONFIG_PACKAGE_luci-app-snmpd=m
|
||||
CONFIG_PACKAGE_luci-app-vnstat=m
|
||||
CONFIG_PACKAGE_luci-app-vnstat2=m
|
||||
CONFIG_PACKAGE_luci-app-wifischedule=y
|
||||
CONFIG_PACKAGE_luci-app-wireguard=m
|
||||
CONFIG_PACKAGE_luci-app-wol=m
|
||||
CONFIG_PACKAGE_luci-base=y
|
||||
CONFIG_PACKAGE_luci-compat=m
|
||||
CONFIG_PACKAGE_luci-compat=y
|
||||
CONFIG_PACKAGE_luci-lib-base=y
|
||||
CONFIG_PACKAGE_luci-lib-ip=y
|
||||
CONFIG_PACKAGE_luci-lib-jsonc=y
|
||||
@ -120,7 +140,9 @@ CONFIG_PACKAGE_luci-mod-system=y
|
||||
CONFIG_PACKAGE_luci-nginx=m
|
||||
CONFIG_PACKAGE_luci-proto-bonding=m
|
||||
CONFIG_PACKAGE_luci-proto-ipv6=y
|
||||
CONFIG_PACKAGE_luci-proto-modemmanager=m
|
||||
CONFIG_PACKAGE_luci-proto-ppp=y
|
||||
CONFIG_PACKAGE_luci-proto-relay=m
|
||||
CONFIG_PACKAGE_luci-proto-wireguard=m
|
||||
CONFIG_PACKAGE_luci-ssl=m
|
||||
CONFIG_PACKAGE_luci-ssl-nginx=m
|
||||
@ -130,6 +152,8 @@ CONFIG_PACKAGE_luci-theme-freifunk-generic=m
|
||||
CONFIG_PACKAGE_luci-theme-material=m
|
||||
CONFIG_PACKAGE_luci-theme-openwrt=m
|
||||
CONFIG_PACKAGE_luci-theme-openwrt-2020=m
|
||||
CONFIG_PACKAGE_meshwizard=m
|
||||
CONFIG_PACKAGE_modemmanager=m
|
||||
CONFIG_PACKAGE_monit=m
|
||||
CONFIG_PACKAGE_nginx-mod-luci=m
|
||||
CONFIG_PACKAGE_nginx-mod-luci-ssl=m
|
||||
@ -170,11 +194,13 @@ CONFIG_PACKAGE_perlbase-time=m
|
||||
CONFIG_PACKAGE_perlbase-xsloader=m
|
||||
CONFIG_PACKAGE_proto-bonding=m
|
||||
CONFIG_PACKAGE_px5g-mbedtls=m
|
||||
CONFIG_PACKAGE_relayd=m
|
||||
CONFIG_PACKAGE_rpcd=y
|
||||
CONFIG_PACKAGE_rpcd-mod-file=y
|
||||
CONFIG_PACKAGE_rpcd-mod-iwinfo=y
|
||||
CONFIG_PACKAGE_rpcd-mod-luci=y
|
||||
CONFIG_PACKAGE_rpcd-mod-rrdns=y
|
||||
CONFIG_PACKAGE_rsyslog=m
|
||||
CONFIG_PACKAGE_smartsnmpd=m
|
||||
CONFIG_PACKAGE_snmp-mibs=m
|
||||
CONFIG_PACKAGE_snmp-utils=m
|
||||
@ -184,14 +210,21 @@ CONFIG_PACKAGE_snmptrapd=m
|
||||
CONFIG_PACKAGE_sshtunnel=m
|
||||
CONFIG_PACKAGE_syslog-ng=m
|
||||
CONFIG_PACKAGE_terminfo=m
|
||||
CONFIG_PACKAGE_uclibcxx=m
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-ubus=y
|
||||
CONFIG_PACKAGE_uwsgi=m
|
||||
CONFIG_PACKAGE_uwsgi-cgi-plugin=m
|
||||
CONFIG_PACKAGE_uwsgi-luci-support=m
|
||||
CONFIG_PACKAGE_uwsgi-syslog-plugin=m
|
||||
CONFIG_PACKAGE_vncrepeater=m
|
||||
CONFIG_PACKAGE_vnstat=m
|
||||
CONFIG_PACKAGE_vnstat2=m
|
||||
CONFIG_PACKAGE_vnstati=m
|
||||
CONFIG_PACKAGE_vnstati2=m
|
||||
CONFIG_PACKAGE_vxlan=m
|
||||
CONFIG_PACKAGE_wakeonlan=m
|
||||
CONFIG_PACKAGE_wifischedule=y
|
||||
CONFIG_PACKAGE_wireguard=m
|
||||
CONFIG_PACKAGE_wireguard-tools=m
|
||||
CONFIG_PACKAGE_wireless-tools=m
|
||||
@ -206,6 +239,12 @@ CONFIG_PACKAGE_wpad-wolfssl=m
|
||||
CONFIG_PACKAGE_zlib=m
|
||||
CONFIG_PERL_NOCOMMENT=y
|
||||
CONFIG_PERL_THREADS=y
|
||||
CONFIG_SQLITE3_DYNAMIC_EXTENSIONS=y
|
||||
CONFIG_SQLITE3_FTS3=y
|
||||
CONFIG_SQLITE3_FTS4=y
|
||||
CONFIG_SQLITE3_FTS5=y
|
||||
CONFIG_SQLITE3_JSON1=y
|
||||
CONFIG_SQLITE3_RTREE=y
|
||||
CONFIG_WOLFSSL_HAS_AES_CCM=y
|
||||
CONFIG_WOLFSSL_HAS_ARC4=y
|
||||
CONFIG_WOLFSSL_HAS_CHACHA_POLY=y
|
@ -1,219 +0,0 @@
|
||||
CONFIG_TARGET_ath79=y
|
||||
CONFIG_TARGET_ath79_tiny=y
|
||||
CONFIG_TARGET_ath79_tiny_DEVICE_tplink_tl-wr841-v12=y
|
||||
CONFIG_LIBCURL_COOKIES=y
|
||||
CONFIG_LIBCURL_FILE=y
|
||||
CONFIG_LIBCURL_FTP=y
|
||||
CONFIG_LIBCURL_HTTP=y
|
||||
CONFIG_LIBCURL_MBEDTLS=y
|
||||
CONFIG_LIBCURL_NO_SMB="!"
|
||||
CONFIG_LIBCURL_PROXY=y
|
||||
CONFIG_NGINX_HEADERS_MORE=y
|
||||
CONFIG_NGINX_HTTP_ACCESS=y
|
||||
CONFIG_NGINX_HTTP_AUTH_BASIC=y
|
||||
CONFIG_NGINX_HTTP_AUTOINDEX=y
|
||||
CONFIG_NGINX_HTTP_BROWSER=y
|
||||
CONFIG_NGINX_HTTP_CACHE=y
|
||||
CONFIG_NGINX_HTTP_CHARSET=y
|
||||
CONFIG_NGINX_HTTP_EMPTY_GIF=y
|
||||
CONFIG_NGINX_HTTP_FASTCGI=y
|
||||
CONFIG_NGINX_HTTP_GEO=y
|
||||
CONFIG_NGINX_HTTP_GZIP=y
|
||||
CONFIG_NGINX_HTTP_LIMIT_CONN=y
|
||||
CONFIG_NGINX_HTTP_LIMIT_REQ=y
|
||||
CONFIG_NGINX_HTTP_MAP=y
|
||||
CONFIG_NGINX_HTTP_MEMCACHED=y
|
||||
CONFIG_NGINX_HTTP_PROXY=y
|
||||
CONFIG_NGINX_HTTP_REFERER=y
|
||||
CONFIG_NGINX_HTTP_REWRITE=y
|
||||
CONFIG_NGINX_HTTP_SCGI=y
|
||||
CONFIG_NGINX_HTTP_SPLIT_CLIENTS=y
|
||||
CONFIG_NGINX_HTTP_SSI=y
|
||||
CONFIG_NGINX_HTTP_UPSTREAM_HASH=y
|
||||
CONFIG_NGINX_HTTP_UPSTREAM_IP_HASH=y
|
||||
CONFIG_NGINX_HTTP_UPSTREAM_KEEPALIVE=y
|
||||
CONFIG_NGINX_HTTP_UPSTREAM_LEAST_CONN=y
|
||||
CONFIG_NGINX_HTTP_USERID=y
|
||||
CONFIG_NGINX_HTTP_UWSGI=y
|
||||
CONFIG_NGINX_HTTP_V2=y
|
||||
CONFIG_NGINX_NAXSI=y
|
||||
CONFIG_NGINX_PCRE=y
|
||||
CONFIG_NGINX_UBUS=y
|
||||
CONFIG_OPENSSL_ENGINE=y
|
||||
CONFIG_OPENSSL_PREFER_CHACHA_OVER_GCM=y
|
||||
CONFIG_OPENSSL_WITH_ASM=y
|
||||
CONFIG_OPENSSL_WITH_CHACHA_POLY1305=y
|
||||
CONFIG_OPENSSL_WITH_CMS=y
|
||||
CONFIG_OPENSSL_WITH_DEPRECATED=y
|
||||
CONFIG_OPENSSL_WITH_PSK=y
|
||||
CONFIG_OPENSSL_WITH_SRP=y
|
||||
CONFIG_OPENSSL_WITH_TLS13=y
|
||||
CONFIG_PACKAGE_arp-scan=m
|
||||
CONFIG_PACKAGE_arp-scan-database=m
|
||||
CONFIG_PACKAGE_atop=m
|
||||
CONFIG_PACKAGE_autossh=m
|
||||
CONFIG_PACKAGE_avahi-dbus-daemon=m
|
||||
CONFIG_PACKAGE_ca-bundle=m
|
||||
CONFIG_PACKAGE_cgi-io=y
|
||||
CONFIG_PACKAGE_dbus=m
|
||||
CONFIG_PACKAGE_glib2=m
|
||||
CONFIG_PACKAGE_htop=m
|
||||
CONFIG_PACKAGE_ip-tiny=m
|
||||
# CONFIG_PACKAGE_iw is not set
|
||||
CONFIG_PACKAGE_iw-full=y
|
||||
CONFIG_PACKAGE_kmod-bonding=m
|
||||
CONFIG_PACKAGE_kmod-iptunnel=m
|
||||
CONFIG_PACKAGE_kmod-ledtrig-default-on=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-heartbeat=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-netdev=y
|
||||
CONFIG_PACKAGE_kmod-ledtrig-timer=y
|
||||
CONFIG_PACKAGE_kmod-udptunnel4=m
|
||||
CONFIG_PACKAGE_kmod-udptunnel6=m
|
||||
CONFIG_PACKAGE_kmod-vxlan=m
|
||||
CONFIG_PACKAGE_kmod-wireguard=m
|
||||
CONFIG_PACKAGE_libattr=m
|
||||
CONFIG_PACKAGE_libavahi-dbus-support=m
|
||||
CONFIG_PACKAGE_libcap=m
|
||||
CONFIG_PACKAGE_libcurl=m
|
||||
CONFIG_PACKAGE_libdaemon=m
|
||||
CONFIG_PACKAGE_libdbi=m
|
||||
CONFIG_PACKAGE_libdbus=m
|
||||
CONFIG_PACKAGE_libexpat=m
|
||||
CONFIG_PACKAGE_libffi=m
|
||||
CONFIG_PACKAGE_libiwinfo-lua=y
|
||||
CONFIG_PACKAGE_liblua=y
|
||||
CONFIG_PACKAGE_liblucihttp=y
|
||||
CONFIG_PACKAGE_liblucihttp-lua=y
|
||||
CONFIG_PACKAGE_libmbedtls=m
|
||||
CONFIG_PACKAGE_libncurses=m
|
||||
CONFIG_PACKAGE_libnetsnmp=m
|
||||
CONFIG_PACKAGE_libopenssl=m
|
||||
CONFIG_PACKAGE_libopenssl-conf=m
|
||||
CONFIG_PACKAGE_libpam=m
|
||||
CONFIG_PACKAGE_libpcap=m
|
||||
CONFIG_PACKAGE_libpci=m
|
||||
CONFIG_PACKAGE_libpcre=m
|
||||
CONFIG_PACKAGE_librt=m
|
||||
CONFIG_PACKAGE_libstdcpp=m
|
||||
CONFIG_PACKAGE_libubus-lua=y
|
||||
CONFIG_PACKAGE_libuci-lua=m
|
||||
CONFIG_PACKAGE_libustream-mbedtls=m
|
||||
CONFIG_PACKAGE_libustream-openssl=m
|
||||
CONFIG_PACKAGE_libuuid=m
|
||||
CONFIG_PACKAGE_libwolfssl=m
|
||||
CONFIG_PACKAGE_lua=y
|
||||
CONFIG_PACKAGE_luci=y
|
||||
CONFIG_PACKAGE_luci-app-firewall=y
|
||||
CONFIG_PACKAGE_luci-app-opkg=y
|
||||
CONFIG_PACKAGE_luci-app-snmpd=m
|
||||
CONFIG_PACKAGE_luci-app-wireguard=m
|
||||
CONFIG_PACKAGE_luci-base=y
|
||||
CONFIG_PACKAGE_luci-compat=m
|
||||
CONFIG_PACKAGE_luci-lib-base=y
|
||||
CONFIG_PACKAGE_luci-lib-ip=y
|
||||
CONFIG_PACKAGE_luci-lib-jsonc=y
|
||||
CONFIG_PACKAGE_luci-lib-nixio=y
|
||||
CONFIG_PACKAGE_luci-mod-admin-full=y
|
||||
CONFIG_PACKAGE_luci-mod-network=y
|
||||
CONFIG_PACKAGE_luci-mod-status=y
|
||||
CONFIG_PACKAGE_luci-mod-system=y
|
||||
CONFIG_PACKAGE_luci-nginx=m
|
||||
CONFIG_PACKAGE_luci-proto-bonding=m
|
||||
CONFIG_PACKAGE_luci-proto-ipv6=y
|
||||
CONFIG_PACKAGE_luci-proto-ppp=y
|
||||
CONFIG_PACKAGE_luci-proto-wireguard=m
|
||||
CONFIG_PACKAGE_luci-ssl=m
|
||||
CONFIG_PACKAGE_luci-ssl-nginx=m
|
||||
CONFIG_PACKAGE_luci-ssl-openssl=m
|
||||
CONFIG_PACKAGE_luci-theme-bootstrap=y
|
||||
CONFIG_PACKAGE_luci-theme-freifunk-generic=m
|
||||
CONFIG_PACKAGE_luci-theme-material=m
|
||||
CONFIG_PACKAGE_luci-theme-openwrt=m
|
||||
CONFIG_PACKAGE_luci-theme-openwrt-2020=m
|
||||
CONFIG_PACKAGE_monit=m
|
||||
CONFIG_PACKAGE_nginx-mod-luci=m
|
||||
CONFIG_PACKAGE_nginx-mod-luci-ssl=m
|
||||
CONFIG_PACKAGE_nginx-ssl=m
|
||||
CONFIG_PACKAGE_nginx-ssl-util=m
|
||||
CONFIG_PACKAGE_nginx-util=m
|
||||
CONFIG_PACKAGE_openssh-client=m
|
||||
CONFIG_PACKAGE_openssh-client-utils=m
|
||||
CONFIG_PACKAGE_openssh-keygen=m
|
||||
CONFIG_PACKAGE_openssh-moduli=m
|
||||
CONFIG_PACKAGE_openssh-server=m
|
||||
CONFIG_PACKAGE_openssh-server-pam=m
|
||||
CONFIG_PACKAGE_openssh-sftp-avahi-service=m
|
||||
CONFIG_PACKAGE_openssh-sftp-client=m
|
||||
CONFIG_PACKAGE_openssh-sftp-server=m
|
||||
CONFIG_PACKAGE_openssl-util=m
|
||||
CONFIG_PACKAGE_perl=m
|
||||
CONFIG_PACKAGE_perlbase-base=m
|
||||
CONFIG_PACKAGE_perlbase-bytes=m
|
||||
CONFIG_PACKAGE_perlbase-class=m
|
||||
CONFIG_PACKAGE_perlbase-config=m
|
||||
CONFIG_PACKAGE_perlbase-dynaloader=m
|
||||
CONFIG_PACKAGE_perlbase-errno=m
|
||||
CONFIG_PACKAGE_perlbase-essential=m
|
||||
CONFIG_PACKAGE_perlbase-fcntl=m
|
||||
CONFIG_PACKAGE_perlbase-filehandle=m
|
||||
CONFIG_PACKAGE_perlbase-getopt=m
|
||||
CONFIG_PACKAGE_perlbase-io=m
|
||||
CONFIG_PACKAGE_perlbase-list=m
|
||||
CONFIG_PACKAGE_perlbase-net=m
|
||||
CONFIG_PACKAGE_perlbase-posix=m
|
||||
CONFIG_PACKAGE_perlbase-scalar=m
|
||||
CONFIG_PACKAGE_perlbase-selectsaver=m
|
||||
CONFIG_PACKAGE_perlbase-socket=m
|
||||
CONFIG_PACKAGE_perlbase-symbol=m
|
||||
CONFIG_PACKAGE_perlbase-tie=m
|
||||
CONFIG_PACKAGE_perlbase-time=m
|
||||
CONFIG_PACKAGE_perlbase-xsloader=m
|
||||
CONFIG_PACKAGE_proto-bonding=m
|
||||
CONFIG_PACKAGE_px5g-mbedtls=m
|
||||
CONFIG_PACKAGE_rpcd=y
|
||||
CONFIG_PACKAGE_rpcd-mod-file=y
|
||||
CONFIG_PACKAGE_rpcd-mod-iwinfo=y
|
||||
CONFIG_PACKAGE_rpcd-mod-luci=y
|
||||
CONFIG_PACKAGE_rpcd-mod-rrdns=y
|
||||
CONFIG_PACKAGE_smartsnmpd=m
|
||||
CONFIG_PACKAGE_snmp-mibs=m
|
||||
CONFIG_PACKAGE_snmp-utils=m
|
||||
CONFIG_PACKAGE_snmpd=m
|
||||
CONFIG_PACKAGE_snmpd-static=m
|
||||
CONFIG_PACKAGE_snmptrapd=m
|
||||
CONFIG_PACKAGE_sshtunnel=m
|
||||
CONFIG_PACKAGE_syslog-ng=m
|
||||
CONFIG_PACKAGE_terminfo=m
|
||||
CONFIG_PACKAGE_uhttpd=y
|
||||
CONFIG_PACKAGE_uhttpd-mod-ubus=y
|
||||
CONFIG_PACKAGE_uwsgi=m
|
||||
CONFIG_PACKAGE_uwsgi-cgi-plugin=m
|
||||
CONFIG_PACKAGE_uwsgi-luci-support=m
|
||||
CONFIG_PACKAGE_uwsgi-syslog-plugin=m
|
||||
CONFIG_PACKAGE_vxlan=m
|
||||
CONFIG_PACKAGE_wakeonlan=m
|
||||
CONFIG_PACKAGE_wireguard=m
|
||||
CONFIG_PACKAGE_wireguard-tools=m
|
||||
CONFIG_PACKAGE_wireless-tools=m
|
||||
CONFIG_PACKAGE_wpad=y
|
||||
CONFIG_PACKAGE_wpad-basic=m
|
||||
CONFIG_PACKAGE_wpad-basic-wolfssl=m
|
||||
CONFIG_PACKAGE_wpad-mesh-openssl=m
|
||||
CONFIG_PACKAGE_wpad-mesh-wolfssl=m
|
||||
CONFIG_PACKAGE_wpad-mini=m
|
||||
CONFIG_PACKAGE_wpad-openssl=m
|
||||
CONFIG_PACKAGE_wpad-wolfssl=m
|
||||
CONFIG_PACKAGE_zlib=m
|
||||
CONFIG_PERL_NOCOMMENT=y
|
||||
CONFIG_PERL_THREADS=y
|
||||
CONFIG_WOLFSSL_HAS_AES_CCM=y
|
||||
CONFIG_WOLFSSL_HAS_ARC4=y
|
||||
CONFIG_WOLFSSL_HAS_CHACHA_POLY=y
|
||||
CONFIG_WOLFSSL_HAS_DH=y
|
||||
CONFIG_WOLFSSL_HAS_NO_HW=y
|
||||
CONFIG_WOLFSSL_HAS_OCSP=y
|
||||
CONFIG_WOLFSSL_HAS_SESSION_TICKET=y
|
||||
CONFIG_WOLFSSL_HAS_TLSV10=y
|
||||
CONFIG_WOLFSSL_HAS_TLSV13=y
|
||||
CONFIG_WOLFSSL_HAS_WPAS=y
|
||||
CONFIG_WPA_WOLFSSL=y
|
Loading…
Reference in New Issue
Block a user