diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..1b25e09 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +kind: pipeline +type: docker +name: openwrt-builder-image + +platform: + os: linux + arch: arm64 + +steps: + - name: build + image: 'plugins/docker' + settings: + registry: 'http://cr.wks' + insecure: 'true' + experimental: 'true' + tags: ['latest'] + repo: 'cr.wks/debian-stable-openwrt-build + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index aafd9ba..47279a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/openjdk:jdk-buster -RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list; \ - sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list; \ +RUN sed -i 's@deb.debian.org@apt-cache.service.nr5/deb.debian.org@g' /etc/apt/sources.list; \ + sed -i 's@security.debian.org@apt-cache.service.nr5/security.debian.org@g' /etc/apt/sources.list; \ apt update -y; \ apt install -y build-essential ccache ecj fastjar file g++ gawk \ gettext git java-propose-classpath libelf-dev libncurses5-dev \ diff --git a/config-DIR825-rndis b/config-DIR825-rndis index 147e844..ca750ec 100644 --- a/config-DIR825-rndis +++ b/config-DIR825-rndis @@ -472,8 +472,17 @@ CONFIG_ARCH="mips" # # Target Images # -# CONFIG_TARGET_ROOTFS_INITRAMFS is not set +CONFIG_TARGET_ROOTFS_INITRAMFS=y +CONFIG_TARGET_INITRAMFS_COMPRESSION_NONE=y +# CONFIG_TARGET_INITRAMFS_COMPRESSION_GZIP is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_BZIP2 is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_LZO is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_LZ4 is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_XZ is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_ZSTD is not set CONFIG_EXTERNAL_CPIO="" +# CONFIG_TARGET_INITRAMFS_FORCE is not set # # Root filesystem archives @@ -501,12 +510,12 @@ CONFIG_TARGET_UBIFS_JOURNAL_SIZE="" # # Global build settings # -# CONFIG_JSON_OVERVIEW_IMAGE_INFO is not set -# CONFIG_JSON_CYCLONEDX_SBOM is not set +CONFIG_JSON_OVERVIEW_IMAGE_INFO=y +CONFIG_JSON_CYCLONEDX_SBOM=y CONFIG_ALL_NONSHARED=y CONFIG_ALL_KMODS=y # CONFIG_ALL is not set -# CONFIG_BUILDBOT is not set +CONFIG_BUILDBOT=y CONFIG_SIGNED_PACKAGES=y CONFIG_SIGNATURE_CHECK=y CONFIG_DOWNLOAD_CHECK_CERTIFICATE=y @@ -518,27 +527,27 @@ CONFIG_DOWNLOAD_CHECK_CERTIFICATE=y # CONFIG_BUILD_PATENTED is not set # CONFIG_BUILD_NLS is not set CONFIG_SHADOW_PASSWORDS=y -CONFIG_CLEAN_IPKG=y +# CONFIG_CLEAN_IPKG is not set # CONFIG_IPK_FILES_CHECKSUMS is not set -CONFIG_INCLUDE_CONFIG=y -# CONFIG_REPRODUCIBLE_DEBUG_INFO is not set -# CONFIG_COLLECT_KERNEL_DEBUG is not set +# CONFIG_INCLUDE_CONFIG is not set +CONFIG_REPRODUCIBLE_DEBUG_INFO=y +CONFIG_COLLECT_KERNEL_DEBUG=y # # Kernel build options # -CONFIG_KERNEL_BUILD_USER="" -CONFIG_KERNEL_BUILD_DOMAIN="" +CONFIG_KERNEL_BUILD_USER="builder" +CONFIG_KERNEL_BUILD_DOMAIN="buildhost" CONFIG_KERNEL_PRINTK=y CONFIG_KERNEL_SWAP=y -CONFIG_KERNEL_PROC_STRIPPED=y +# CONFIG_KERNEL_PROC_STRIPPED is not set CONFIG_KERNEL_DEBUG_FS=y # CONFIG_KERNEL_PERF_EVENTS is not set # CONFIG_KERNEL_PROFILING is not set # CONFIG_KERNEL_UBSAN is not set # CONFIG_KERNEL_KCOV is not set # CONFIG_KERNEL_TASKSTATS is not set -CONFIG_KERNEL_KALLSYMS=y +# CONFIG_KERNEL_KALLSYMS is not set # CONFIG_KERNEL_FTRACE is not set CONFIG_KERNEL_DEBUG_KERNEL=y CONFIG_KERNEL_DEBUG_INFO=y @@ -548,10 +557,10 @@ CONFIG_KERNEL_FRAME_WARN=1024 # CONFIG_KERNEL_DYNAMIC_DEBUG is not set # CONFIG_KERNEL_KPROBES is not set # CONFIG_KERNEL_BPF_EVENTS is not set -# CONFIG_KERNEL_AIO is not set -CONFIG_KERNEL_IO_URING=y -# CONFIG_KERNEL_FHANDLE is not set -# CONFIG_KERNEL_FANOTIFY is not set +CONFIG_KERNEL_AIO=y +# CONFIG_KERNEL_IO_URING is not set +CONFIG_KERNEL_FHANDLE=y +CONFIG_KERNEL_FANOTIFY=y # CONFIG_KERNEL_BLK_DEV_BSG is not set # CONFIG_KERNEL_HUGETLB_PAGE is not set CONFIG_KERNEL_MAGIC_SYSRQ=y @@ -574,9 +583,47 @@ CONFIG_KERNEL_RELAY=y # CONFIG_USE_RFKILL is not set # CONFIG_USE_SPARSE is not set # CONFIG_KERNEL_DEVTMPFS is not set -# CONFIG_KERNEL_KEYS is not set -# CONFIG_KERNEL_CGROUPS is not set -# CONFIG_KERNEL_NAMESPACES is not set +CONFIG_KERNEL_KEYS=y +# CONFIG_KERNEL_PERSISTENT_KEYRINGS is not set +# CONFIG_KERNEL_KEYS_REQUEST_CACHE is not set +# CONFIG_KERNEL_BIG_KEYS is not set +CONFIG_KERNEL_CGROUPS=y +# CONFIG_KERNEL_CGROUP_DEBUG is not set +CONFIG_KERNEL_FREEZER=y +# CONFIG_KERNEL_CGROUP_FREEZER is not set +# CONFIG_KERNEL_CGROUP_DEVICE is not set +# CONFIG_KERNEL_CGROUP_HUGETLB is not set +CONFIG_KERNEL_CGROUP_PIDS=y +CONFIG_KERNEL_CGROUP_RDMA=y +CONFIG_KERNEL_CGROUP_BPF=y +CONFIG_KERNEL_CPUSETS=y +# CONFIG_KERNEL_PROC_PID_CPUSET is not set +CONFIG_KERNEL_CGROUP_CPUACCT=y +CONFIG_KERNEL_RESOURCE_COUNTERS=y +CONFIG_KERNEL_MM_OWNER=y +CONFIG_KERNEL_MEMCG=y +CONFIG_KERNEL_MEMCG_SWAP=y +# CONFIG_KERNEL_MEMCG_SWAP_ENABLED is not set +CONFIG_KERNEL_MEMCG_KMEM=y +# CONFIG_KERNEL_CGROUP_PERF is not set +CONFIG_KERNEL_CGROUP_SCHED=y +CONFIG_KERNEL_FAIR_GROUP_SCHED=y +CONFIG_KERNEL_CFS_BANDWIDTH=y +CONFIG_KERNEL_RT_GROUP_SCHED=y +CONFIG_KERNEL_BLK_CGROUP=y +# CONFIG_KERNEL_CFQ_GROUP_IOSCHED is not set +CONFIG_KERNEL_BLK_DEV_THROTTLING=y +# CONFIG_KERNEL_BLK_DEV_THROTTLING_LOW is not set +# CONFIG_KERNEL_DEBUG_BLK_CGROUP is not set +# CONFIG_KERNEL_NET_CLS_CGROUP is not set +# CONFIG_KERNEL_CGROUP_NET_CLASSID is not set +# CONFIG_KERNEL_CGROUP_NET_PRIO is not set +CONFIG_KERNEL_NAMESPACES=y +CONFIG_KERNEL_UTS_NS=y +CONFIG_KERNEL_IPC_NS=y +CONFIG_KERNEL_USER_NS=y +CONFIG_KERNEL_PID_NS=y +CONFIG_KERNEL_NET_NS=y CONFIG_KERNEL_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_KERNEL_POSIX_MQUEUE=y CONFIG_KERNEL_SECCOMP_FILTER=y @@ -692,11 +739,11 @@ CONFIG_DOWNLOAD_TOOL_CUSTOM="" CONFIG_DOWNLOAD_FOLDER="" CONFIG_LOCALMIRROR="" CONFIG_AUTOREBUILD=y -# CONFIG_AUTOREMOVE is not set +CONFIG_AUTOREMOVE=y # CONFIG_BUILD_ALL_HOST_TOOLS is not set CONFIG_BUILD_SUFFIX="" CONFIG_TARGET_ROOTFS_DIR="" -CONFIG_CCACHE=y +# CONFIG_CCACHE is not set CONFIG_CCACHE_DIR="" CONFIG_KERNEL_CFLAGS="" CONFIG_EXTERNAL_KERNEL_TREE="" @@ -709,9 +756,9 @@ CONFIG_EXTRA_OPTIMIZATION="-fno-caller-saves -fno-plt" CONFIG_TARGET_OPTIMIZATION="-Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc" CONFIG_SOFT_FLOAT=y CONFIG_USE_MIPS16=y -CONFIG_BPF_TOOLCHAIN_NONE=y +# CONFIG_BPF_TOOLCHAIN_NONE is not set # CONFIG_BPF_TOOLCHAIN_HOST is not set -# CONFIG_BPF_TOOLCHAIN_BUILD_LLVM is not set +CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y # CONFIG_EXTERNAL_TOOLCHAIN is not set CONFIG_NEED_TOOLCHAIN=y # CONFIG_TOOLCHAINOPTS is not set @@ -720,7 +767,9 @@ CONFIG_EXTRA_GCC_CONFIG_OPTIONS="" CONFIG_MUSL_DISABLE_CRYPT_SIZE_HACK=y CONFIG_GDB=y # CONFIG_GDB_PYTHON is not set +CONFIG_HAS_BPF_TOOLCHAIN=y # CONFIG_HAS_PREBUILT_LLVM_TOOLCHAIN is not set +CONFIG_USE_LLVM_BUILD=y CONFIG_USE_MUSL=y CONFIG_SSP_SUPPORT=y CONFIG_BINUTILS_VERSION_2_40=y @@ -728,9 +777,11 @@ CONFIG_BINUTILS_VERSION="2.40" CONFIG_GCC_VERSION="12.3.0" CONFIG_LIBC="musl" CONFIG_TARGET_SUFFIX="musl" -# CONFIG_IB is not set -# CONFIG_SDK is not set -# CONFIG_MAKE_TOOLCHAIN is not set +CONFIG_IB=y +# CONFIG_IB_STANDALONE is not set +CONFIG_SDK=y +CONFIG_SDK_LLVM_BPF=y +CONFIG_MAKE_TOOLCHAIN=y CONFIG_IMAGEOPT=y # CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set # CONFIG_PREINITOPT is not set @@ -748,22 +799,33 @@ CONFIG_TARGET_INIT_PATH="/usr/sbin:/usr/bin:/sbin:/bin" CONFIG_TARGET_INIT_ENV="" CONFIG_TARGET_INIT_CMD="/sbin/init" CONFIG_TARGET_INIT_SUPPRESS_STDERR=y -# CONFIG_VERSIONOPT is not set +CONFIG_VERSIONOPT=y +CONFIG_VERSION_DIST="OpenWrt" +CONFIG_VERSION_NUMBER="" +CONFIG_VERSION_CODE="" +CONFIG_VERSION_REPO="https://downloads.openwrt.org/releases/23.05.0" +CONFIG_VERSION_HOME_URL="" +CONFIG_VERSION_MANUFACTURER="" +CONFIG_VERSION_MANUFACTURER_URL="" +CONFIG_VERSION_BUG_URL="" +CONFIG_VERSION_SUPPORT_URL="" +CONFIG_VERSION_PRODUCT="" +CONFIG_VERSION_HWREV="" +CONFIG_VERSION_FILENAMES=y +CONFIG_VERSION_CODE_FILENAMES=y CONFIG_PER_FEED_REPO=y -CONFIG_FEED_packages=y -CONFIG_FEED_luci=y -CONFIG_FEED_routing=y -CONFIG_FEED_telephony=y +# CONFIG_FEED_packages is not set +# CONFIG_FEED_luci is not set +# CONFIG_FEED_routing is not set +# CONFIG_FEED_telephony is not set # # Base system # -# CONFIG_PACKAGE_attendedsysupgrade-common is not set -# CONFIG_PACKAGE_auc is not set CONFIG_PACKAGE_base-files=y -# CONFIG_PACKAGE_block-mount is not set -# CONFIG_PACKAGE_blockd is not set -CONFIG_PACKAGE_bridge=m +CONFIG_PACKAGE_block-mount=m +CONFIG_PACKAGE_blockd=m +# CONFIG_PACKAGE_bridger is not set CONFIG_PACKAGE_busybox=y # CONFIG_BUSYBOX_CUSTOM is not set CONFIG_BUSYBOX_DEFAULT_HAVE_DOT_CONFIG=y @@ -1846,15 +1908,8 @@ CONFIG_BUSYBOX_DEFAULT_FEATURE_SYSLOGD_READ_BUFFER_SIZE=0 # CONFIG_BUSYBOX_DEFAULT_FEATURE_IPC_SYSLOG is not set CONFIG_BUSYBOX_DEFAULT_FEATURE_IPC_SYSLOG_BUFFER_SIZE=0 # CONFIG_BUSYBOX_DEFAULT_FEATURE_KMSG_SYSLOG is not set -# CONFIG_BUSYBOX_CONFIG_MKSWAP is not set -# CONFIG_BUSYBOX_CONFIG_SWAPON is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_SWAPON_DISCARD is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_SWAPON_PRI is not set -# CONFIG_BUSYBOX_CONFIG_SWAPOFF is not set -# CONFIG_BUSYBOX_CONFIG_IP is not set -# CONFIG_BUSYBOX_CONFIG_FEATURE_IP_LINK is not set # CONFIG_PACKAGE_busybox-selinux is not set -# CONFIG_PACKAGE_ca-bundle is not set +CONFIG_PACKAGE_ca-bundle=y # CONFIG_PACKAGE_ca-certificates is not set CONFIG_PACKAGE_dnsmasq=y # CONFIG_PACKAGE_dnsmasq-dhcpv6 is not set @@ -1877,7 +1932,7 @@ CONFIG_DROPBEAR_AGENTFORWARD=y # end of Configuration # CONFIG_PACKAGE_ead is not set -CONFIG_PACKAGE_firewall=m +# CONFIG_PACKAGE_firewall is not set CONFIG_PACKAGE_firewall4=y CONFIG_PACKAGE_fstools=y # CONFIG_FSTOOLS_OVL_MOUNT_FULL_ACCESS_TIME is not set @@ -1888,15 +1943,14 @@ CONFIG_PACKAGE_jsonfilter=y CONFIG_PACKAGE_libatomic=m CONFIG_PACKAGE_libc=y CONFIG_PACKAGE_libgcc=y -# CONFIG_PACKAGE_libgomp is not set +CONFIG_PACKAGE_libgomp=m CONFIG_PACKAGE_libpthread=y -CONFIG_PACKAGE_librt=y +CONFIG_PACKAGE_librt=m CONFIG_PACKAGE_libstdcpp=m CONFIG_PACKAGE_logd=y CONFIG_PACKAGE_mtd=y CONFIG_PACKAGE_netifd=y -CONFIG_PACKAGE_nft-qos=m -# CONFIG_PACKAGE_nvram is not set +CONFIG_PACKAGE_nvram=m CONFIG_PACKAGE_openwrt-keyring=y CONFIG_PACKAGE_opkg=y CONFIG_PACKAGE_procd=y @@ -1909,18 +1963,18 @@ CONFIG_PACKAGE_procd=y CONFIG_PACKAGE_procd-seccomp=y # CONFIG_PACKAGE_procd-selinux is not set -CONFIG_PACKAGE_qos-scripts=m +CONFIG_PACKAGE_procd-ujail=y +# CONFIG_PACKAGE_qos-scripts is not set +CONFIG_PACKAGE_qosify=m # CONFIG_PACKAGE_refpolicy is not set -CONFIG_PACKAGE_resolveip=m +# CONFIG_PACKAGE_resolveip is not set CONFIG_PACKAGE_rpcd=y CONFIG_PACKAGE_rpcd-mod-file=y CONFIG_PACKAGE_rpcd-mod-iwinfo=y # CONFIG_PACKAGE_rpcd-mod-rpcsys is not set CONFIG_PACKAGE_rpcd-mod-ucode=y # CONFIG_PACKAGE_selinux-policy is not set -# CONFIG_PACKAGE_snapshot-tool is not set -CONFIG_PACKAGE_sqm-scripts=m -CONFIG_PACKAGE_sqm-scripts-extra=m +CONFIG_PACKAGE_snapshot-tool=m CONFIG_PACKAGE_swconfig=y CONFIG_PACKAGE_ubox=y CONFIG_PACKAGE_ubus=y @@ -1928,93 +1982,18 @@ CONFIG_PACKAGE_ubusd=y # CONFIG_PACKAGE_ucert is not set # CONFIG_PACKAGE_ucert-full is not set CONFIG_PACKAGE_uci=y -# CONFIG_PACKAGE_uencrypt-mbedtls is not set +CONFIG_PACKAGE_uencrypt-mbedtls=m # CONFIG_PACKAGE_uencrypt-openssl is not set # CONFIG_PACKAGE_uencrypt-wolfssl is not set CONFIG_PACKAGE_urandom-seed=y CONFIG_PACKAGE_urngd=y CONFIG_PACKAGE_usign=y +# CONFIG_PACKAGE_uxc is not set # CONFIG_PACKAGE_wireless-tools is not set -CONFIG_PACKAGE_zram-swap=m +# CONFIG_PACKAGE_zram-swap is not set # CONFIG_PACKAGE_zyxel-bootconfig is not set # end of Base system -# -# Administration -# - -# -# Zabbix -# -# CONFIG_PACKAGE_zabbix-agentd is not set -# CONFIG_PACKAGE_zabbix-agentd-gnutls is not set -# CONFIG_PACKAGE_zabbix-agentd-openssl is not set -# CONFIG_PACKAGE_zabbix-extra-mac80211 is not set -# CONFIG_PACKAGE_zabbix-extra-network is not set -# CONFIG_PACKAGE_zabbix-extra-wifi is not set -# CONFIG_PACKAGE_zabbix-get is not set -# CONFIG_PACKAGE_zabbix-get-gnutls is not set -# CONFIG_PACKAGE_zabbix-get-openssl is not set -# CONFIG_PACKAGE_zabbix-proxy is not set - -# -# Database Software -# -# CONFIG_ZABBIX_MYSQL is not set -CONFIG_ZABBIX_POSTGRESQL=y -# CONFIG_ZABBIX_SQLITE is not set -# CONFIG_PACKAGE_zabbix-proxy-gnutls is not set -# CONFIG_PACKAGE_zabbix-proxy-openssl is not set -# CONFIG_PACKAGE_zabbix-sender is not set -# CONFIG_PACKAGE_zabbix-sender-gnutls is not set -# CONFIG_PACKAGE_zabbix-sender-openssl is not set -# CONFIG_PACKAGE_zabbix-server is not set -# CONFIG_PACKAGE_zabbix-server-frontend is not set -# CONFIG_PACKAGE_zabbix-server-gnutls is not set -# CONFIG_PACKAGE_zabbix-server-openssl is not set -# end of Zabbix - -# -# openwisp -# -# CONFIG_PACKAGE_netjson-monitoring is not set -# CONFIG_PACKAGE_openwisp-config is not set -# CONFIG_PACKAGE_openwisp-monitoring is not set -# end of openwisp - -# CONFIG_PACKAGE_atop is not set -# CONFIG_PACKAGE_backuppc is not set -# CONFIG_PACKAGE_bottom is not set -# CONFIG_PACKAGE_btop is not set -# CONFIG_PACKAGE_debian-archive-keyring is not set -# CONFIG_PACKAGE_debootstrap is not set -# CONFIG_PACKAGE_gkrellmd is not set -CONFIG_PACKAGE_htop=m -# CONFIG_HTOP_LMSENSORS is not set -# CONFIG_PACKAGE_ipmitool is not set -# CONFIG_PACKAGE_monit is not set -# CONFIG_PACKAGE_monit-nossl is not set -# CONFIG_PACKAGE_muninlite is not set -# CONFIG_PACKAGE_netatop is not set -# CONFIG_PACKAGE_netdata is not set -# CONFIG_PACKAGE_nload is not set -# CONFIG_PACKAGE_nyx is not set -# CONFIG_PACKAGE_rsyslog is not set -# CONFIG_PACKAGE_schroot is not set - -# -# Configuration -# -# CONFIG_SCHROOT_BTRFS is not set -# CONFIG_SCHROOT_LOOPBACK is not set -# CONFIG_SCHROOT_LVM is not set -# CONFIG_SCHROOT_UUID is not set -# end of Configuration - -# CONFIG_PACKAGE_sudo is not set -# CONFIG_PACKAGE_syslog-ng is not set -# end of Administration - # # Boot Loaders # @@ -2033,27 +2012,12 @@ CONFIG_PACKAGE_htop=m # end of Libraries # CONFIG_PACKAGE_ar is not set -# CONFIG_PACKAGE_autoconf is not set -# CONFIG_PACKAGE_automake is not set # CONFIG_PACKAGE_binutils is not set -# CONFIG_PACKAGE_bison is not set -# CONFIG_PACKAGE_diffutils is not set -# CONFIG_PACKAGE_flex is not set -# CONFIG_PACKAGE_gcc is not set # CONFIG_PACKAGE_gdb is not set # CONFIG_PACKAGE_gdbserver is not set -# CONFIG_PACKAGE_gitlab-runner is not set # CONFIG_PACKAGE_gperf is not set -# CONFIG_PACKAGE_libtool-bin is not set -# CONFIG_PACKAGE_lpc21isp is not set -# CONFIG_PACKAGE_lttng-tools is not set -# CONFIG_PACKAGE_m4 is not set -# CONFIG_PACKAGE_make is not set # CONFIG_PACKAGE_mt76-test is not set # CONFIG_PACKAGE_objdump is not set -# CONFIG_PACKAGE_patch is not set -# CONFIG_PACKAGE_pkg-config is not set -# CONFIG_PACKAGE_pkgconf is not set # CONFIG_PACKAGE_trace-cmd is not set # CONFIG_PACKAGE_trace-cmd-extra is not set # CONFIG_PACKAGE_valgrind is not set @@ -2062,13 +2026,7 @@ CONFIG_PACKAGE_htop=m # # Extra packages # -# CONFIG_PACKAGE_jose is not set CONFIG_PACKAGE_libiwinfo-data=y -# CONFIG_PACKAGE_libjose is not set -# CONFIG_PACKAGE_nginx is not set -# CONFIG_PACKAGE_nginx-mod-luci-ssl is not set -# CONFIG_PACKAGE_nginx-util is not set -# CONFIG_PACKAGE_tang is not set # end of Extra packages # @@ -2082,14 +2040,14 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_aircard-pcmcia-firmware is not set # CONFIG_PACKAGE_amdgpu-firmware is not set -# CONFIG_PACKAGE_ar3k-firmware is not set +CONFIG_PACKAGE_ar3k-firmware=m # CONFIG_PACKAGE_ath10k-board-qca4019 is not set # CONFIG_PACKAGE_ath10k-board-qca9377 is not set -# CONFIG_PACKAGE_ath10k-board-qca9887 is not set -# CONFIG_PACKAGE_ath10k-board-qca9888 is not set -# CONFIG_PACKAGE_ath10k-board-qca988x is not set -# CONFIG_PACKAGE_ath10k-board-qca9984 is not set -# CONFIG_PACKAGE_ath10k-board-qca99x0 is not set +CONFIG_PACKAGE_ath10k-board-qca9887=m +CONFIG_PACKAGE_ath10k-board-qca9888=m +CONFIG_PACKAGE_ath10k-board-qca988x=m +CONFIG_PACKAGE_ath10k-board-qca9984=m +CONFIG_PACKAGE_ath10k-board-qca99x0=m # CONFIG_PACKAGE_ath10k-firmware-qca4019 is not set # CONFIG_PACKAGE_ath10k-firmware-qca4019-ct is not set # CONFIG_PACKAGE_ath10k-firmware-qca4019-ct-full-htt is not set @@ -2097,21 +2055,21 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_ath10k-firmware-qca6174 is not set # CONFIG_PACKAGE_ath10k-firmware-qca9377 is not set # CONFIG_PACKAGE_ath10k-firmware-qca9887 is not set -# CONFIG_PACKAGE_ath10k-firmware-qca9887-ct is not set -# CONFIG_PACKAGE_ath10k-firmware-qca9887-ct-full-htt is not set +CONFIG_PACKAGE_ath10k-firmware-qca9887-ct=m +CONFIG_PACKAGE_ath10k-firmware-qca9887-ct-full-htt=m # CONFIG_PACKAGE_ath10k-firmware-qca9888 is not set -# CONFIG_PACKAGE_ath10k-firmware-qca9888-ct is not set +CONFIG_PACKAGE_ath10k-firmware-qca9888-ct=m # CONFIG_PACKAGE_ath10k-firmware-qca9888-ct-full-htt is not set # CONFIG_PACKAGE_ath10k-firmware-qca9888-ct-htt is not set # CONFIG_PACKAGE_ath10k-firmware-qca988x is not set -# CONFIG_PACKAGE_ath10k-firmware-qca988x-ct is not set +CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m # CONFIG_PACKAGE_ath10k-firmware-qca988x-ct-full-htt is not set # CONFIG_PACKAGE_ath10k-firmware-qca9984 is not set -# CONFIG_PACKAGE_ath10k-firmware-qca9984-ct is not set +CONFIG_PACKAGE_ath10k-firmware-qca9984-ct=m # CONFIG_PACKAGE_ath10k-firmware-qca9984-ct-full-htt is not set # CONFIG_PACKAGE_ath10k-firmware-qca9984-ct-htt is not set # CONFIG_PACKAGE_ath10k-firmware-qca99x0 is not set -# CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct is not set +CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct=m # CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct-full-htt is not set # CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct-htt is not set # CONFIG_PACKAGE_ath11k-firmware-ipq8074 is not set @@ -2120,16 +2078,16 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_ath11k-firmware-wcn6750 is not set # CONFIG_PACKAGE_ath11k-firmware-wcn6855 is not set # CONFIG_PACKAGE_ath6k-firmware is not set -# CONFIG_PACKAGE_ath9k-htc-firmware is not set -# CONFIG_PACKAGE_bnx2-firmware is not set -# CONFIG_PACKAGE_bnx2x-firmware is not set +CONFIG_PACKAGE_ath9k-htc-firmware=m +CONFIG_PACKAGE_bnx2-firmware=m +CONFIG_PACKAGE_bnx2x-firmware=m # CONFIG_PACKAGE_brcmfmac-firmware-4329-sdio is not set # CONFIG_PACKAGE_brcmfmac-firmware-4339-sdio is not set # CONFIG_PACKAGE_brcmfmac-firmware-43430a0-sdio is not set # CONFIG_PACKAGE_brcmfmac-firmware-43602a1-pcie is not set # CONFIG_PACKAGE_brcmfmac-firmware-4366b1-pcie is not set # CONFIG_PACKAGE_brcmfmac-firmware-4366c0-pcie is not set -# CONFIG_PACKAGE_brcmfmac-firmware-usb is not set +CONFIG_PACKAGE_brcmfmac-firmware-usb=m # CONFIG_PACKAGE_brcmfmac-nvram-43430-sdio is not set # CONFIG_PACKAGE_brcmfmac-nvram-43455-sdio is not set # CONFIG_PACKAGE_brcmsmac-firmware is not set @@ -2151,7 +2109,7 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_broadcom-43428-sprom is not set # CONFIG_PACKAGE_broadcom-4360-sprom is not set # CONFIG_PACKAGE_broadcom-6362-sprom is not set -# CONFIG_PACKAGE_carl9170-firmware is not set +CONFIG_PACKAGE_carl9170-firmware=m # CONFIG_PACKAGE_cypress-firmware-43012-sdio is not set # CONFIG_PACKAGE_cypress-firmware-43340-sdio is not set # CONFIG_PACKAGE_cypress-firmware-43362-sdio is not set @@ -2172,7 +2130,7 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_cypress-firmware-55572-pcie is not set # CONFIG_PACKAGE_cypress-firmware-55572-sdio is not set # CONFIG_PACKAGE_cypress-nvram-4339-sdio is not set -# CONFIG_PACKAGE_e100-firmware is not set +CONFIG_PACKAGE_e100-firmware=m CONFIG_PACKAGE_edgeport-firmware=m # CONFIG_PACKAGE_eip197-mini-firmware is not set # CONFIG_PACKAGE_ibt-firmware is not set @@ -2204,81 +2162,48 @@ CONFIG_PACKAGE_edgeport-firmware=m # CONFIG_PACKAGE_libertas-sdio-firmware is not set # CONFIG_PACKAGE_libertas-spi-firmware is not set # CONFIG_PACKAGE_libertas-usb-firmware is not set -# CONFIG_PACKAGE_midisport-firmware is not set -# CONFIG_PACKAGE_mt7601u-firmware is not set +CONFIG_PACKAGE_mt7601u-firmware=m # CONFIG_PACKAGE_mt7622bt-firmware is not set # CONFIG_PACKAGE_mt7921bt-firmware is not set # CONFIG_PACKAGE_mt7922bt-firmware is not set # CONFIG_PACKAGE_mt7981-wo-firmware is not set # CONFIG_PACKAGE_mt7986-wo-firmware is not set -# CONFIG_PACKAGE_mwifiex-pcie-firmware is not set -# CONFIG_PACKAGE_mwifiex-sdio-firmware is not set -# CONFIG_PACKAGE_mwl8k-firmware is not set +CONFIG_PACKAGE_mwifiex-pcie-firmware=m +CONFIG_PACKAGE_mwifiex-sdio-firmware=m +CONFIG_PACKAGE_mwl8k-firmware=m # CONFIG_PACKAGE_p54-pci-firmware is not set # CONFIG_PACKAGE_p54-spi-firmware is not set # CONFIG_PACKAGE_p54-usb-firmware is not set -# CONFIG_PACKAGE_r8152-firmware is not set -# CONFIG_PACKAGE_r8169-firmware is not set +CONFIG_PACKAGE_r8152-firmware=m +CONFIG_PACKAGE_r8169-firmware=m # CONFIG_PACKAGE_radeon-firmware is not set -# CONFIG_PACKAGE_rs9113-firmware is not set -# CONFIG_PACKAGE_rt2800-pci-firmware is not set -# CONFIG_PACKAGE_rt2800-usb-firmware is not set +CONFIG_PACKAGE_rs9113-firmware=m +CONFIG_PACKAGE_rt2800-pci-firmware=m +CONFIG_PACKAGE_rt2800-usb-firmware=m # CONFIG_PACKAGE_rt61-pci-firmware is not set # CONFIG_PACKAGE_rt73-usb-firmware is not set # CONFIG_PACKAGE_rtl8188eu-firmware is not set -# CONFIG_PACKAGE_rtl8192ce-firmware is not set -# CONFIG_PACKAGE_rtl8192cu-firmware is not set -# CONFIG_PACKAGE_rtl8192de-firmware is not set +CONFIG_PACKAGE_rtl8192ce-firmware=m +CONFIG_PACKAGE_rtl8192cu-firmware=m +CONFIG_PACKAGE_rtl8192de-firmware=m # CONFIG_PACKAGE_rtl8192eu-firmware is not set -# CONFIG_PACKAGE_rtl8192se-firmware is not set +CONFIG_PACKAGE_rtl8192se-firmware=m # CONFIG_PACKAGE_rtl8723au-firmware is not set # CONFIG_PACKAGE_rtl8723bu-firmware is not set # CONFIG_PACKAGE_rtl8761a-firmware is not set # CONFIG_PACKAGE_rtl8761b-firmware is not set # CONFIG_PACKAGE_rtl8761bu-firmware is not set -# CONFIG_PACKAGE_rtl8821ae-firmware is not set +CONFIG_PACKAGE_rtl8821ae-firmware=m # CONFIG_PACKAGE_rtl8822be-firmware is not set # CONFIG_PACKAGE_rtl8822ce-firmware is not set # CONFIG_PACKAGE_ti-3410-firmware is not set # CONFIG_PACKAGE_ti-5052-firmware is not set -# CONFIG_PACKAGE_wil6210-firmware is not set +CONFIG_PACKAGE_wil6210-firmware=m CONFIG_PACKAGE_wireless-regdb=y -# CONFIG_PACKAGE_wl12xx-firmware is not set -# CONFIG_PACKAGE_wl18xx-firmware is not set +CONFIG_PACKAGE_wl12xx-firmware=m +CONFIG_PACKAGE_wl18xx-firmware=m # end of Firmware -# -# Fonts -# - -# -# DejaVu -# -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuMathTeXGyre is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSans is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSans-Bold is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSans-BoldOblique is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSans-ExtraLight is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSans-Oblique is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed-Bold is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed-Oblique is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansMono is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansMono-Bold is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansMono-BoldOblique is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSansMono-Oblique is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerif is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerif-Bold is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerif-BoldItalic is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerif-Italic is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed-Bold is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic is not set -# CONFIG_PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed-Italic is not set -# end of DejaVu -# end of Fonts - # # Kernel modules # @@ -2286,36 +2211,56 @@ CONFIG_PACKAGE_wireless-regdb=y # # Block Devices # -# CONFIG_PACKAGE_kmod-aoe is not set -# CONFIG_PACKAGE_kmod-ata-ahci is not set -# CONFIG_PACKAGE_kmod-ata-artop is not set -# CONFIG_PACKAGE_kmod-ata-core is not set -# CONFIG_PACKAGE_kmod-ata-nvidia-sata is not set -# CONFIG_PACKAGE_kmod-ata-pdc202xx-old is not set -# CONFIG_PACKAGE_kmod-ata-piix is not set -# CONFIG_PACKAGE_kmod-ata-sil is not set -# CONFIG_PACKAGE_kmod-ata-sil24 is not set -# CONFIG_PACKAGE_kmod-ata-via-sata is not set -# CONFIG_PACKAGE_kmod-block2mtd is not set -# CONFIG_PACKAGE_kmod-dax is not set -# CONFIG_PACKAGE_kmod-dm is not set -# CONFIG_PACKAGE_kmod-dm-raid is not set -# CONFIG_PACKAGE_kmod-iosched-bfq is not set -# CONFIG_PACKAGE_kmod-iscsi-initiator is not set -# CONFIG_PACKAGE_kmod-loop is not set -# CONFIG_PACKAGE_kmod-md-mod is not set -# CONFIG_PACKAGE_kmod-nbd is not set +CONFIG_PACKAGE_kmod-aoe=m +CONFIG_PACKAGE_kmod-ata-ahci=m +CONFIG_PACKAGE_kmod-ata-artop=m +CONFIG_PACKAGE_kmod-ata-core=m +CONFIG_PACKAGE_kmod-ata-nvidia-sata=m +CONFIG_PACKAGE_kmod-ata-pdc202xx-old=m +CONFIG_PACKAGE_kmod-ata-piix=m +CONFIG_PACKAGE_kmod-ata-sil=m +CONFIG_PACKAGE_kmod-ata-sil24=m +CONFIG_PACKAGE_kmod-ata-via-sata=m +CONFIG_PACKAGE_kmod-block2mtd=m +CONFIG_PACKAGE_kmod-dax=m +CONFIG_PACKAGE_kmod-dm=m +CONFIG_PACKAGE_kmod-dm-raid=m +CONFIG_PACKAGE_kmod-iosched-bfq=m +CONFIG_PACKAGE_kmod-iscsi-initiator=m +CONFIG_PACKAGE_kmod-loop=m +CONFIG_PACKAGE_kmod-md-mod=m +CONFIG_PACKAGE_kmod-md-linear=m +CONFIG_PACKAGE_kmod-md-multipath=m +CONFIG_PACKAGE_kmod-md-raid0=m +CONFIG_PACKAGE_kmod-md-raid1=m +CONFIG_PACKAGE_kmod-md-raid10=m +CONFIG_PACKAGE_kmod-md-raid456=m +CONFIG_PACKAGE_kmod-nbd=m CONFIG_PACKAGE_kmod-nvme=m -# CONFIG_PACKAGE_kmod-scsi-cdrom is not set -# CONFIG_PACKAGE_kmod-scsi-core is not set -# CONFIG_PACKAGE_kmod-scsi-generic is not set -# CONFIG_PACKAGE_kmod-scsi-tape is not set +CONFIG_PACKAGE_kmod-scsi-cdrom=m +CONFIG_PACKAGE_kmod-scsi-core=m +CONFIG_PACKAGE_kmod-scsi-generic=m +CONFIG_PACKAGE_kmod-scsi-tape=m # end of Block Devices # # CAN Support # -# CONFIG_PACKAGE_kmod-can is not set +CONFIG_PACKAGE_kmod-can=m +CONFIG_PACKAGE_kmod-can-bcm=m +CONFIG_PACKAGE_kmod-can-c-can=m +CONFIG_PACKAGE_kmod-can-c-can-pci=m +CONFIG_PACKAGE_kmod-can-c-can-platform=m +CONFIG_PACKAGE_kmod-can-gw=m +CONFIG_PACKAGE_kmod-can-mcp251x=m +CONFIG_PACKAGE_kmod-can-raw=m +CONFIG_PACKAGE_kmod-can-slcan=m +CONFIG_PACKAGE_kmod-can-usb-8dev=m +CONFIG_PACKAGE_kmod-can-usb-ems=m +CONFIG_PACKAGE_kmod-can-usb-esd=m +CONFIG_PACKAGE_kmod-can-usb-kvaser=m +CONFIG_PACKAGE_kmod-can-usb-peak=m +CONFIG_PACKAGE_kmod-can-vcan=m # end of CAN Support # @@ -2325,51 +2270,51 @@ CONFIG_PACKAGE_kmod-crypto-acompress=y CONFIG_PACKAGE_kmod-crypto-aead=y CONFIG_PACKAGE_kmod-crypto-arc4=m CONFIG_PACKAGE_kmod-crypto-authenc=m -# CONFIG_PACKAGE_kmod-crypto-cbc is not set +CONFIG_PACKAGE_kmod-crypto-cbc=m CONFIG_PACKAGE_kmod-crypto-ccm=y CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=m CONFIG_PACKAGE_kmod-crypto-cmac=y CONFIG_PACKAGE_kmod-crypto-crc32=m CONFIG_PACKAGE_kmod-crypto-crc32c=y CONFIG_PACKAGE_kmod-crypto-ctr=y -# CONFIG_PACKAGE_kmod-crypto-cts is not set -# CONFIG_PACKAGE_kmod-crypto-deflate is not set +CONFIG_PACKAGE_kmod-crypto-cts=m +CONFIG_PACKAGE_kmod-crypto-deflate=m CONFIG_PACKAGE_kmod-crypto-des=m CONFIG_PACKAGE_kmod-crypto-ecb=m CONFIG_PACKAGE_kmod-crypto-ecdh=m -# CONFIG_PACKAGE_kmod-crypto-echainiv is not set +CONFIG_PACKAGE_kmod-crypto-echainiv=m CONFIG_PACKAGE_kmod-crypto-essiv=m -# CONFIG_PACKAGE_kmod-crypto-fcrypt is not set +CONFIG_PACKAGE_kmod-crypto-fcrypt=m CONFIG_PACKAGE_kmod-crypto-gcm=y CONFIG_PACKAGE_kmod-crypto-gf128=y CONFIG_PACKAGE_kmod-crypto-ghash=y CONFIG_PACKAGE_kmod-crypto-hash=y CONFIG_PACKAGE_kmod-crypto-hmac=y -# CONFIG_PACKAGE_kmod-crypto-hw-hifn-795x is not set -# CONFIG_PACKAGE_kmod-crypto-hw-padlock is not set -CONFIG_PACKAGE_kmod-crypto-kpp=y -CONFIG_PACKAGE_kmod-crypto-lib-chacha20=y -CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=y -CONFIG_PACKAGE_kmod-crypto-lib-curve25519=y -CONFIG_PACKAGE_kmod-crypto-lib-poly1305=y +CONFIG_PACKAGE_kmod-crypto-hw-hifn-795x=m +CONFIG_PACKAGE_kmod-crypto-hw-padlock=m +CONFIG_PACKAGE_kmod-crypto-kpp=m +CONFIG_PACKAGE_kmod-crypto-lib-chacha20=m +CONFIG_PACKAGE_kmod-crypto-lib-chacha20poly1305=m +CONFIG_PACKAGE_kmod-crypto-lib-curve25519=m +CONFIG_PACKAGE_kmod-crypto-lib-poly1305=m CONFIG_PACKAGE_kmod-crypto-manager=y CONFIG_PACKAGE_kmod-crypto-md4=m CONFIG_PACKAGE_kmod-crypto-md5=m CONFIG_PACKAGE_kmod-crypto-michael-mic=m -# CONFIG_PACKAGE_kmod-crypto-misc is not set +CONFIG_PACKAGE_kmod-crypto-misc=m CONFIG_PACKAGE_kmod-crypto-null=y -# CONFIG_PACKAGE_kmod-crypto-pcbc is not set -# CONFIG_PACKAGE_kmod-crypto-rmd160 is not set +CONFIG_PACKAGE_kmod-crypto-pcbc=m +CONFIG_PACKAGE_kmod-crypto-rmd160=m CONFIG_PACKAGE_kmod-crypto-rng=y CONFIG_PACKAGE_kmod-crypto-seqiv=y -# CONFIG_PACKAGE_kmod-crypto-sha1 is not set -CONFIG_PACKAGE_kmod-crypto-sha256=y +CONFIG_PACKAGE_kmod-crypto-sha1=m +CONFIG_PACKAGE_kmod-crypto-sha256=m CONFIG_PACKAGE_kmod-crypto-sha512=y -# CONFIG_PACKAGE_kmod-crypto-test is not set +CONFIG_PACKAGE_kmod-crypto-test=m CONFIG_PACKAGE_kmod-crypto-user=m -# CONFIG_PACKAGE_kmod-crypto-xcbc is not set -# CONFIG_PACKAGE_kmod-crypto-xts is not set -# CONFIG_PACKAGE_kmod-cryptodev is not set +CONFIG_PACKAGE_kmod-crypto-xcbc=m +CONFIG_PACKAGE_kmod-crypto-xts=m +CONFIG_PACKAGE_kmod-cryptodev=m # end of Cryptographic API modules # @@ -2377,45 +2322,48 @@ CONFIG_PACKAGE_kmod-crypto-user=m # # CONFIG_PACKAGE_kmod-fs-afs is not set CONFIG_PACKAGE_kmod-fs-autofs4=m -# CONFIG_PACKAGE_kmod-fs-btrfs is not set +CONFIG_PACKAGE_kmod-fs-btrfs=m CONFIG_PACKAGE_kmod-fs-cifs=m CONFIG_PACKAGE_kmod-fs-configfs=m -# CONFIG_PACKAGE_kmod-fs-cramfs is not set -# CONFIG_PACKAGE_kmod-fs-exfat is not set -# CONFIG_PACKAGE_kmod-fs-exportfs is not set -# CONFIG_PACKAGE_kmod-fs-ext4 is not set -# CONFIG_PACKAGE_kmod-fs-f2fs is not set -# CONFIG_PACKAGE_kmod-fs-fscache is not set -# CONFIG_PACKAGE_kmod-fs-hfs is not set -# CONFIG_PACKAGE_kmod-fs-hfsplus is not set -# CONFIG_PACKAGE_kmod-fs-isofs is not set -# CONFIG_PACKAGE_kmod-fs-jfs is not set +CONFIG_PACKAGE_kmod-fs-cramfs=m +CONFIG_PACKAGE_kmod-fs-exfat=m +CONFIG_PACKAGE_kmod-fs-exportfs=m +CONFIG_PACKAGE_kmod-fs-ext4=m +CONFIG_PACKAGE_kmod-fs-f2fs=m +CONFIG_PACKAGE_kmod-fs-fscache=m +CONFIG_PACKAGE_kmod-fs-hfs=m +CONFIG_PACKAGE_kmod-fs-hfsplus=m +CONFIG_PACKAGE_kmod-fs-isofs=m +CONFIG_PACKAGE_kmod-fs-jfs=m CONFIG_PACKAGE_kmod-fs-ksmbd=m -# CONFIG_PACKAGE_kmod-fs-minix is not set -# CONFIG_PACKAGE_kmod-fs-msdos is not set +CONFIG_PACKAGE_kmod-fs-minix=m +CONFIG_PACKAGE_kmod-fs-msdos=m CONFIG_PACKAGE_kmod-fs-netfs=m CONFIG_PACKAGE_kmod-fs-nfs=m CONFIG_PACKAGE_kmod-fs-nfs-common=m -# CONFIG_PACKAGE_kmod-fs-nfs-common-rpcsec is not set +CONFIG_PACKAGE_kmod-fs-nfs-common-rpcsec=m CONFIG_PACKAGE_kmod-fs-nfs-v3=m CONFIG_PACKAGE_kmod-fs-nfs-v4=m -# CONFIG_PACKAGE_kmod-fs-nfsd is not set -# CONFIG_PACKAGE_kmod-fs-ntfs is not set +CONFIG_PACKAGE_kmod-fs-nfsd=m +CONFIG_PACKAGE_kmod-fs-ntfs=m CONFIG_PACKAGE_kmod-fs-ntfs3=m -# CONFIG_PACKAGE_kmod-fs-reiserfs is not set +CONFIG_PACKAGE_kmod-fs-reiserfs=m CONFIG_PACKAGE_kmod-fs-smbfs-common=m -# CONFIG_PACKAGE_kmod-fs-squashfs is not set -# CONFIG_PACKAGE_kmod-fs-udf is not set -# CONFIG_PACKAGE_kmod-fs-vfat is not set -# CONFIG_PACKAGE_kmod-fs-xfs is not set -# CONFIG_PACKAGE_kmod-fuse is not set +CONFIG_PACKAGE_kmod-fs-squashfs=m +CONFIG_PACKAGE_kmod-fs-udf=m +CONFIG_PACKAGE_kmod-fs-vfat=m +CONFIG_PACKAGE_kmod-fs-xfs=m +CONFIG_PACKAGE_kmod-fuse=m CONFIG_PACKAGE_kmod-pstore=m # end of Filesystems # # FireWire support # -# CONFIG_PACKAGE_kmod-firewire is not set +CONFIG_PACKAGE_kmod-firewire=m +CONFIG_PACKAGE_kmod-firewire-net=m +CONFIG_PACKAGE_kmod-firewire-ohci=m +CONFIG_PACKAGE_kmod-firewire-sbp2=m # end of FireWire support # @@ -2427,98 +2375,98 @@ CONFIG_PACKAGE_kmod-gpio-cascade=m # # Hardware Monitoring Support # -# CONFIG_PACKAGE_kmod-hwmon-ad7418 is not set -# CONFIG_PACKAGE_kmod-hwmon-adcxx is not set -# CONFIG_PACKAGE_kmod-hwmon-adt7410 is not set -# CONFIG_PACKAGE_kmod-hwmon-adt7475 is not set +CONFIG_PACKAGE_kmod-hwmon-ad7418=m +CONFIG_PACKAGE_kmod-hwmon-adcxx=m +CONFIG_PACKAGE_kmod-hwmon-adt7410=m +CONFIG_PACKAGE_kmod-hwmon-adt7475=m CONFIG_PACKAGE_kmod-hwmon-core=m -# CONFIG_PACKAGE_kmod-hwmon-dme1737 is not set -# CONFIG_PACKAGE_kmod-hwmon-drivetemp is not set +CONFIG_PACKAGE_kmod-hwmon-dme1737=m +CONFIG_PACKAGE_kmod-hwmon-drivetemp=m CONFIG_PACKAGE_kmod-hwmon-g762=m -# CONFIG_PACKAGE_kmod-hwmon-gpiofan is not set +CONFIG_PACKAGE_kmod-hwmon-gpiofan=m CONFIG_PACKAGE_kmod-hwmon-gsc=m -# CONFIG_PACKAGE_kmod-hwmon-ina209 is not set -# CONFIG_PACKAGE_kmod-hwmon-ina2xx is not set -# CONFIG_PACKAGE_kmod-hwmon-it87 is not set -# CONFIG_PACKAGE_kmod-hwmon-lm63 is not set +CONFIG_PACKAGE_kmod-hwmon-ina209=m +CONFIG_PACKAGE_kmod-hwmon-ina2xx=m +CONFIG_PACKAGE_kmod-hwmon-it87=m +CONFIG_PACKAGE_kmod-hwmon-lm63=m CONFIG_PACKAGE_kmod-hwmon-lm70=m -# CONFIG_PACKAGE_kmod-hwmon-lm75 is not set -# CONFIG_PACKAGE_kmod-hwmon-lm77 is not set -# CONFIG_PACKAGE_kmod-hwmon-lm85 is not set -# CONFIG_PACKAGE_kmod-hwmon-lm90 is not set -# CONFIG_PACKAGE_kmod-hwmon-lm92 is not set -# CONFIG_PACKAGE_kmod-hwmon-lm95241 is not set -# CONFIG_PACKAGE_kmod-hwmon-ltc4151 is not set +CONFIG_PACKAGE_kmod-hwmon-lm75=m +CONFIG_PACKAGE_kmod-hwmon-lm77=m +CONFIG_PACKAGE_kmod-hwmon-lm85=m +CONFIG_PACKAGE_kmod-hwmon-lm90=m +CONFIG_PACKAGE_kmod-hwmon-lm92=m +CONFIG_PACKAGE_kmod-hwmon-lm95241=m +CONFIG_PACKAGE_kmod-hwmon-ltc4151=m CONFIG_PACKAGE_kmod-hwmon-max6642=m -# CONFIG_PACKAGE_kmod-hwmon-mcp3021 is not set +CONFIG_PACKAGE_kmod-hwmon-mcp3021=m CONFIG_PACKAGE_kmod-hwmon-nct7802=m -# CONFIG_PACKAGE_kmod-hwmon-pwmfan is not set -# CONFIG_PACKAGE_kmod-hwmon-sch5627 is not set -# CONFIG_PACKAGE_kmod-hwmon-sht21 is not set +CONFIG_PACKAGE_kmod-hwmon-pwmfan=m +CONFIG_PACKAGE_kmod-hwmon-sch5627=m +CONFIG_PACKAGE_kmod-hwmon-sht21=m CONFIG_PACKAGE_kmod-hwmon-sht3x=m -# CONFIG_PACKAGE_kmod-hwmon-tmp102 is not set -# CONFIG_PACKAGE_kmod-hwmon-tmp103 is not set -# CONFIG_PACKAGE_kmod-hwmon-tmp421 is not set +CONFIG_PACKAGE_kmod-hwmon-tmp102=m +CONFIG_PACKAGE_kmod-hwmon-tmp103=m +CONFIG_PACKAGE_kmod-hwmon-tmp421=m CONFIG_PACKAGE_kmod-hwmon-tps23861=m -# CONFIG_PACKAGE_kmod-hwmon-vid is not set -# CONFIG_PACKAGE_kmod-hwmon-w83793 is not set -# CONFIG_PACKAGE_kmod-pmbus-core is not set -# CONFIG_PACKAGE_kmod-pmbus-zl6100 is not set +CONFIG_PACKAGE_kmod-hwmon-vid=m +CONFIG_PACKAGE_kmod-hwmon-w83793=m +CONFIG_PACKAGE_kmod-pmbus-core=m +CONFIG_PACKAGE_kmod-pmbus-zl6100=m # end of Hardware Monitoring Support # # I2C support # -# CONFIG_PACKAGE_kmod-i2c-algo-bit is not set -# CONFIG_PACKAGE_kmod-i2c-algo-pca is not set -# CONFIG_PACKAGE_kmod-i2c-algo-pcf is not set +CONFIG_PACKAGE_kmod-i2c-algo-bit=m +CONFIG_PACKAGE_kmod-i2c-algo-pca=m +CONFIG_PACKAGE_kmod-i2c-algo-pcf=m CONFIG_PACKAGE_kmod-i2c-core=m CONFIG_PACKAGE_kmod-i2c-designware-core=m CONFIG_PACKAGE_kmod-i2c-designware-pci=m -# CONFIG_PACKAGE_kmod-i2c-gpio is not set -# CONFIG_PACKAGE_kmod-i2c-mux is not set -# CONFIG_PACKAGE_kmod-i2c-mux-gpio is not set -# CONFIG_PACKAGE_kmod-i2c-mux-pca9541 is not set -# CONFIG_PACKAGE_kmod-i2c-mux-pca954x is not set -# CONFIG_PACKAGE_kmod-i2c-pxa is not set -# CONFIG_PACKAGE_kmod-i2c-smbus is not set -# CONFIG_PACKAGE_kmod-i2c-tiny-usb is not set +CONFIG_PACKAGE_kmod-i2c-gpio=m +CONFIG_PACKAGE_kmod-i2c-mux=m +CONFIG_PACKAGE_kmod-i2c-mux-gpio=m +CONFIG_PACKAGE_kmod-i2c-mux-pca9541=m +CONFIG_PACKAGE_kmod-i2c-mux-pca954x=m +CONFIG_PACKAGE_kmod-i2c-pxa=m +CONFIG_PACKAGE_kmod-i2c-smbus=m +CONFIG_PACKAGE_kmod-i2c-tiny-usb=m # end of I2C support # # Industrial I/O Modules # -# CONFIG_PACKAGE_kmod-iio-ad799x is not set +CONFIG_PACKAGE_kmod-iio-ad799x=m CONFIG_PACKAGE_kmod-iio-ads1015=m -# CONFIG_PACKAGE_kmod-iio-am2315 is not set -# CONFIG_PACKAGE_kmod-iio-bh1750 is not set -# CONFIG_PACKAGE_kmod-iio-bme680 is not set -# CONFIG_PACKAGE_kmod-iio-bme680-i2c is not set -# CONFIG_PACKAGE_kmod-iio-bme680-spi is not set -# CONFIG_PACKAGE_kmod-iio-bmp280 is not set -# CONFIG_PACKAGE_kmod-iio-bmp280-i2c is not set -# CONFIG_PACKAGE_kmod-iio-bmp280-spi is not set -# CONFIG_PACKAGE_kmod-iio-ccs811 is not set +CONFIG_PACKAGE_kmod-iio-am2315=m +CONFIG_PACKAGE_kmod-iio-bh1750=m +CONFIG_PACKAGE_kmod-iio-bme680=m +CONFIG_PACKAGE_kmod-iio-bme680-i2c=m +CONFIG_PACKAGE_kmod-iio-bme680-spi=m +CONFIG_PACKAGE_kmod-iio-bmp280=m +CONFIG_PACKAGE_kmod-iio-bmp280-i2c=m +CONFIG_PACKAGE_kmod-iio-bmp280-spi=m +CONFIG_PACKAGE_kmod-iio-ccs811=m CONFIG_PACKAGE_kmod-iio-core=m -# CONFIG_PACKAGE_kmod-iio-dht11 is not set -# CONFIG_PACKAGE_kmod-iio-fxas21002c is not set -# CONFIG_PACKAGE_kmod-iio-fxas21002c-i2c is not set -# CONFIG_PACKAGE_kmod-iio-fxas21002c-spi is not set -# CONFIG_PACKAGE_kmod-iio-fxos8700 is not set -# CONFIG_PACKAGE_kmod-iio-fxos8700-i2c is not set -# CONFIG_PACKAGE_kmod-iio-fxos8700-spi is not set -# CONFIG_PACKAGE_kmod-iio-hmc5843 is not set -# CONFIG_PACKAGE_kmod-iio-htu21 is not set +CONFIG_PACKAGE_kmod-iio-dht11=m +CONFIG_PACKAGE_kmod-iio-fxas21002c=m +CONFIG_PACKAGE_kmod-iio-fxas21002c-i2c=m +CONFIG_PACKAGE_kmod-iio-fxas21002c-spi=m +CONFIG_PACKAGE_kmod-iio-fxos8700=m +CONFIG_PACKAGE_kmod-iio-fxos8700-i2c=m +CONFIG_PACKAGE_kmod-iio-fxos8700-spi=m +CONFIG_PACKAGE_kmod-iio-hmc5843=m +CONFIG_PACKAGE_kmod-iio-htu21=m CONFIG_PACKAGE_kmod-iio-kfifo-buf=m -# CONFIG_PACKAGE_kmod-iio-lsm6dsx is not set -# CONFIG_PACKAGE_kmod-iio-lsm6dsx-i2c is not set -# CONFIG_PACKAGE_kmod-iio-lsm6dsx-spi is not set -# CONFIG_PACKAGE_kmod-iio-si7020 is not set -# CONFIG_PACKAGE_kmod-iio-sps30 is not set -# CONFIG_PACKAGE_kmod-iio-st_accel is not set -# CONFIG_PACKAGE_kmod-iio-st_accel-i2c is not set -# CONFIG_PACKAGE_kmod-iio-st_accel-spi is not set -# CONFIG_PACKAGE_kmod-iio-tsl4531 is not set +CONFIG_PACKAGE_kmod-iio-lsm6dsx=m +CONFIG_PACKAGE_kmod-iio-lsm6dsx-i2c=m +CONFIG_PACKAGE_kmod-iio-lsm6dsx-spi=m +CONFIG_PACKAGE_kmod-iio-si7020=m +CONFIG_PACKAGE_kmod-iio-sps30=m +CONFIG_PACKAGE_kmod-iio-st_accel=m +CONFIG_PACKAGE_kmod-iio-st_accel-i2c=m +CONFIG_PACKAGE_kmod-iio-st_accel-spi=m +CONFIG_PACKAGE_kmod-iio-tsl4531=m CONFIG_PACKAGE_kmod-industrialio-triggered-buffer=m # end of Industrial I/O Modules @@ -2529,14 +2477,14 @@ CONFIG_PACKAGE_kmod-hid=m CONFIG_PACKAGE_kmod-hid-generic=m CONFIG_PACKAGE_kmod-input-core=m CONFIG_PACKAGE_kmod-input-evdev=m -# CONFIG_PACKAGE_kmod-input-gpio-encoder is not set -# CONFIG_PACKAGE_kmod-input-gpio-keys is not set -# CONFIG_PACKAGE_kmod-input-gpio-keys-polled is not set -# CONFIG_PACKAGE_kmod-input-joydev is not set -# CONFIG_PACKAGE_kmod-input-matrixkmap is not set -# CONFIG_PACKAGE_kmod-input-touchscreen-ads7846 is not set +CONFIG_PACKAGE_kmod-input-gpio-encoder=m +CONFIG_PACKAGE_kmod-input-gpio-keys=m +CONFIG_PACKAGE_kmod-input-gpio-keys-polled=m +CONFIG_PACKAGE_kmod-input-joydev=m +CONFIG_PACKAGE_kmod-input-matrixkmap=m +CONFIG_PACKAGE_kmod-input-touchscreen-ads7846=m CONFIG_PACKAGE_kmod-input-touchscreen-edt-ft5x06=m -# CONFIG_PACKAGE_kmod-input-uinput is not set +CONFIG_PACKAGE_kmod-input-uinput=m # end of Input modules # @@ -2545,16 +2493,16 @@ CONFIG_PACKAGE_kmod-input-touchscreen-edt-ft5x06=m CONFIG_PACKAGE_kmod-input-leds=m CONFIG_PACKAGE_kmod-leds-gpio=m CONFIG_PACKAGE_kmod-leds-pca955x=m -# CONFIG_PACKAGE_kmod-leds-pca963x is not set -# CONFIG_PACKAGE_kmod-leds-reset is not set +CONFIG_PACKAGE_kmod-leds-pca963x=m +CONFIG_PACKAGE_kmod-leds-reset=m CONFIG_PACKAGE_kmod-leds-tlc591xx=m CONFIG_PACKAGE_kmod-leds-uleds=m -# CONFIG_PACKAGE_kmod-ledtrig-activity is not set +CONFIG_PACKAGE_kmod-ledtrig-activity=m CONFIG_PACKAGE_kmod-ledtrig-audio=m -# CONFIG_PACKAGE_kmod-ledtrig-gpio is not set -# CONFIG_PACKAGE_kmod-ledtrig-oneshot is not set +CONFIG_PACKAGE_kmod-ledtrig-gpio=m +CONFIG_PACKAGE_kmod-ledtrig-oneshot=m CONFIG_PACKAGE_kmod-ledtrig-pattern=m -# CONFIG_PACKAGE_kmod-ledtrig-transient is not set +CONFIG_PACKAGE_kmod-ledtrig-transient=m CONFIG_PACKAGE_kmod-ledtrig-tty=m # end of LED modules @@ -2562,18 +2510,23 @@ CONFIG_PACKAGE_kmod-ledtrig-tty=m # Libraries # CONFIG_PACKAGE_kmod-asn1-decoder=m +CONFIG_PACKAGE_kmod-asn1-encoder=m CONFIG_PACKAGE_kmod-lib-842=m -# CONFIG_PACKAGE_kmod-lib-cordic is not set +CONFIG_PACKAGE_kmod-lib-cordic=m CONFIG_PACKAGE_kmod-lib-crc-ccitt=y -# CONFIG_PACKAGE_kmod-lib-crc-itu-t is not set +CONFIG_PACKAGE_kmod-lib-crc-itu-t=m CONFIG_PACKAGE_kmod-lib-crc16=m CONFIG_PACKAGE_kmod-lib-crc32c=y -# CONFIG_PACKAGE_kmod-lib-crc7 is not set +CONFIG_PACKAGE_kmod-lib-crc7=m CONFIG_PACKAGE_kmod-lib-crc8=m -# CONFIG_PACKAGE_kmod-lib-lz4 is not set +CONFIG_PACKAGE_kmod-lib-lz4=m CONFIG_PACKAGE_kmod-lib-lzo=y +CONFIG_PACKAGE_kmod-lib-raid6=m CONFIG_PACKAGE_kmod-lib-textsearch=m -# CONFIG_PACKAGE_kmod-lib-zstd is not set +CONFIG_PACKAGE_kmod-lib-xor=m +CONFIG_PACKAGE_kmod-lib-zlib-deflate=m +CONFIG_PACKAGE_kmod-lib-zlib-inflate=m +CONFIG_PACKAGE_kmod-lib-zstd=m CONFIG_PACKAGE_kmod-oid-registry=m # end of Libraries @@ -2588,25 +2541,25 @@ CONFIG_PACKAGE_kmod-mux-gpio=m # Native Language Support # CONFIG_PACKAGE_kmod-nls-base=y -# CONFIG_PACKAGE_kmod-nls-cp1250 is not set -# CONFIG_PACKAGE_kmod-nls-cp1251 is not set -# CONFIG_PACKAGE_kmod-nls-cp437 is not set -# CONFIG_PACKAGE_kmod-nls-cp775 is not set -# CONFIG_PACKAGE_kmod-nls-cp850 is not set -# CONFIG_PACKAGE_kmod-nls-cp852 is not set -# CONFIG_PACKAGE_kmod-nls-cp862 is not set -# CONFIG_PACKAGE_kmod-nls-cp864 is not set -# CONFIG_PACKAGE_kmod-nls-cp866 is not set -# CONFIG_PACKAGE_kmod-nls-cp932 is not set -# CONFIG_PACKAGE_kmod-nls-cp936 is not set -# CONFIG_PACKAGE_kmod-nls-cp950 is not set -# CONFIG_PACKAGE_kmod-nls-iso8859-1 is not set -# CONFIG_PACKAGE_kmod-nls-iso8859-13 is not set -# CONFIG_PACKAGE_kmod-nls-iso8859-15 is not set -# CONFIG_PACKAGE_kmod-nls-iso8859-2 is not set -# CONFIG_PACKAGE_kmod-nls-iso8859-6 is not set -# CONFIG_PACKAGE_kmod-nls-iso8859-8 is not set -# CONFIG_PACKAGE_kmod-nls-koi8r is not set +CONFIG_PACKAGE_kmod-nls-cp1250=m +CONFIG_PACKAGE_kmod-nls-cp1251=m +CONFIG_PACKAGE_kmod-nls-cp437=m +CONFIG_PACKAGE_kmod-nls-cp775=m +CONFIG_PACKAGE_kmod-nls-cp850=m +CONFIG_PACKAGE_kmod-nls-cp852=m +CONFIG_PACKAGE_kmod-nls-cp862=m +CONFIG_PACKAGE_kmod-nls-cp864=m +CONFIG_PACKAGE_kmod-nls-cp866=m +CONFIG_PACKAGE_kmod-nls-cp932=m +CONFIG_PACKAGE_kmod-nls-cp936=m +CONFIG_PACKAGE_kmod-nls-cp950=m +CONFIG_PACKAGE_kmod-nls-iso8859-1=m +CONFIG_PACKAGE_kmod-nls-iso8859-13=m +CONFIG_PACKAGE_kmod-nls-iso8859-15=m +CONFIG_PACKAGE_kmod-nls-iso8859-2=m +CONFIG_PACKAGE_kmod-nls-iso8859-6=m +CONFIG_PACKAGE_kmod-nls-iso8859-8=m +CONFIG_PACKAGE_kmod-nls-koi8r=m CONFIG_PACKAGE_kmod-nls-utf8=m # end of Native Language Support @@ -2619,71 +2572,45 @@ CONFIG_PACKAGE_kmod-ebtables=m CONFIG_PACKAGE_kmod-ebtables-ipv4=m CONFIG_PACKAGE_kmod-ebtables-ipv6=m CONFIG_PACKAGE_kmod-ebtables-watchers=m -CONFIG_PACKAGE_kmod-ip6tables=y -# CONFIG_PACKAGE_kmod-ip6tables-extra is not set -CONFIG_PACKAGE_kmod-ipt-account=m -CONFIG_PACKAGE_kmod-ipt-chaos=m +CONFIG_PACKAGE_kmod-ip6tables=m +CONFIG_PACKAGE_kmod-ip6tables-extra=m CONFIG_PACKAGE_kmod-ipt-checksum=m CONFIG_PACKAGE_kmod-ipt-cluster=m CONFIG_PACKAGE_kmod-ipt-clusterip=m -CONFIG_PACKAGE_kmod-ipt-compat-xtables=m -CONFIG_PACKAGE_kmod-ipt-condition=m -CONFIG_PACKAGE_kmod-ipt-conntrack=y +CONFIG_PACKAGE_kmod-ipt-conntrack=m CONFIG_PACKAGE_kmod-ipt-conntrack-extra=m -# CONFIG_PACKAGE_kmod-ipt-conntrack-label is not set -CONFIG_PACKAGE_kmod-ipt-coova=m -CONFIG_PACKAGE_kmod-ipt-core=y -# CONFIG_PACKAGE_kmod-ipt-debug is not set -CONFIG_PACKAGE_kmod-ipt-delude=m -CONFIG_PACKAGE_kmod-ipt-dhcpmac=m -CONFIG_PACKAGE_kmod-ipt-dnetmap=m +CONFIG_PACKAGE_kmod-ipt-conntrack-label=m +CONFIG_PACKAGE_kmod-ipt-core=m +CONFIG_PACKAGE_kmod-ipt-debug=m CONFIG_PACKAGE_kmod-ipt-extra=m CONFIG_PACKAGE_kmod-ipt-filter=m -CONFIG_PACKAGE_kmod-ipt-fuzzy=m -CONFIG_PACKAGE_kmod-ipt-geoip=m CONFIG_PACKAGE_kmod-ipt-hashlimit=m -CONFIG_PACKAGE_kmod-ipt-iface=m -CONFIG_PACKAGE_kmod-ipt-ipmark=m CONFIG_PACKAGE_kmod-ipt-ipopt=m -CONFIG_PACKAGE_kmod-ipt-ipp2p=m CONFIG_PACKAGE_kmod-ipt-iprange=m CONFIG_PACKAGE_kmod-ipt-ipsec=m CONFIG_PACKAGE_kmod-ipt-ipset=m -CONFIG_PACKAGE_kmod-ipt-ipv4options=m CONFIG_PACKAGE_kmod-ipt-led=m -CONFIG_PACKAGE_kmod-ipt-length2=m -CONFIG_PACKAGE_kmod-ipt-logmark=m -CONFIG_PACKAGE_kmod-ipt-lscan=m -CONFIG_PACKAGE_kmod-ipt-lua=m -CONFIG_PACKAGE_kmod-ipt-nat=y +CONFIG_PACKAGE_kmod-ipt-nat=m CONFIG_PACKAGE_kmod-ipt-nat-extra=m CONFIG_PACKAGE_kmod-ipt-nat6=m -CONFIG_PACKAGE_kmod-ipt-nathelper-rtsp=m CONFIG_PACKAGE_kmod-ipt-nflog=m CONFIG_PACKAGE_kmod-ipt-nfqueue=m CONFIG_PACKAGE_kmod-ipt-offload=m CONFIG_PACKAGE_kmod-ipt-physdev=m -CONFIG_PACKAGE_kmod-ipt-proto=m -CONFIG_PACKAGE_kmod-ipt-psd=m -CONFIG_PACKAGE_kmod-ipt-quota2=m CONFIG_PACKAGE_kmod-ipt-raw=m CONFIG_PACKAGE_kmod-ipt-raw6=m CONFIG_PACKAGE_kmod-ipt-rpfilter=m -CONFIG_PACKAGE_kmod-ipt-rtpengine=m CONFIG_PACKAGE_kmod-ipt-socket=m -CONFIG_PACKAGE_kmod-ipt-sysrq=m -CONFIG_PACKAGE_kmod-ipt-tarpit=m CONFIG_PACKAGE_kmod-ipt-tee=m CONFIG_PACKAGE_kmod-ipt-tproxy=m CONFIG_PACKAGE_kmod-ipt-u32=m -CONFIG_PACKAGE_kmod-netatop=m CONFIG_PACKAGE_kmod-nf-conncount=m CONFIG_PACKAGE_kmod-nf-conntrack=y CONFIG_PACKAGE_kmod-nf-conntrack-netlink=m CONFIG_PACKAGE_kmod-nf-conntrack6=y CONFIG_PACKAGE_kmod-nf-flow=y -CONFIG_PACKAGE_kmod-nf-ipt=y -CONFIG_PACKAGE_kmod-nf-ipt6=y +CONFIG_PACKAGE_kmod-nf-ipt=m +CONFIG_PACKAGE_kmod-nf-ipt6=m CONFIG_PACKAGE_kmod-nf-ipvs=m CONFIG_PACKAGE_kmod-nf-ipvs-ftp=m CONFIG_PACKAGE_kmod-nf-ipvs-sip=m @@ -2719,152 +2646,144 @@ CONFIG_PACKAGE_kmod-nft-xfrm=m # # Network Devices # -# CONFIG_PACKAGE_kmod-3c59x is not set -# CONFIG_PACKAGE_kmod-8139cp is not set -# CONFIG_PACKAGE_kmod-8139too is not set -# CONFIG_PACKAGE_kmod-alx is not set -# CONFIG_PACKAGE_kmod-atl1 is not set -# CONFIG_PACKAGE_kmod-atl1c is not set -# CONFIG_PACKAGE_kmod-atl1e is not set -# CONFIG_PACKAGE_kmod-atl2 is not set +CONFIG_PACKAGE_kmod-3c59x=m +CONFIG_PACKAGE_kmod-8139cp=m +CONFIG_PACKAGE_kmod-8139too=m +CONFIG_PACKAGE_kmod-alx=m +CONFIG_PACKAGE_kmod-atl1=m +CONFIG_PACKAGE_kmod-atl1c=m +CONFIG_PACKAGE_kmod-atl1e=m +CONFIG_PACKAGE_kmod-atl2=m CONFIG_PACKAGE_kmod-atlantic=m -# CONFIG_PACKAGE_kmod-b44 is not set -# CONFIG_PACKAGE_kmod-be2net is not set -# CONFIG_PACKAGE_kmod-bnx2 is not set -# CONFIG_PACKAGE_kmod-bnx2x is not set -# CONFIG_PACKAGE_kmod-dm9000 is not set -# CONFIG_PACKAGE_kmod-dummy is not set -# CONFIG_PACKAGE_kmod-e100 is not set -# CONFIG_PACKAGE_kmod-e1000 is not set -# CONFIG_PACKAGE_kmod-et131x is not set -# CONFIG_PACKAGE_kmod-ethoc is not set +CONFIG_PACKAGE_kmod-b44=m +CONFIG_PACKAGE_kmod-be2net=m +CONFIG_PACKAGE_kmod-bnx2=m +CONFIG_PACKAGE_kmod-bnx2x=m +CONFIG_PACKAGE_kmod-dm9000=m +CONFIG_PACKAGE_kmod-dummy=m +CONFIG_PACKAGE_kmod-e100=m +CONFIG_PACKAGE_kmod-e1000=m +CONFIG_PACKAGE_kmod-et131x=m +CONFIG_PACKAGE_kmod-ethoc=m CONFIG_PACKAGE_kmod-fixed-phy=m -# CONFIG_PACKAGE_kmod-forcedeth is not set -# CONFIG_PACKAGE_kmod-hfcmulti is not set -# CONFIG_PACKAGE_kmod-hfcpci is not set -# CONFIG_PACKAGE_kmod-i40e is not set -# CONFIG_PACKAGE_kmod-iavf is not set +CONFIG_PACKAGE_kmod-forcedeth=m +CONFIG_PACKAGE_kmod-hfcmulti=m +CONFIG_PACKAGE_kmod-hfcpci=m +CONFIG_PACKAGE_kmod-i40e=m +CONFIG_PACKAGE_kmod-iavf=m CONFIG_PACKAGE_kmod-ifb=m -# CONFIG_PACKAGE_kmod-igb is not set -# CONFIG_PACKAGE_kmod-igc is not set +CONFIG_PACKAGE_kmod-igb=m +CONFIG_PACKAGE_kmod-igc=m CONFIG_PACKAGE_kmod-ipvlan=m -# CONFIG_PACKAGE_kmod-ixgbe is not set -# CONFIG_PACKAGE_kmod-ixgbevf is not set +CONFIG_PACKAGE_kmod-ixgbe=m +CONFIG_PACKAGE_kmod-ixgbevf=m CONFIG_PACKAGE_kmod-lan743x=m CONFIG_PACKAGE_kmod-libphy=m -# CONFIG_PACKAGE_kmod-macvlan is not set +CONFIG_PACKAGE_kmod-macvlan=m CONFIG_PACKAGE_kmod-mdio-devres=m -# CONFIG_PACKAGE_kmod-mdio-gpio is not set +CONFIG_PACKAGE_kmod-mdio-gpio=m CONFIG_PACKAGE_kmod-mhi-net=m CONFIG_PACKAGE_kmod-mhi-wwan-ctrl=m CONFIG_PACKAGE_kmod-mhi-wwan-mbim=m CONFIG_PACKAGE_kmod-mii=y -# CONFIG_PACKAGE_kmod-mlx4-core is not set -# CONFIG_PACKAGE_kmod-mlx5-core is not set -# CONFIG_PACKAGE_kmod-natsemi is not set -# CONFIG_PACKAGE_kmod-ne2k-pci is not set +CONFIG_PACKAGE_kmod-mlx4-core=m +CONFIG_PACKAGE_kmod-mlx5-core=m +CONFIG_PACKAGE_kmod-natsemi=m +CONFIG_PACKAGE_kmod-ne2k-pci=m CONFIG_PACKAGE_kmod-net-selftests=m -# CONFIG_PACKAGE_kmod-niu is not set -# CONFIG_PACKAGE_kmod-of-mdio is not set -# CONFIG_PACKAGE_kmod-pcnet32 is not set +CONFIG_PACKAGE_kmod-niu=m +CONFIG_PACKAGE_kmod-of-mdio=m +CONFIG_PACKAGE_kmod-pcnet32=m CONFIG_PACKAGE_kmod-phy-aquantia=m CONFIG_PACKAGE_kmod-phy-ax88796b=m -# CONFIG_PACKAGE_kmod-phy-bcm84881 is not set -# CONFIG_PACKAGE_kmod-phy-broadcom is not set +CONFIG_PACKAGE_kmod-phy-bcm84881=m +CONFIG_PACKAGE_kmod-phy-broadcom=m CONFIG_PACKAGE_kmod-phy-marvell=m CONFIG_PACKAGE_kmod-phy-marvell-10g=m CONFIG_PACKAGE_kmod-phy-microchip=m -# CONFIG_PACKAGE_kmod-phy-realtek is not set +CONFIG_PACKAGE_kmod-phy-realtek=m CONFIG_PACKAGE_kmod-phy-smsc=m -# CONFIG_PACKAGE_kmod-phylink is not set +CONFIG_PACKAGE_kmod-phylib-broadcom=m +CONFIG_PACKAGE_kmod-phylink=m CONFIG_PACKAGE_kmod-qlcnic=m -# CONFIG_PACKAGE_kmod-r6040 is not set -# CONFIG_PACKAGE_kmod-r8169 is not set -# CONFIG_PACKAGE_kmod-sfc is not set -# CONFIG_PACKAGE_kmod-sfc-falcon is not set -# CONFIG_PACKAGE_kmod-sfp is not set -CONFIG_PACKAGE_kmod-siit=m -# CONFIG_PACKAGE_kmod-sis190 is not set -# CONFIG_PACKAGE_kmod-sis900 is not set -# CONFIG_PACKAGE_kmod-skge is not set -# CONFIG_PACKAGE_kmod-sky2 is not set -# CONFIG_PACKAGE_kmod-solos-pci is not set -# CONFIG_PACKAGE_kmod-spi-ks8995 is not set +CONFIG_PACKAGE_kmod-r6040=m +CONFIG_PACKAGE_kmod-r8169=m +CONFIG_PACKAGE_kmod-sfc=m +CONFIG_PACKAGE_kmod-sfc-falcon=m +CONFIG_PACKAGE_kmod-sfp=m +CONFIG_PACKAGE_kmod-sis190=m +CONFIG_PACKAGE_kmod-sis900=m +CONFIG_PACKAGE_kmod-skge=m +CONFIG_PACKAGE_kmod-sky2=m +CONFIG_PACKAGE_kmod-solos-pci=m +CONFIG_PACKAGE_kmod-spi-ks8995=m CONFIG_PACKAGE_kmod-swconfig=m CONFIG_PACKAGE_kmod-switch-ar8xxx=m -# CONFIG_PACKAGE_kmod-switch-bcm53xx is not set -# CONFIG_PACKAGE_kmod-switch-bcm53xx-mdio is not set -# CONFIG_PACKAGE_kmod-switch-ip17xx is not set -# CONFIG_PACKAGE_kmod-switch-rtl8306 is not set +CONFIG_PACKAGE_kmod-switch-bcm53xx=m +CONFIG_PACKAGE_kmod-switch-bcm53xx-mdio=m +CONFIG_PACKAGE_kmod-switch-ip17xx=m +CONFIG_PACKAGE_kmod-switch-rtl8306=m CONFIG_PACKAGE_kmod-switch-rtl8366-smi=m -# CONFIG_PACKAGE_kmod-switch-rtl8366rb is not set -# CONFIG_PACKAGE_kmod-switch-rtl8366s is not set +CONFIG_PACKAGE_kmod-switch-rtl8366rb=m +CONFIG_PACKAGE_kmod-switch-rtl8366s=m CONFIG_PACKAGE_kmod-switch-rtl8367=m -# CONFIG_PACKAGE_kmod-switch-rtl8367b is not set -# CONFIG_PACKAGE_kmod-tg3 is not set -# CONFIG_PACKAGE_kmod-tulip is not set -# CONFIG_PACKAGE_kmod-via-rhine is not set -# CONFIG_PACKAGE_kmod-via-velocity is not set -# CONFIG_PACKAGE_kmod-vmxnet3 is not set +CONFIG_PACKAGE_kmod-switch-rtl8367b=m +CONFIG_PACKAGE_kmod-tg3=m +CONFIG_PACKAGE_kmod-tulip=m +CONFIG_PACKAGE_kmod-via-rhine=m +CONFIG_PACKAGE_kmod-via-velocity=m +CONFIG_PACKAGE_kmod-vmxnet3=m CONFIG_PACKAGE_kmod-wwan=m # end of Network Devices # # Network Support # -# CONFIG_PACKAGE_kmod-atm is not set -# CONFIG_PACKAGE_kmod-ax25 is not set -# CONFIG_PACKAGE_kmod-batman-adv is not set -# CONFIG_PACKAGE_kmod-bonding is not set -# CONFIG_PACKAGE_kmod-bpf-test is not set +CONFIG_PACKAGE_kmod-atm=m +CONFIG_PACKAGE_kmod-atmtcp=m +CONFIG_PACKAGE_kmod-ax25=m +CONFIG_PACKAGE_kmod-bonding=m +CONFIG_PACKAGE_kmod-bpf-test=m CONFIG_PACKAGE_kmod-dnsresolver=m -# CONFIG_PACKAGE_kmod-fou is not set -# CONFIG_PACKAGE_kmod-fou6 is not set -# CONFIG_PACKAGE_kmod-geneve is not set +CONFIG_PACKAGE_kmod-fou=m +CONFIG_PACKAGE_kmod-fou6=m +CONFIG_PACKAGE_kmod-geneve=m CONFIG_PACKAGE_kmod-gre=m CONFIG_PACKAGE_kmod-gre6=m CONFIG_PACKAGE_kmod-inet-diag=m +CONFIG_PACKAGE_kmod-ip-vti=m CONFIG_PACKAGE_kmod-ip6-tunnel=m -# CONFIG_PACKAGE_kmod-ipip is not set -# CONFIG_PACKAGE_kmod-ipsec is not set +CONFIG_PACKAGE_kmod-ip6-vti=m +CONFIG_PACKAGE_kmod-ipip=m +CONFIG_PACKAGE_kmod-ipoa=m +CONFIG_PACKAGE_kmod-ipsec=m +CONFIG_PACKAGE_kmod-ipsec4=m +CONFIG_PACKAGE_kmod-ipsec6=m CONFIG_PACKAGE_kmod-iptunnel=m +CONFIG_PACKAGE_kmod-iptunnel4=m CONFIG_PACKAGE_kmod-iptunnel6=m -CONFIG_PACKAGE_kmod-jool-netfilter=m -# CONFIG_PACKAGE_kmod-l2tp is not set -# CONFIG_PACKAGE_kmod-l2tp-eth is not set -# CONFIG_PACKAGE_kmod-l2tp-ip is not set -CONFIG_PACKAGE_kmod-macremapper=m +CONFIG_PACKAGE_kmod-l2tp=m +CONFIG_PACKAGE_kmod-l2tp-eth=m +CONFIG_PACKAGE_kmod-l2tp-ip=m CONFIG_PACKAGE_kmod-macsec=m -CONFIG_PACKAGE_kmod-mdio-netlink=m -# CONFIG_PACKAGE_kmod-misdn is not set -# CONFIG_PACKAGE_kmod-mpls is not set -# CONFIG_PACKAGE_kmod-nat46 is not set +CONFIG_PACKAGE_kmod-mdio=m +CONFIG_PACKAGE_kmod-misdn=m +CONFIG_PACKAGE_kmod-mpls=m +CONFIG_PACKAGE_kmod-nat46=m CONFIG_PACKAGE_kmod-netconsole=m -# CONFIG_PACKAGE_kmod-netem is not set -# CONFIG_PACKAGE_kmod-netlink-diag is not set -# CONFIG_PACKAGE_kmod-nlmon is not set -# CONFIG_PACKAGE_kmod-nsh is not set -# CONFIG_PACKAGE_kmod-openvswitch is not set -# CONFIG_PACKAGE_kmod-openvswitch-geneve is not set -# CONFIG_PACKAGE_kmod-openvswitch-geneve-intree is not set -# CONFIG_PACKAGE_kmod-openvswitch-gre is not set -# CONFIG_PACKAGE_kmod-openvswitch-gre-intree is not set -# CONFIG_PACKAGE_kmod-openvswitch-intree is not set -# CONFIG_PACKAGE_kmod-openvswitch-lisp-intree is not set -# CONFIG_PACKAGE_kmod-openvswitch-stt-intree is not set -# CONFIG_PACKAGE_kmod-openvswitch-vxlan is not set -# CONFIG_PACKAGE_kmod-openvswitch-vxlan-intree is not set -CONFIG_PACKAGE_kmod-ovpn-dco=m -CONFIG_PACKAGE_kmod-pf-ring=m -# CONFIG_PACKAGE_kmod-pktgen is not set +CONFIG_PACKAGE_kmod-netem=m +CONFIG_PACKAGE_kmod-netlink-diag=m +CONFIG_PACKAGE_kmod-nlmon=m +CONFIG_PACKAGE_kmod-nsh=m +CONFIG_PACKAGE_kmod-pktgen=m CONFIG_PACKAGE_kmod-ppp=y -# CONFIG_PACKAGE_kmod-mppe is not set -# CONFIG_PACKAGE_kmod-ppp-synctty is not set -# CONFIG_PACKAGE_kmod-pppoa is not set +CONFIG_PACKAGE_kmod-mppe=m +CONFIG_PACKAGE_kmod-ppp-synctty=m +CONFIG_PACKAGE_kmod-pppoa=m CONFIG_PACKAGE_kmod-pppoe=y -# CONFIG_PACKAGE_kmod-pppol2tp is not set +CONFIG_PACKAGE_kmod-pppol2tp=m CONFIG_PACKAGE_kmod-pppox=y -# CONFIG_PACKAGE_kmod-pptp is not set +CONFIG_PACKAGE_kmod-pptp=m CONFIG_PACKAGE_kmod-qrtr=m CONFIG_PACKAGE_kmod-qrtr-mhi=m CONFIG_PACKAGE_kmod-qrtr-tun=m @@ -2877,102 +2796,105 @@ CONFIG_PACKAGE_kmod-sched-bpf=m CONFIG_PACKAGE_kmod-sched-cake=m CONFIG_PACKAGE_kmod-sched-connmark=m CONFIG_PACKAGE_kmod-sched-core=m -# CONFIG_PACKAGE_kmod-sched-ctinfo is not set +CONFIG_PACKAGE_kmod-sched-ctinfo=m CONFIG_PACKAGE_kmod-sched-drr=m -# CONFIG_PACKAGE_kmod-sched-flower is not set +CONFIG_PACKAGE_kmod-sched-flower=m CONFIG_PACKAGE_kmod-sched-fq-pie=m -# CONFIG_PACKAGE_kmod-sched-ipset is not set -# CONFIG_PACKAGE_kmod-sched-mqprio is not set +CONFIG_PACKAGE_kmod-sched-ipset=m +CONFIG_PACKAGE_kmod-sched-mqprio=m CONFIG_PACKAGE_kmod-sched-pie=m CONFIG_PACKAGE_kmod-sched-prio=m CONFIG_PACKAGE_kmod-sched-red=m CONFIG_PACKAGE_kmod-sched-skbprio=m -# CONFIG_PACKAGE_kmod-sctp is not set -# CONFIG_PACKAGE_kmod-sit is not set +CONFIG_PACKAGE_kmod-sctp=m +CONFIG_PACKAGE_kmod-sit=m CONFIG_PACKAGE_kmod-slhc=y -# CONFIG_PACKAGE_kmod-slip is not set -# CONFIG_PACKAGE_kmod-tcp-bbr is not set -# CONFIG_PACKAGE_kmod-tcp-hybla is not set +CONFIG_PACKAGE_kmod-slip=m +CONFIG_PACKAGE_kmod-tcp-bbr=m +CONFIG_PACKAGE_kmod-tcp-hybla=m CONFIG_PACKAGE_kmod-tcp-scalable=m CONFIG_PACKAGE_kmod-tls=m -# CONFIG_PACKAGE_kmod-trelay is not set +CONFIG_PACKAGE_kmod-trelay=m CONFIG_PACKAGE_kmod-tun=m -CONFIG_PACKAGE_kmod-udptunnel4=y -CONFIG_PACKAGE_kmod-udptunnel6=y +CONFIG_PACKAGE_kmod-udptunnel4=m +CONFIG_PACKAGE_kmod-udptunnel6=m CONFIG_PACKAGE_kmod-veth=m CONFIG_PACKAGE_kmod-vxlan=m -CONFIG_PACKAGE_kmod-wireguard=y +CONFIG_PACKAGE_kmod-wireguard=m +CONFIG_PACKAGE_kmod-xfrm-interface=m # end of Network Support # # Other modules # -# CONFIG_PACKAGE_kmod-6lowpan is not set -# CONFIG_PACKAGE_kmod-ath3k is not set -# CONFIG_PACKAGE_kmod-bcma is not set +CONFIG_PACKAGE_kmod-6lowpan=m +CONFIG_PACKAGE_kmod-ath3k=m +CONFIG_PACKAGE_kmod-bcma=m CONFIG_PACKAGE_kmod-bluetooth=m -# CONFIG_PACKAGE_kmod-bluetooth-6lowpan is not set -# CONFIG_PACKAGE_kmod-btmrvl is not set +CONFIG_PACKAGE_kmod-bluetooth-6lowpan=m +CONFIG_PACKAGE_kmod-btmrvl=m CONFIG_PACKAGE_kmod-btsdio=m -# CONFIG_PACKAGE_kmod-button-hotplug is not set +CONFIG_PACKAGE_kmod-button-hotplug=m CONFIG_PACKAGE_kmod-dma-buf=m CONFIG_PACKAGE_kmod-echo=m -# CONFIG_PACKAGE_kmod-eeprom-93cx6 is not set -# CONFIG_PACKAGE_kmod-eeprom-at24 is not set -# CONFIG_PACKAGE_kmod-eeprom-at25 is not set +CONFIG_PACKAGE_kmod-eeprom-93cx6=m +CONFIG_PACKAGE_kmod-eeprom-at24=m +CONFIG_PACKAGE_kmod-eeprom-at25=m CONFIG_PACKAGE_kmod-google-firmware=m -# CONFIG_PACKAGE_kmod-gpio-beeper is not set +CONFIG_PACKAGE_kmod-gpio-beeper=m CONFIG_PACKAGE_kmod-gpio-button-hotplug=y -# CONFIG_PACKAGE_kmod-gpio-nxp-74hc164 is not set -# CONFIG_PACKAGE_kmod-gpio-pca953x is not set -# CONFIG_PACKAGE_kmod-gpio-pcf857x is not set +CONFIG_PACKAGE_kmod-gpio-nxp-74hc164=m +CONFIG_PACKAGE_kmod-gpio-pca953x=m +CONFIG_PACKAGE_kmod-gpio-pcf857x=m CONFIG_PACKAGE_kmod-i6300esb-wdt=m -# CONFIG_PACKAGE_kmod-ikconfig is not set +CONFIG_PACKAGE_kmod-ikconfig=m CONFIG_PACKAGE_kmod-imx2-wdt=m CONFIG_PACKAGE_kmod-imx7-ulp-wdt=m +CONFIG_PACKAGE_kmod-keys-encrypted=m +CONFIG_PACKAGE_kmod-keys-trusted=m CONFIG_PACKAGE_kmod-lkdtm=m -# CONFIG_PACKAGE_kmod-lp is not set +CONFIG_PACKAGE_kmod-lp=m CONFIG_PACKAGE_kmod-mhi-bus=m CONFIG_PACKAGE_kmod-mhi-pci-generic=m CONFIG_PACKAGE_kmod-mmc=m -CONFIG_PACKAGE_kmod-mtd-rw=m -# CONFIG_PACKAGE_kmod-mtdoops is not set -# CONFIG_PACKAGE_kmod-mtdram is not set -# CONFIG_PACKAGE_kmod-mtdtests is not set -# CONFIG_PACKAGE_kmod-parport-pc is not set +CONFIG_PACKAGE_kmod-mtdoops=m +CONFIG_PACKAGE_kmod-mtdram=m +CONFIG_PACKAGE_kmod-mtdtests=m +CONFIG_PACKAGE_kmod-parport-pc=m CONFIG_PACKAGE_kmod-pinctrl-mcp23s08=m CONFIG_PACKAGE_kmod-pinctrl-mcp23s08-i2c=m CONFIG_PACKAGE_kmod-pinctrl-mcp23s08-spi=m -# CONFIG_PACKAGE_kmod-ppdev is not set +CONFIG_PACKAGE_kmod-ppdev=m CONFIG_PACKAGE_kmod-pps=m -# CONFIG_PACKAGE_kmod-pps-gpio is not set -# CONFIG_PACKAGE_kmod-pps-ldisc is not set +CONFIG_PACKAGE_kmod-pps-gpio=m +CONFIG_PACKAGE_kmod-pps-ldisc=m CONFIG_PACKAGE_kmod-ptp=m CONFIG_PACKAGE_kmod-ramoops=m CONFIG_PACKAGE_kmod-random-core=y CONFIG_PACKAGE_kmod-reed-solomon=m CONFIG_PACKAGE_kmod-regmap-core=m CONFIG_PACKAGE_kmod-regmap-i2c=m -# CONFIG_PACKAGE_kmod-rtc-ds1307 is not set -# CONFIG_PACKAGE_kmod-rtc-ds1374 is not set +CONFIG_PACKAGE_kmod-regmap-spi=m +CONFIG_PACKAGE_kmod-rtc-ds1307=m +CONFIG_PACKAGE_kmod-rtc-ds1374=m # CONFIG_PACKAGE_kmod-rtc-ds1672 is not set # CONFIG_PACKAGE_kmod-rtc-em3027 is not set # CONFIG_PACKAGE_kmod-rtc-isl1208 is not set # CONFIG_PACKAGE_kmod-rtc-pcf2123 is not set # CONFIG_PACKAGE_kmod-rtc-pcf2127 is not set -# CONFIG_PACKAGE_kmod-rtc-pcf8563 is not set +CONFIG_PACKAGE_kmod-rtc-pcf8563=m # CONFIG_PACKAGE_kmod-rtc-rs5c372a is not set # CONFIG_PACKAGE_kmod-rtc-rx8025 is not set # CONFIG_PACKAGE_kmod-rtc-s35390a is not set -# CONFIG_PACKAGE_kmod-sdhci is not set -# CONFIG_PACKAGE_kmod-serial-8250 is not set -# CONFIG_PACKAGE_kmod-serial-8250-exar is not set +CONFIG_PACKAGE_kmod-sdhci=m +CONFIG_PACKAGE_kmod-serial-8250=m +CONFIG_PACKAGE_kmod-serial-8250-exar=m CONFIG_PACKAGE_kmod-softdog=m -# CONFIG_PACKAGE_kmod-ssb is not set +CONFIG_PACKAGE_kmod-ssb=m CONFIG_PACKAGE_kmod-thermal=m -# CONFIG_PACKAGE_kmod-tpm is not set -# CONFIG_PACKAGE_kmod-tpm-i2c-atmel is not set -# CONFIG_PACKAGE_kmod-tpm-i2c-infineon is not set +CONFIG_PACKAGE_kmod-tpm=m +CONFIG_PACKAGE_kmod-tpm-i2c-atmel=m +CONFIG_PACKAGE_kmod-tpm-i2c-infineon=m CONFIG_PACKAGE_kmod-wdt-sp805=m CONFIG_PACKAGE_kmod-zram=m CONFIG_ZRAM_DEF_COMP_LZORLE=y @@ -2990,78 +2912,104 @@ CONFIG_ZRAM_DEF_COMP_LZORLE=y # # SPI Support # -# CONFIG_PACKAGE_kmod-mmc-spi is not set -# CONFIG_PACKAGE_kmod-spi-bitbang is not set -# CONFIG_PACKAGE_kmod-spi-dev is not set -# CONFIG_PACKAGE_kmod-spi-gpio is not set +CONFIG_PACKAGE_kmod-mmc-spi=m +CONFIG_PACKAGE_kmod-spi-bitbang=m +CONFIG_PACKAGE_kmod-spi-dev=m +CONFIG_PACKAGE_kmod-spi-gpio=m # end of SPI Support # # Sound Support # -# CONFIG_PACKAGE_kmod-sound-core is not set +CONFIG_PACKAGE_kmod-sound-core=m +CONFIG_PACKAGE_kmod-ac97=m +CONFIG_PACKAGE_kmod-sound-dummy=m +CONFIG_PACKAGE_kmod-sound-ens1371=m +CONFIG_PACKAGE_kmod-sound-hda-core=m +CONFIG_PACKAGE_kmod-sound-hda-codec-analog=m +CONFIG_PACKAGE_kmod-sound-hda-codec-ca0110=m +CONFIG_PACKAGE_kmod-sound-hda-codec-ca0132=m +CONFIG_PACKAGE_kmod-sound-hda-codec-cirrus=m +CONFIG_PACKAGE_kmod-sound-hda-codec-cmedia=m +CONFIG_PACKAGE_kmod-sound-hda-codec-conexant=m +CONFIG_PACKAGE_kmod-sound-hda-codec-hdmi=m +CONFIG_PACKAGE_kmod-sound-hda-codec-idt=m +CONFIG_PACKAGE_kmod-sound-hda-codec-realtek=m +CONFIG_PACKAGE_kmod-sound-hda-codec-si3054=m +CONFIG_PACKAGE_kmod-sound-hda-codec-via=m +CONFIG_PACKAGE_kmod-sound-i8x0=m +CONFIG_PACKAGE_kmod-sound-mpu401=m +CONFIG_PACKAGE_kmod-sound-seq=m +CONFIG_PACKAGE_kmod-sound-soc-ac97=m +CONFIG_PACKAGE_kmod-sound-soc-core=m +CONFIG_PACKAGE_kmod-sound-soc-spdif=m +CONFIG_PACKAGE_kmod-sound-via82xx=m +CONFIG_PACKAGE_kmod-usb-audio=m # end of Sound Support # # USB Support # -# CONFIG_PACKAGE_kmod-chaoskey is not set -CONFIG_PACKAGE_kmod-phy-ath79-usb=y -# CONFIG_PACKAGE_kmod-usb-acm is not set -# CONFIG_PACKAGE_kmod-usb-atm is not set -# CONFIG_PACKAGE_kmod-usb-chipidea is not set -# CONFIG_PACKAGE_kmod-usb-chipidea2 is not set -# CONFIG_PACKAGE_kmod-usb-cm109 is not set +CONFIG_PACKAGE_kmod-chaoskey=m +CONFIG_PACKAGE_kmod-phy-ath79-usb=m +CONFIG_PACKAGE_kmod-usb-acm=m +CONFIG_PACKAGE_kmod-usb-atm=m +CONFIG_PACKAGE_kmod-usb-atm-cxacru=m +CONFIG_PACKAGE_kmod-usb-atm-speedtouch=m +CONFIG_PACKAGE_kmod-usb-atm-ueagle=m +CONFIG_PACKAGE_kmod-usb-chipidea=m +CONFIG_PACKAGE_kmod-usb-chipidea2=m +CONFIG_PACKAGE_kmod-usb-cm109=m CONFIG_PACKAGE_kmod-usb-core=y CONFIG_PACKAGE_kmod-usb-dwc2=m CONFIG_PACKAGE_kmod-usb-dwc2-pci=m -# CONFIG_PACKAGE_kmod-usb-dwc3 is not set -CONFIG_PACKAGE_kmod-usb-ehci=y +CONFIG_PACKAGE_kmod-usb-dwc3=m +CONFIG_PACKAGE_kmod-usb-ehci=m CONFIG_PACKAGE_kmod-usb-gadget=m -# CONFIG_PACKAGE_kmod-usb-gadget-cdc-composite is not set -# CONFIG_PACKAGE_kmod-usb-gadget-ehci-debug is not set +CONFIG_PACKAGE_kmod-usb-gadget-cdc-composite=m +CONFIG_PACKAGE_kmod-usb-gadget-ehci-debug=m CONFIG_PACKAGE_kmod-usb-gadget-eth=m -# CONFIG_PACKAGE_kmod-usb-gadget-hid is not set -# CONFIG_PACKAGE_kmod-usb-gadget-mass-storage is not set +CONFIG_PACKAGE_kmod-usb-gadget-hid=m +CONFIG_PACKAGE_kmod-usb-gadget-mass-storage=m CONFIG_PACKAGE_kmod-usb-gadget-ncm=m -# CONFIG_PACKAGE_kmod-usb-gadget-serial is not set +CONFIG_PACKAGE_kmod-usb-gadget-serial=m CONFIG_PACKAGE_kmod-usb-hid=m -# CONFIG_PACKAGE_kmod-usb-hid-cp2112 is not set +CONFIG_PACKAGE_kmod-usb-hid-cp2112=m CONFIG_PACKAGE_kmod-usb-hid-mcp2221=m -CONFIG_PACKAGE_kmod-usb-ledtrig-usbport=y +CONFIG_PACKAGE_kmod-usb-ledtrig-usbport=m CONFIG_PACKAGE_kmod-usb-lib-composite=m CONFIG_PACKAGE_kmod-usb-net=y -# CONFIG_PACKAGE_kmod-usb-net-aqc111 is not set -# CONFIG_PACKAGE_kmod-usb-net-asix is not set -# CONFIG_PACKAGE_kmod-usb-net-asix-ax88179 is not set -# CONFIG_PACKAGE_kmod-usb-net-cdc-eem is not set +CONFIG_PACKAGE_kmod-usb-net-aqc111=m +CONFIG_PACKAGE_kmod-usb-net-asix=m +CONFIG_PACKAGE_kmod-usb-net-asix-ax88179=m +CONFIG_PACKAGE_kmod-usb-net-cdc-eem=m CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y -# CONFIG_PACKAGE_kmod-usb-net-cdc-mbim is not set -# CONFIG_PACKAGE_kmod-usb-net-cdc-ncm is not set -# CONFIG_PACKAGE_kmod-usb-net-cdc-subset is not set -# CONFIG_PACKAGE_kmod-usb-net-dm9601-ether is not set -# CONFIG_PACKAGE_kmod-usb-net-hso is not set -# CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm is not set -# CONFIG_PACKAGE_kmod-usb-net-ipheth is not set -# CONFIG_PACKAGE_kmod-usb-net-kalmia is not set -# CONFIG_PACKAGE_kmod-usb-net-kaweth is not set +CONFIG_PACKAGE_kmod-usb-net-cdc-mbim=m +CONFIG_PACKAGE_kmod-usb-net-cdc-ncm=m +CONFIG_PACKAGE_kmod-usb-net-cdc-subset=m +CONFIG_PACKAGE_kmod-usb-net-dm9601-ether=m +CONFIG_PACKAGE_kmod-usb-net-hso=m +CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=m +CONFIG_PACKAGE_kmod-usb-net-ipheth=m +CONFIG_PACKAGE_kmod-usb-net-kalmia=m +CONFIG_PACKAGE_kmod-usb-net-kaweth=m CONFIG_PACKAGE_kmod-usb-net-lan78xx=m -# CONFIG_PACKAGE_kmod-usb-net-mcs7830 is not set -# CONFIG_PACKAGE_kmod-usb-net-pegasus is not set -# CONFIG_PACKAGE_kmod-usb-net-pl is not set -# CONFIG_PACKAGE_kmod-usb-net-qmi-wwan is not set +CONFIG_PACKAGE_kmod-usb-net-mcs7830=m +CONFIG_PACKAGE_kmod-usb-net-pegasus=m +CONFIG_PACKAGE_kmod-usb-net-pl=m +CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=m CONFIG_PACKAGE_kmod-usb-net-rndis=y -# CONFIG_PACKAGE_kmod-usb-net-rtl8150 is not set -# CONFIG_PACKAGE_kmod-usb-net-rtl8152 is not set -# CONFIG_PACKAGE_kmod-usb-net-sierrawireless is not set +CONFIG_PACKAGE_kmod-usb-net-rtl8150=m +CONFIG_PACKAGE_kmod-usb-net-rtl8152=m +CONFIG_PACKAGE_kmod-usb-net-sierrawireless=m CONFIG_PACKAGE_kmod-usb-net-smsc75xx=m -# CONFIG_PACKAGE_kmod-usb-net-smsc95xx is not set -# CONFIG_PACKAGE_kmod-usb-net-sr9700 is not set -# CONFIG_PACKAGE_kmod-usb-net2280 is not set -CONFIG_PACKAGE_kmod-usb-ohci=y -# CONFIG_PACKAGE_kmod-usb-ohci-pci is not set +CONFIG_PACKAGE_kmod-usb-net-smsc95xx=m +CONFIG_PACKAGE_kmod-usb-net-sr9700=m +CONFIG_PACKAGE_kmod-usb-net2280=m +CONFIG_PACKAGE_kmod-usb-ohci=m +CONFIG_PACKAGE_kmod-usb-ohci-pci=m CONFIG_PACKAGE_kmod-usb-phy-nop=m -# CONFIG_PACKAGE_kmod-usb-printer is not set +CONFIG_PACKAGE_kmod-usb-printer=m CONFIG_PACKAGE_kmod-usb-roles=m CONFIG_PACKAGE_kmod-usb-serial=m CONFIG_PACKAGE_kmod-usb-serial-ark3116=m @@ -3069,44 +3017,43 @@ CONFIG_PACKAGE_kmod-usb-serial-belkin=m CONFIG_PACKAGE_kmod-usb-serial-ch341=m CONFIG_PACKAGE_kmod-usb-serial-cp210x=m CONFIG_PACKAGE_kmod-usb-serial-cypress-m8=m -CONFIG_PACKAGE_kmod-usb-serial-dmx_usb_module=m CONFIG_PACKAGE_kmod-usb-serial-edgeport=m CONFIG_PACKAGE_kmod-usb-serial-ftdi=m -# CONFIG_PACKAGE_kmod-usb-serial-garmin is not set -# CONFIG_PACKAGE_kmod-usb-serial-ipw is not set -# CONFIG_PACKAGE_kmod-usb-serial-keyspan is not set -# CONFIG_PACKAGE_kmod-usb-serial-mct is not set -# CONFIG_PACKAGE_kmod-usb-serial-mos7720 is not set -# CONFIG_PACKAGE_kmod-usb-serial-mos7840 is not set -# CONFIG_PACKAGE_kmod-usb-serial-option is not set -# CONFIG_PACKAGE_kmod-usb-serial-oti6858 is not set -# CONFIG_PACKAGE_kmod-usb-serial-pl2303 is not set -# CONFIG_PACKAGE_kmod-usb-serial-qualcomm is not set -# CONFIG_PACKAGE_kmod-usb-serial-sierrawireless is not set -# CONFIG_PACKAGE_kmod-usb-serial-simple is not set -# CONFIG_PACKAGE_kmod-usb-serial-ti-usb is not set -# CONFIG_PACKAGE_kmod-usb-serial-visor is not set -CONFIG_PACKAGE_kmod-usb-serial-xr_usb_serial_common=m -# CONFIG_PACKAGE_kmod-usb-storage is not set -# CONFIG_PACKAGE_kmod-usb-storage-extras is not set -# CONFIG_PACKAGE_kmod-usb-storage-uas is not set -# CONFIG_PACKAGE_kmod-usb-test is not set -# CONFIG_PACKAGE_kmod-usb-uhci is not set -# CONFIG_PACKAGE_kmod-usb-wdm is not set -# CONFIG_PACKAGE_kmod-usb-yealink is not set -CONFIG_PACKAGE_kmod-usb2=y -# CONFIG_PACKAGE_kmod-usb2-pci is not set -# CONFIG_PACKAGE_kmod-usb3 is not set -# CONFIG_PACKAGE_kmod-usbip is not set -# CONFIG_PACKAGE_kmod-usbip-client is not set -# CONFIG_PACKAGE_kmod-usbip-server is not set -# CONFIG_PACKAGE_kmod-usbmon is not set +CONFIG_PACKAGE_kmod-usb-serial-garmin=m +CONFIG_PACKAGE_kmod-usb-serial-ipw=m +CONFIG_PACKAGE_kmod-usb-serial-keyspan=m +CONFIG_PACKAGE_kmod-usb-serial-mct=m +CONFIG_PACKAGE_kmod-usb-serial-mos7720=m +CONFIG_PACKAGE_kmod-usb-serial-mos7840=m +CONFIG_PACKAGE_kmod-usb-serial-option=m +CONFIG_PACKAGE_kmod-usb-serial-oti6858=m +CONFIG_PACKAGE_kmod-usb-serial-pl2303=m +CONFIG_PACKAGE_kmod-usb-serial-qualcomm=m +CONFIG_PACKAGE_kmod-usb-serial-sierrawireless=m +CONFIG_PACKAGE_kmod-usb-serial-simple=m +CONFIG_PACKAGE_kmod-usb-serial-ti-usb=m +CONFIG_PACKAGE_kmod-usb-serial-visor=m +CONFIG_PACKAGE_kmod-usb-serial-wwan=m +CONFIG_PACKAGE_kmod-usb-storage=m +CONFIG_PACKAGE_kmod-usb-storage-extras=m +CONFIG_PACKAGE_kmod-usb-storage-uas=m +CONFIG_PACKAGE_kmod-usb-test=m +CONFIG_PACKAGE_kmod-usb-uhci=m +CONFIG_PACKAGE_kmod-usb-wdm=m +CONFIG_PACKAGE_kmod-usb-xhci-hcd=m +CONFIG_PACKAGE_kmod-usb-yealink=m +CONFIG_PACKAGE_kmod-usb2=m +CONFIG_PACKAGE_kmod-usb2-pci=m +CONFIG_PACKAGE_kmod-usb3=m +CONFIG_PACKAGE_kmod-usbip=m +CONFIG_PACKAGE_kmod-usbip-client=m +CONFIG_PACKAGE_kmod-usbip-server=m +CONFIG_PACKAGE_kmod-usbmon=m # end of USB Support # # Video Support # -CONFIG_PACKAGE_kmod-v4l2loopback=m CONFIG_PACKAGE_kmod-video-core=m CONFIG_PACKAGE_kmod-video-cpia2=m CONFIG_PACKAGE_kmod-video-gspca-core=m @@ -3159,546 +3106,198 @@ CONFIG_PACKAGE_kmod-vhost-net=m # # Voice over IP # -CONFIG_PACKAGE_kmod-dahdi=m -CONFIG_PACKAGE_kmod-dahdi-dummy=m -CONFIG_PACKAGE_kmod-dahdi-echocan-oslec=m -CONFIG_PACKAGE_kmod-dahdi-hfcs=m # end of Voice over IP # # W1 support # -# CONFIG_PACKAGE_kmod-w1 is not set +CONFIG_PACKAGE_kmod-w1=m +CONFIG_PACKAGE_kmod-w1-master-ds2482=m +CONFIG_PACKAGE_kmod-w1-master-ds2490=m +CONFIG_PACKAGE_kmod-w1-master-gpio=m +CONFIG_PACKAGE_kmod-w1-slave-ds2413=m +CONFIG_PACKAGE_kmod-w1-slave-ds2431=m +CONFIG_PACKAGE_kmod-w1-slave-ds2433=m +CONFIG_PACKAGE_kmod-w1-slave-smem=m +CONFIG_PACKAGE_kmod-w1-slave-therm=m # end of W1 support # # WPAN 802.15.4 Support # -# CONFIG_PACKAGE_kmod-at86rf230 is not set -# CONFIG_PACKAGE_kmod-atusb is not set -# CONFIG_PACKAGE_kmod-ca8210 is not set -# CONFIG_PACKAGE_kmod-cc2520 is not set -# CONFIG_PACKAGE_kmod-fakelb is not set -# CONFIG_PACKAGE_kmod-ieee802154 is not set -# CONFIG_PACKAGE_kmod-ieee802154-6lowpan is not set -# CONFIG_PACKAGE_kmod-mac802154 is not set -# CONFIG_PACKAGE_kmod-mrf24j40 is not set +CONFIG_PACKAGE_kmod-at86rf230=m +CONFIG_PACKAGE_kmod-atusb=m +CONFIG_PACKAGE_kmod-ca8210=m +CONFIG_PACKAGE_kmod-cc2520=m +CONFIG_PACKAGE_kmod-fakelb=m +CONFIG_PACKAGE_kmod-ieee802154=m +CONFIG_PACKAGE_kmod-ieee802154-6lowpan=m +CONFIG_PACKAGE_kmod-mac802154=m +CONFIG_PACKAGE_kmod-mrf24j40=m # end of WPAN 802.15.4 Support # # Wireless Drivers # -# CONFIG_PACKAGE_kmod-ar5523 is not set +CONFIG_PACKAGE_kmod-ar5523=m CONFIG_PACKAGE_kmod-ath=y CONFIG_ATH_USER_REGD=y # CONFIG_PACKAGE_ATH_DEBUG is not set CONFIG_PACKAGE_ATH_DFS=y # CONFIG_PACKAGE_ATH_DYNACK is not set -# CONFIG_PACKAGE_kmod-ath10k is not set +CONFIG_PACKAGE_kmod-ath10k=m CONFIG_ATH10K_LEDS=y # CONFIG_ATH10K_THERMAL is not set -# CONFIG_PACKAGE_kmod-ath10k-ct is not set -# CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers is not set +CONFIG_PACKAGE_kmod-ath10k-ct=m +CONFIG_ATH10K-CT_LEDS=y +CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers=m CONFIG_PACKAGE_kmod-ath10k-smallbuffers=m CONFIG_PACKAGE_kmod-ath11k=m # CONFIG_ATH11K_THERMAL is not set CONFIG_PACKAGE_kmod-ath11k-pci=m -# CONFIG_PACKAGE_kmod-ath5k is not set -# CONFIG_PACKAGE_kmod-ath6kl-sdio is not set -# CONFIG_PACKAGE_kmod-ath6kl-usb is not set +CONFIG_PACKAGE_kmod-ath5k=m +CONFIG_PACKAGE_kmod-ath6kl=m +CONFIG_PACKAGE_kmod-ath6kl-sdio=m +CONFIG_PACKAGE_kmod-ath6kl-usb=m CONFIG_PACKAGE_kmod-ath9k=y CONFIG_ATH9K_HWRNG=y # CONFIG_ATH9K_SUPPORT_PCOEM is not set # CONFIG_ATH9K_TX99 is not set -# CONFIG_ATH9K_UBNTHSR is not set +CONFIG_ATH9K_UBNTHSR=y CONFIG_PACKAGE_kmod-ath9k-common=y -# CONFIG_PACKAGE_kmod-ath9k-htc is not set -# CONFIG_PACKAGE_kmod-b43 is not set -# CONFIG_PACKAGE_kmod-brcmfmac is not set -# CONFIG_PACKAGE_kmod-brcmsmac is not set -# CONFIG_PACKAGE_kmod-brcmutil is not set -# CONFIG_PACKAGE_kmod-carl9170 is not set +CONFIG_PACKAGE_kmod-ath9k-htc=m +CONFIG_PACKAGE_kmod-b43=m +CONFIG_PACKAGE_B43_USE_SSB=m +CONFIG_PACKAGE_B43_USE_BCMA=m +# CONFIG_B43_FW_4_150 is not set +# CONFIG_B43_FW_4_178 is not set +# CONFIG_B43_FW_5_10 is not set +CONFIG_B43_FW_5_100_138=y +# CONFIG_B43_FW_6_30 is not set +# CONFIG_B43_OPENFIRMWARE is not set +CONFIG_B43_FW_SQUASH=y +CONFIG_B43_FW_SQUASH_COREREVS="5,6,7,8,9,10,11,13,15,16,28,29,30" +CONFIG_B43_FW_SQUASH_PHYTYPES="G,N,LP,HT" +CONFIG_PACKAGE_B43_BUSES_BCMA_AND_SSB=y +# CONFIG_PACKAGE_B43_BUSES_BCMA is not set +# CONFIG_PACKAGE_B43_BUSES_SSB is not set +# CONFIG_PACKAGE_B43_DEBUG is not set +# CONFIG_PACKAGE_B43_PIO is not set +CONFIG_PACKAGE_B43_PHY_G=y +CONFIG_PACKAGE_B43_PHY_N=y +CONFIG_PACKAGE_B43_PHY_LP=y +CONFIG_PACKAGE_B43_PHY_HT=y +CONFIG_PACKAGE_kmod-brcmfmac=m +# CONFIG_BRCMFMAC_SDIO is not set +CONFIG_BRCMFMAC_USB=y +CONFIG_BRCMFMAC_PCIE=y +CONFIG_PACKAGE_kmod-brcmsmac=m +CONFIG_BRCMSMAC_USE_FW_FROM_WL=y +CONFIG_PACKAGE_kmod-brcmutil=m +# CONFIG_PACKAGE_BRCM80211_DEBUG is not set +CONFIG_PACKAGE_kmod-carl9170=m CONFIG_PACKAGE_kmod-cfg80211=y # CONFIG_PACKAGE_CFG80211_TESTMODE is not set -# CONFIG_PACKAGE_kmod-iwlwifi is not set +CONFIG_PACKAGE_kmod-iwlwifi=m +# CONFIG_PACKAGE_IWLWIFI_DEBUG is not set +# CONFIG_PACKAGE_IWLWIFI_DEBUGFS is not set CONFIG_PACKAGE_kmod-mac80211=y CONFIG_PACKAGE_MAC80211_DEBUGFS=y # CONFIG_PACKAGE_MAC80211_TRACING is not set CONFIG_PACKAGE_MAC80211_MESH=y -# CONFIG_PACKAGE_kmod-mac80211-hwsim is not set -# CONFIG_PACKAGE_kmod-mt76 is not set +CONFIG_PACKAGE_kmod-mac80211-hwsim=m +CONFIG_PACKAGE_kmod-mt76=m CONFIG_PACKAGE_kmod-mt76-connac=m CONFIG_PACKAGE_kmod-mt76-core=m CONFIG_PACKAGE_kmod-mt76-sdio=m CONFIG_PACKAGE_kmod-mt76-usb=m -# CONFIG_PACKAGE_kmod-mt7601u is not set -# CONFIG_PACKAGE_kmod-mt7603 is not set +CONFIG_PACKAGE_kmod-mt7601u=m +CONFIG_PACKAGE_kmod-mt7603=m CONFIG_PACKAGE_kmod-mt7615-common=m -# CONFIG_PACKAGE_kmod-mt7615-firmware is not set +CONFIG_PACKAGE_kmod-mt7615-firmware=m CONFIG_PACKAGE_kmod-mt7615e=m CONFIG_PACKAGE_kmod-mt7622-firmware=m -# CONFIG_PACKAGE_kmod-mt7663-firmware-ap is not set -# CONFIG_PACKAGE_kmod-mt7663-firmware-sta is not set -# CONFIG_PACKAGE_kmod-mt7663s is not set -# CONFIG_PACKAGE_kmod-mt7663u is not set -# CONFIG_PACKAGE_kmod-mt76x0e is not set -# CONFIG_PACKAGE_kmod-mt76x0u is not set -# CONFIG_PACKAGE_kmod-mt76x2 is not set -# CONFIG_PACKAGE_kmod-mt76x2u is not set +CONFIG_PACKAGE_kmod-mt7663-firmware-ap=m +CONFIG_PACKAGE_kmod-mt7663-firmware-sta=m +CONFIG_PACKAGE_kmod-mt7663-usb-sdio=m +CONFIG_PACKAGE_kmod-mt7663s=m +CONFIG_PACKAGE_kmod-mt7663u=m +CONFIG_PACKAGE_kmod-mt76x0-common=m +CONFIG_PACKAGE_kmod-mt76x02-common=m +CONFIG_PACKAGE_kmod-mt76x02-usb=m +CONFIG_PACKAGE_kmod-mt76x0e=m +CONFIG_PACKAGE_kmod-mt76x0u=m +CONFIG_PACKAGE_kmod-mt76x2=m +CONFIG_PACKAGE_kmod-mt76x2-common=m +CONFIG_PACKAGE_kmod-mt76x2u=m CONFIG_PACKAGE_kmod-mt7915-firmware=m CONFIG_PACKAGE_kmod-mt7915e=m CONFIG_PACKAGE_kmod-mt7916-firmware=m CONFIG_PACKAGE_kmod-mt7921-common=m CONFIG_PACKAGE_kmod-mt7921-firmware=m -# CONFIG_PACKAGE_kmod-mt7921e is not set +CONFIG_PACKAGE_kmod-mt7921e=m CONFIG_PACKAGE_kmod-mt7921s=m CONFIG_PACKAGE_kmod-mt7921u=m CONFIG_PACKAGE_kmod-mt7922-firmware=m CONFIG_PACKAGE_kmod-mt792x-common=m CONFIG_PACKAGE_kmod-mt792x-usb=m -# CONFIG_PACKAGE_kmod-mwifiex-pcie is not set -# CONFIG_PACKAGE_kmod-mwifiex-sdio is not set -# CONFIG_PACKAGE_kmod-mwl8k is not set -# CONFIG_PACKAGE_kmod-owl-loader is not set -# CONFIG_PACKAGE_kmod-rsi91x is not set -# CONFIG_PACKAGE_kmod-rsi91x-sdio is not set -# CONFIG_PACKAGE_kmod-rsi91x-usb is not set -# CONFIG_PACKAGE_kmod-rt2800-pci is not set -# CONFIG_PACKAGE_kmod-rt2800-usb is not set -# CONFIG_PACKAGE_kmod-rt2x00-lib is not set -# CONFIG_PACKAGE_kmod-rtl8192ce is not set -# CONFIG_PACKAGE_kmod-rtl8192cu is not set -# CONFIG_PACKAGE_kmod-rtl8192de is not set -# CONFIG_PACKAGE_kmod-rtl8192se is not set -# CONFIG_PACKAGE_kmod-rtl8723bs is not set -# CONFIG_PACKAGE_kmod-rtl8812au-ct is not set -# CONFIG_PACKAGE_kmod-rtl8821ae is not set -# CONFIG_PACKAGE_kmod-rtl8xxxu is not set -# CONFIG_PACKAGE_kmod-rtw88 is not set -# CONFIG_PACKAGE_kmod-wil6210 is not set -# CONFIG_PACKAGE_kmod-wl12xx is not set -# CONFIG_PACKAGE_kmod-wl18xx is not set -# CONFIG_PACKAGE_kmod-wlcore is not set +CONFIG_PACKAGE_kmod-mwifiex-pcie=m +CONFIG_PACKAGE_kmod-mwifiex-sdio=m +CONFIG_PACKAGE_kmod-mwl8k=m +CONFIG_PACKAGE_kmod-owl-loader=m +CONFIG_PACKAGE_kmod-rsi91x=m +CONFIG_PACKAGE_kmod-rsi91x-sdio=m +CONFIG_PACKAGE_kmod-rsi91x-usb=m +CONFIG_PACKAGE_kmod-rt2800-lib=m +CONFIG_PACKAGE_kmod-rt2800-mmio=m +CONFIG_PACKAGE_kmod-rt2800-pci=m +CONFIG_PACKAGE_kmod-rt2800-usb=m +CONFIG_PACKAGE_kmod-rt2x00-lib=m +# CONFIG_PACKAGE_RT2X00_LIB_DEBUGFS is not set +# CONFIG_PACKAGE_RT2X00_DEBUG is not set +CONFIG_PACKAGE_kmod-rt2x00-mmio=m +CONFIG_PACKAGE_kmod-rt2x00-pci=m +CONFIG_PACKAGE_kmod-rt2x00-usb=m +CONFIG_PACKAGE_kmod-rtl8192c-common=m +CONFIG_PACKAGE_kmod-rtl8192ce=m +CONFIG_PACKAGE_kmod-rtl8192cu=m +CONFIG_PACKAGE_kmod-rtl8192de=m +CONFIG_PACKAGE_kmod-rtl8192se=m +CONFIG_PACKAGE_kmod-rtl8723bs=m +CONFIG_PACKAGE_kmod-rtl8812au-ct=m +CONFIG_PACKAGE_kmod-rtl8821ae=m +CONFIG_PACKAGE_kmod-rtl8xxxu=m +CONFIG_PACKAGE_kmod-rtlwifi=m +# CONFIG_PACKAGE_RTLWIFI_DEBUG is not set +CONFIG_PACKAGE_kmod-rtlwifi-btcoexist=m +CONFIG_PACKAGE_kmod-rtlwifi-pci=m +CONFIG_PACKAGE_kmod-rtlwifi-usb=m +CONFIG_PACKAGE_kmod-rtw88=m +# CONFIG_PACKAGE_RTW88_DEBUG is not set +# CONFIG_PACKAGE_RTW88_DEBUGFS is not set +CONFIG_PACKAGE_kmod-wil6210=m +CONFIG_PACKAGE_kmod-wl12xx=m +CONFIG_PACKAGE_kmod-wl18xx=m +CONFIG_PACKAGE_kmod-wlcore=m # end of Wireless Drivers + +CONFIG_PACKAGE_kmod-cdrom=m # end of Kernel modules # # Languages # -# -# Erlang -# -# CONFIG_PACKAGE_erlang is not set -# CONFIG_PACKAGE_erlang-asn1 is not set -# CONFIG_PACKAGE_erlang-compiler is not set -# CONFIG_PACKAGE_erlang-crypto is not set -# CONFIG_PACKAGE_erlang-erl-interface is not set -# CONFIG_PACKAGE_erlang-inets is not set -# CONFIG_PACKAGE_erlang-mnesia is not set -# CONFIG_PACKAGE_erlang-os_mon is not set -# CONFIG_PACKAGE_erlang-public-key is not set -# CONFIG_PACKAGE_erlang-reltool is not set -# CONFIG_PACKAGE_erlang-runtime-tools is not set -# CONFIG_PACKAGE_erlang-snmp is not set -# CONFIG_PACKAGE_erlang-ssh is not set -# CONFIG_PACKAGE_erlang-ssl is not set -# CONFIG_PACKAGE_erlang-syntax-tools is not set -# CONFIG_PACKAGE_erlang-tools is not set -# CONFIG_PACKAGE_erlang-xmerl is not set -# end of Erlang - -# -# Go -# -# CONFIG_PACKAGE_golang is not set - -# -# Configuration -# -CONFIG_GOLANG_EXTERNAL_BOOTSTRAP_ROOT="" -CONFIG_GOLANG_BUILD_CACHE_DIR="" -# CONFIG_GOLANG_MOD_CACHE_WORLD_READABLE is not set -# end of Configuration - -# CONFIG_PACKAGE_golang-doc is not set -# CONFIG_PACKAGE_golang-github-jedisct1-dnscrypt-proxy2-dev is not set -# CONFIG_PACKAGE_golang-github-nextdns-nextdns-dev is not set -# CONFIG_PACKAGE_golang-gitlab-yawning-obfs4-dev is not set -# CONFIG_PACKAGE_golang-src is not set -# end of Go - # # Lua # -# CONFIG_PACKAGE_cqueues is not set -# CONFIG_PACKAGE_dkjson is not set -# CONFIG_PACKAGE_json4lua is not set -# CONFIG_PACKAGE_ldbus is not set -CONFIG_PACKAGE_libiwinfo-lua=y -# CONFIG_PACKAGE_linotify is not set -# CONFIG_PACKAGE_lpeg is not set -# CONFIG_PACKAGE_lsqlite3 is not set -# CONFIG_PACKAGE_lsqlite3-lua5.3 is not set -CONFIG_PACKAGE_lua=y -# CONFIG_PACKAGE_lua-argparse is not set -# CONFIG_PACKAGE_lua-bencode is not set -CONFIG_PACKAGE_lua-bit32=y -# CONFIG_PACKAGE_lua-cjson is not set -# CONFIG_PACKAGE_lua-copas is not set -# CONFIG_PACKAGE_lua-coxpcall is not set -# CONFIG_PACKAGE_lua-cs-bouncer is not set -# CONFIG_PACKAGE_lua-curl-v3 is not set -# CONFIG_PACKAGE_lua-eco is not set -# CONFIG_PACKAGE_lua-eco-base64 is not set -# CONFIG_PACKAGE_lua-eco-dns is not set -# CONFIG_PACKAGE_lua-eco-file is not set -# CONFIG_PACKAGE_lua-eco-http is not set -# CONFIG_PACKAGE_lua-eco-ip is not set -# CONFIG_PACKAGE_lua-eco-log is not set -# CONFIG_PACKAGE_lua-eco-md5 is not set -# CONFIG_PACKAGE_lua-eco-mqtt is not set -# CONFIG_PACKAGE_lua-eco-netlink is not set -# CONFIG_PACKAGE_lua-eco-nl80211 is not set -# CONFIG_PACKAGE_lua-eco-sha1 is not set -# CONFIG_PACKAGE_lua-eco-socket is not set -# CONFIG_PACKAGE_lua-eco-ssl is not set -# CONFIG_LUA_ECO_OPENSSL is not set -# CONFIG_LUA_ECO_WOLFSSL is not set -CONFIG_LUA_ECO_MBEDTLS=y -# CONFIG_PACKAGE_lua-eco-sys is not set -# CONFIG_PACKAGE_lua-eco-termios is not set -# CONFIG_PACKAGE_lua-eco-ubus is not set -# CONFIG_PACKAGE_lua-eco-websocket is not set -# CONFIG_PACKAGE_lua-ev is not set -# CONFIG_PACKAGE_lua-examples is not set -# CONFIG_PACKAGE_lua-libmodbus is not set -# CONFIG_PACKAGE_lua-lzlib is not set -# CONFIG_PACKAGE_lua-md5 is not set -# CONFIG_PACKAGE_lua-mobdebug is not set -CONFIG_PACKAGE_lua-mosquitto=m -# CONFIG_PACKAGE_lua-openssl is not set -# CONFIG_PACKAGE_lua-penlight is not set -# CONFIG_PACKAGE_lua-rings is not set -# CONFIG_PACKAGE_lua-rs232 is not set -# CONFIG_PACKAGE_lua-sha2 is not set -# CONFIG_PACKAGE_lua-wsapi-base is not set -# CONFIG_PACKAGE_lua-wsapi-xavante is not set -# CONFIG_PACKAGE_lua-xavante is not set +# CONFIG_PACKAGE_libiwinfo-lua is not set +# CONFIG_PACKAGE_lua is not set # CONFIG_PACKAGE_lua5.3 is not set -CONFIG_PACKAGE_luabitop=y # CONFIG_PACKAGE_luac is not set # CONFIG_PACKAGE_luac5.3 is not set -# CONFIG_PACKAGE_luaexpat is not set -# CONFIG_PACKAGE_luafilesystem is not set -# CONFIG_PACKAGE_luajit is not set -# CONFIG_PACKAGE_lualanes is not set -# CONFIG_PACKAGE_luaossl is not set -# CONFIG_PACKAGE_luaposix is not set -# CONFIG_PACKAGE_luarocks is not set -# CONFIG_PACKAGE_luasec is not set -# CONFIG_PACKAGE_luasoap is not set -CONFIG_PACKAGE_luasocket=y -# CONFIG_PACKAGE_luasocket5.3 is not set -# CONFIG_PACKAGE_luasql-mysql is not set -# CONFIG_PACKAGE_luasql-pgsql is not set -# CONFIG_PACKAGE_luasql-sqlite3 is not set -# CONFIG_PACKAGE_luasrcdiet is not set -# CONFIG_PACKAGE_luv is not set -# CONFIG_PACKAGE_lyaml is not set -# CONFIG_PACKAGE_lzmq is not set -# CONFIG_PACKAGE_uuid is not set # end of Lua -# -# Node.js -# -# end of Node.js - -# -# PHP8 -# -# CONFIG_PACKAGE_php8 is not set -# end of PHP8 - -# -# Perl -# -# CONFIG_PACKAGE_perl is not set -# end of Perl - -# -# Python -# -# CONFIG_PACKAGE_libpython3 is not set -# CONFIG_PACKAGE_micropython-lib is not set -# CONFIG_PACKAGE_micropython-lib-src is not set -# CONFIG_PACKAGE_micropython-lib-unix is not set -# CONFIG_PACKAGE_micropython-lib-unix-src is not set -# CONFIG_PACKAGE_micropython-mbedtls is not set -# CONFIG_PACKAGE_micropython-mpremote is not set -# CONFIG_PACKAGE_micropython-nossl is not set -# CONFIG_PACKAGE_python3 is not set -# CONFIG_PACKAGE_python3-aio-mqtt-mod is not set -# CONFIG_PACKAGE_python3-aiohttp is not set -# CONFIG_PACKAGE_python3-aiohttp-cors is not set -# CONFIG_PACKAGE_python3-aiosignal is not set -# CONFIG_PACKAGE_python3-apipkg is not set -# CONFIG_PACKAGE_python3-apparmor is not set -# CONFIG_PACKAGE_python3-appdirs is not set -# CONFIG_PACKAGE_python3-asgiref is not set -# CONFIG_PACKAGE_python3-astral is not set -# CONFIG_PACKAGE_python3-async-generator is not set -# CONFIG_PACKAGE_python3-async-timeout is not set -# CONFIG_PACKAGE_python3-asyncio is not set -# CONFIG_PACKAGE_python3-atomicwrites is not set -# CONFIG_PACKAGE_python3-attrs is not set -# CONFIG_PACKAGE_python3-augeas is not set -# CONFIG_PACKAGE_python3-automat is not set -# CONFIG_PACKAGE_python3-awesomeversion is not set -# CONFIG_PACKAGE_python3-awscli is not set -# CONFIG_PACKAGE_python3-babel is not set -# CONFIG_PACKAGE_python3-base is not set -# CONFIG_PACKAGE_python3-bcrypt is not set -# CONFIG_PACKAGE_python3-bidict is not set -# CONFIG_PACKAGE_python3-ble2mqtt is not set -# CONFIG_PACKAGE_python3-bleak is not set -# CONFIG_PACKAGE_python3-boto3 is not set -# CONFIG_PACKAGE_python3-botocore is not set -# CONFIG_PACKAGE_python3-bottle is not set -# CONFIG_PACKAGE_python3-cached-property is not set -# CONFIG_PACKAGE_python3-cachelib is not set -# CONFIG_PACKAGE_python3-cachetools is not set -# CONFIG_PACKAGE_python3-certifi is not set -# CONFIG_PACKAGE_python3-cffi is not set -# CONFIG_PACKAGE_python3-cgi is not set -# CONFIG_PACKAGE_python3-cgitb is not set -# CONFIG_PACKAGE_python3-chardet is not set -# CONFIG_PACKAGE_python3-charset-normalizer is not set -# CONFIG_PACKAGE_python3-ciso8601 is not set -# CONFIG_PACKAGE_python3-click is not set -# CONFIG_PACKAGE_python3-click-log is not set -# CONFIG_PACKAGE_python3-codecs is not set -# CONFIG_PACKAGE_python3-colorama is not set -# CONFIG_PACKAGE_python3-constantly is not set -# CONFIG_PACKAGE_python3-contextlib2 is not set -# CONFIG_PACKAGE_python3-crcmod is not set -# CONFIG_PACKAGE_python3-cryptodome is not set -# CONFIG_PACKAGE_python3-cryptodomex is not set -# CONFIG_PACKAGE_python3-cryptography is not set -# CONFIG_PACKAGE_python3-ctypes is not set -# CONFIG_PACKAGE_python3-curl is not set -# CONFIG_PACKAGE_python3-dateutil is not set -# CONFIG_PACKAGE_python3-dbm is not set -# CONFIG_PACKAGE_python3-dbus-fast is not set -# CONFIG_PACKAGE_python3-decimal is not set -# CONFIG_PACKAGE_python3-decorator is not set -# CONFIG_PACKAGE_python3-defusedxml is not set -# CONFIG_PACKAGE_python3-dev is not set -# CONFIG_PACKAGE_python3-distro is not set -# CONFIG_PACKAGE_python3-distutils is not set -# CONFIG_PACKAGE_python3-django is not set -# CONFIG_PACKAGE_python3-django-cors-headers is not set -# CONFIG_PACKAGE_python3-django-etesync-journal is not set -# CONFIG_PACKAGE_python3-django-restframework is not set -# CONFIG_PACKAGE_python3-dns is not set -# CONFIG_PACKAGE_python3-docker is not set -# CONFIG_PACKAGE_python3-dockerpty is not set -# CONFIG_PACKAGE_python3-docopt is not set -# CONFIG_PACKAGE_python3-docutils is not set -# CONFIG_PACKAGE_python3-dotenv is not set -# CONFIG_PACKAGE_python3-drf-nested-routers is not set -# CONFIG_PACKAGE_python3-email is not set -# CONFIG_PACKAGE_python3-engineio is not set -# CONFIG_PACKAGE_python3-et_xmlfile is not set -# CONFIG_PACKAGE_python3-evdev is not set -# CONFIG_PACKAGE_python3-eventlet is not set -# CONFIG_PACKAGE_python3-exceptiongroup is not set -# CONFIG_PACKAGE_python3-execnet is not set -# CONFIG_PACKAGE_python3-flask is not set -# CONFIG_PACKAGE_python3-flask-babel is not set -# CONFIG_PACKAGE_python3-flask-httpauth is not set -# CONFIG_PACKAGE_python3-flask-login is not set -# CONFIG_PACKAGE_python3-flask-seasurf is not set -# CONFIG_PACKAGE_python3-flask-session is not set -# CONFIG_PACKAGE_python3-flask-socketio is not set -# CONFIG_PACKAGE_python3-flup is not set -# CONFIG_PACKAGE_python3-frozenlist is not set -# CONFIG_PACKAGE_python3-gensio is not set -# CONFIG_PACKAGE_python3-gmpy2 is not set -# CONFIG_PACKAGE_python3-gnupg is not set -# CONFIG_PACKAGE_python3-gpiod is not set -# CONFIG_PACKAGE_python3-greenlet is not set -# CONFIG_PACKAGE_python3-hyperlink is not set -# CONFIG_PACKAGE_python3-idna is not set -# CONFIG_PACKAGE_python3-ifaddr is not set -# CONFIG_PACKAGE_python3-incremental is not set -# CONFIG_PACKAGE_python3-influxdb is not set -# CONFIG_PACKAGE_python3-iniconfig is not set -# CONFIG_PACKAGE_python3-intelhex is not set -# CONFIG_PACKAGE_python3-iperf3 is not set -# CONFIG_PACKAGE_python3-itsdangerous is not set -# CONFIG_PACKAGE_python3-jdcal is not set -# CONFIG_PACKAGE_python3-jinja2 is not set -# CONFIG_PACKAGE_python3-jmespath is not set -# CONFIG_PACKAGE_python3-jsonpath-ng is not set -# CONFIG_PACKAGE_python3-jsonschema is not set -# CONFIG_PACKAGE_python3-lib2to3 is not set -# CONFIG_PACKAGE_python3-libmodbus is not set -# CONFIG_PACKAGE_python3-light is not set - -# -# Configuration -# -# CONFIG_PYTHON3_HOST_PIP_CACHE_WORLD_READABLE is not set -# end of Configuration - -# CONFIG_PACKAGE_python3-logging is not set -# CONFIG_PACKAGE_python3-lxml is not set -# CONFIG_PACKAGE_python3-lzma is not set -# CONFIG_PACKAGE_python3-markdown is not set -# CONFIG_PACKAGE_python3-markupsafe is not set -# CONFIG_PACKAGE_python3-maxminddb is not set -# CONFIG_PACKAGE_python3-more-itertools is not set -# CONFIG_PACKAGE_python3-msgpack is not set -# CONFIG_PACKAGE_python3-multidict is not set -# CONFIG_PACKAGE_python3-multiprocessing is not set -# CONFIG_PACKAGE_python3-ncurses is not set -# CONFIG_PACKAGE_python3-netdisco is not set -# CONFIG_PACKAGE_python3-netifaces is not set -# CONFIG_PACKAGE_python3-networkx is not set -# CONFIG_PACKAGE_python3-newt is not set - -# -# Configuration -# -# CONFIG_NUMPY_OPENBLAS_SUPPORT is not set -# end of Configuration - -# CONFIG_PACKAGE_python3-openpyxl is not set -# CONFIG_PACKAGE_python3-openssl is not set -# CONFIG_PACKAGE_python3-outcome is not set -# CONFIG_PACKAGE_python3-packages is not set -# CONFIG_PACKAGE_python3-packaging is not set -# CONFIG_PACKAGE_python3-paho-mqtt is not set -# CONFIG_PACKAGE_python3-paramiko is not set -# CONFIG_PACKAGE_python3-parsley is not set -# CONFIG_PACKAGE_python3-passlib is not set -# CONFIG_PACKAGE_python3-pillow is not set -# CONFIG_PACKAGE_python3-pip is not set -# CONFIG_PACKAGE_python3-pkg-resources is not set -# CONFIG_PACKAGE_python3-pluggy is not set -# CONFIG_PACKAGE_python3-ply is not set -# CONFIG_PACKAGE_python3-psutil is not set -# CONFIG_PACKAGE_python3-psycopg2 is not set -# CONFIG_PACKAGE_python3-py is not set -# CONFIG_PACKAGE_python3-pyasn1 is not set -# CONFIG_PACKAGE_python3-pyasn1-modules is not set -# CONFIG_PACKAGE_python3-pycares is not set -# CONFIG_PACKAGE_python3-pycparser is not set -# CONFIG_PACKAGE_python3-pycrate is not set -# CONFIG_PACKAGE_python3-pydoc is not set -# CONFIG_PACKAGE_python3-pyfuse3 is not set -# CONFIG_PACKAGE_python3-pyinotify is not set -# CONFIG_PACKAGE_python3-pymysql is not set -# CONFIG_PACKAGE_python3-pymysql-sha-pwd is not set -# CONFIG_PACKAGE_python3-pynacl is not set -# CONFIG_PACKAGE_python3-pyodbc is not set -# CONFIG_PACKAGE_python3-pyopenssl is not set -# CONFIG_PACKAGE_python3-pyotp is not set -# CONFIG_PACKAGE_python3-pyparsing is not set -# CONFIG_PACKAGE_python3-pyroute2 is not set -# CONFIG_PACKAGE_python3-pyrsistent is not set -# CONFIG_PACKAGE_python3-pyserial is not set -# CONFIG_PACKAGE_python3-pysocks is not set -# CONFIG_PACKAGE_python3-pytest is not set -# CONFIG_PACKAGE_python3-pytest-forked is not set -# CONFIG_PACKAGE_python3-pytest-xdist is not set -# CONFIG_PACKAGE_python3-pytz is not set -# CONFIG_PACKAGE_python3-readline is not set -# CONFIG_PACKAGE_python3-requests is not set -# CONFIG_PACKAGE_python3-rsa is not set -# CONFIG_PACKAGE_python3-ruamel-yaml is not set -# CONFIG_PACKAGE_python3-s3transfer is not set -# CONFIG_PACKAGE_python3-schedule is not set -# CONFIG_PACKAGE_python3-schema is not set -# CONFIG_PACKAGE_python3-selinux is not set -# CONFIG_PACKAGE_python3-semanage is not set -# CONFIG_PACKAGE_python3-sentry-sdk is not set -# CONFIG_PACKAGE_python3-seobject is not set -# CONFIG_PACKAGE_python3-sepolgen is not set -# CONFIG_PACKAGE_python3-sepolicy is not set -# CONFIG_PACKAGE_python3-service-identity is not set -# CONFIG_PACKAGE_python3-setools is not set -# CONFIG_PACKAGE_python3-setuptools is not set -# CONFIG_PACKAGE_python3-six is not set -# CONFIG_PACKAGE_python3-slugify is not set -# CONFIG_PACKAGE_python3-smbus is not set -# CONFIG_PACKAGE_python3-sniffio is not set -# CONFIG_PACKAGE_python3-socketio is not set -# CONFIG_PACKAGE_python3-sortedcontainers is not set -# CONFIG_PACKAGE_python3-speedtest-cli is not set -# CONFIG_PACKAGE_python3-sqlalchemy is not set -# CONFIG_PACKAGE_python3-sqlite3 is not set -# CONFIG_PACKAGE_python3-sqlparse is not set -# CONFIG_PACKAGE_python3-stem is not set -# CONFIG_PACKAGE_python3-text-unidecode is not set -# CONFIG_PACKAGE_python3-texttable is not set -# CONFIG_PACKAGE_python3-toml is not set -# CONFIG_PACKAGE_python3-tornado is not set -# CONFIG_PACKAGE_python3-trio is not set -# CONFIG_PACKAGE_python3-twisted is not set -# CONFIG_PACKAGE_python3-typing-extensions is not set -# CONFIG_PACKAGE_python3-ubus is not set -# CONFIG_PACKAGE_python3-uci is not set -# CONFIG_PACKAGE_python3-unidecode is not set -# CONFIG_PACKAGE_python3-unittest is not set -# CONFIG_PACKAGE_python3-urllib is not set -# CONFIG_PACKAGE_python3-urllib3 is not set -# CONFIG_PACKAGE_python3-uuid is not set -# CONFIG_PACKAGE_python3-venv is not set -# CONFIG_PACKAGE_python3-vobject is not set -# CONFIG_PACKAGE_python3-voluptuous is not set -# CONFIG_PACKAGE_python3-voluptuous-serialize is not set -# CONFIG_PACKAGE_python3-wcwidth is not set -# CONFIG_PACKAGE_python3-websocket-client is not set -# CONFIG_PACKAGE_python3-websockets is not set -# CONFIG_PACKAGE_python3-werkzeug is not set -# CONFIG_PACKAGE_python3-xml is not set -# CONFIG_PACKAGE_python3-xmltodict is not set -# CONFIG_PACKAGE_python3-yaml is not set -# CONFIG_PACKAGE_python3-yarl is not set -# CONFIG_PACKAGE_python3-zeroconf is not set -# CONFIG_PACKAGE_python3-zipp is not set -# CONFIG_PACKAGE_python3-zope-interface is not set -# end of Python - -# -# Ruby -# -# CONFIG_PACKAGE_ruby is not set -# end of Ruby - -# -# Rust -# -# CONFIG_PACKAGE_maturin is not set -# CONFIG_PACKAGE_rust is not set - -# -# Configuration options (for developers) -# -# CONFIG_RUST_SCCACHE is not set -CONFIG_RUST_SCCACHE_DIR="" -# end of Configuration options (for developers) -# end of Rust - -# -# Tcl -# -# CONFIG_PACKAGE_tcl is not set -# end of Tcl - # # ucode # @@ -3715,10 +3314,6 @@ CONFIG_PACKAGE_ucode-mod-ubus=y CONFIG_PACKAGE_ucode-mod-uci=y CONFIG_PACKAGE_ucode-mod-uloop=y # end of ucode - -# CONFIG_PACKAGE_chicken-scheme-full is not set -# CONFIG_PACKAGE_chicken-scheme-interpreter is not set -# CONFIG_PACKAGE_slsh is not set # end of Languages # @@ -3729,538 +3324,30 @@ CONFIG_PACKAGE_ucode-mod-uloop=y # Compression # # CONFIG_PACKAGE_libbz2 is not set -# CONFIG_PACKAGE_liblz4 is not set -# CONFIG_PACKAGE_liblzma is not set -# CONFIG_PACKAGE_libunrar is not set -# CONFIG_PACKAGE_libzip-gnutls is not set -# CONFIG_PACKAGE_libzip-mbedtls is not set -# CONFIG_PACKAGE_libzip-nossl is not set -# CONFIG_PACKAGE_libzip-openssl is not set -# CONFIG_PACKAGE_libzstd is not set # end of Compression -# -# Database -# -# CONFIG_PACKAGE_libmariadb is not set -# CONFIG_PACKAGE_libpq is not set -# CONFIG_PACKAGE_libpqxx is not set -# CONFIG_PACKAGE_libsqlite3 is not set -# CONFIG_PACKAGE_pgsqlodbc is not set -# CONFIG_PACKAGE_psqlodbca is not set -# CONFIG_PACKAGE_psqlodbcw is not set -# CONFIG_PACKAGE_redis-cli is not set -# CONFIG_PACKAGE_redis-server is not set -# CONFIG_PACKAGE_redis-utils is not set -# CONFIG_PACKAGE_tdb is not set -# CONFIG_PACKAGE_unixodbc is not set -# end of Database - # # Filesystem # -# CONFIG_PACKAGE_libacl is not set -CONFIG_PACKAGE_libattr=m -# CONFIG_PACKAGE_libfuse is not set -# CONFIG_PACKAGE_libfuse3 is not set -# CONFIG_PACKAGE_libow is not set -# CONFIG_PACKAGE_libow-capi is not set # CONFIG_PACKAGE_libsysfs is not set # end of Filesystem # # Firewall # -# CONFIG_PACKAGE_libfko is not set -CONFIG_PACKAGE_libip4tc=y -CONFIG_PACKAGE_libip6tc=y +CONFIG_PACKAGE_libip4tc=m +CONFIG_PACKAGE_libip6tc=m CONFIG_PACKAGE_libiptext=m CONFIG_PACKAGE_libiptext-nft=m CONFIG_PACKAGE_libiptext6=m -CONFIG_PACKAGE_libxtables=y +CONFIG_PACKAGE_libxtables=m # CONFIG_IPTABLES_CONNLABEL is not set # end of Firewall -# -# Instant Messaging -# -# CONFIG_PACKAGE_quasselc is not set -# end of Instant Messaging - -# -# IoT -# -# CONFIG_PACKAGE_libmraa is not set -# CONFIG_PACKAGE_libmraa-python3 is not set -# CONFIG_PACKAGE_libupm is not set -# CONFIG_PACKAGE_libupm-a110x is not set -# CONFIG_PACKAGE_libupm-a110x-python3 is not set -# CONFIG_PACKAGE_libupm-abp is not set -# CONFIG_PACKAGE_libupm-abp-python3 is not set -# CONFIG_PACKAGE_libupm-ad8232 is not set -# CONFIG_PACKAGE_libupm-ad8232-python3 is not set -# CONFIG_PACKAGE_libupm-adafruitms1438 is not set -# CONFIG_PACKAGE_libupm-adafruitms1438-python3 is not set -# CONFIG_PACKAGE_libupm-adafruitss is not set -# CONFIG_PACKAGE_libupm-adafruitss-python3 is not set -# CONFIG_PACKAGE_libupm-adc121c021 is not set -# CONFIG_PACKAGE_libupm-adc121c021-python3 is not set -# CONFIG_PACKAGE_libupm-adis16448 is not set -# CONFIG_PACKAGE_libupm-adis16448-python3 is not set -# CONFIG_PACKAGE_libupm-ads1x15 is not set -# CONFIG_PACKAGE_libupm-ads1x15-python3 is not set -# CONFIG_PACKAGE_libupm-adxl335 is not set -# CONFIG_PACKAGE_libupm-adxl335-python3 is not set -# CONFIG_PACKAGE_libupm-adxl345 is not set -# CONFIG_PACKAGE_libupm-adxl345-python3 is not set -# CONFIG_PACKAGE_libupm-adxrs610 is not set -# CONFIG_PACKAGE_libupm-adxrs610-python3 is not set -# CONFIG_PACKAGE_libupm-am2315 is not set -# CONFIG_PACKAGE_libupm-am2315-python3 is not set -# CONFIG_PACKAGE_libupm-apa102 is not set -# CONFIG_PACKAGE_libupm-apa102-python3 is not set -# CONFIG_PACKAGE_libupm-apds9002 is not set -# CONFIG_PACKAGE_libupm-apds9002-python3 is not set -# CONFIG_PACKAGE_libupm-apds9930 is not set -# CONFIG_PACKAGE_libupm-apds9930-python3 is not set -# CONFIG_PACKAGE_libupm-at42qt1070 is not set -# CONFIG_PACKAGE_libupm-at42qt1070-python3 is not set -# CONFIG_PACKAGE_libupm-bh1749 is not set -# CONFIG_PACKAGE_libupm-bh1749-python3 is not set -# CONFIG_PACKAGE_libupm-bh1750 is not set -# CONFIG_PACKAGE_libupm-bh1750-python3 is not set -# CONFIG_PACKAGE_libupm-bh1792 is not set -# CONFIG_PACKAGE_libupm-bh1792-python3 is not set -# CONFIG_PACKAGE_libupm-biss0001 is not set -# CONFIG_PACKAGE_libupm-biss0001-python3 is not set -# CONFIG_PACKAGE_libupm-bma220 is not set -# CONFIG_PACKAGE_libupm-bma220-python3 is not set -# CONFIG_PACKAGE_libupm-bma250e is not set -# CONFIG_PACKAGE_libupm-bma250e-python3 is not set -# CONFIG_PACKAGE_libupm-bmg160 is not set -# CONFIG_PACKAGE_libupm-bmg160-python3 is not set -# CONFIG_PACKAGE_libupm-bmi160 is not set -# CONFIG_PACKAGE_libupm-bmi160-python3 is not set -# CONFIG_PACKAGE_libupm-bmm150 is not set -# CONFIG_PACKAGE_libupm-bmm150-python3 is not set -# CONFIG_PACKAGE_libupm-bmp280 is not set -# CONFIG_PACKAGE_libupm-bmp280-python3 is not set -# CONFIG_PACKAGE_libupm-bmpx8x is not set -# CONFIG_PACKAGE_libupm-bmpx8x-python3 is not set -# CONFIG_PACKAGE_libupm-bmx055 is not set -# CONFIG_PACKAGE_libupm-bmx055-python3 is not set -# CONFIG_PACKAGE_libupm-bno055 is not set -# CONFIG_PACKAGE_libupm-bno055-python3 is not set -# CONFIG_PACKAGE_libupm-button is not set -# CONFIG_PACKAGE_libupm-button-python3 is not set -# CONFIG_PACKAGE_libupm-buzzer is not set -# CONFIG_PACKAGE_libupm-buzzer-python3 is not set -# CONFIG_PACKAGE_libupm-cjq4435 is not set -# CONFIG_PACKAGE_libupm-cjq4435-python3 is not set -# CONFIG_PACKAGE_libupm-collision is not set -# CONFIG_PACKAGE_libupm-collision-python3 is not set -# CONFIG_PACKAGE_libupm-curieimu is not set -# CONFIG_PACKAGE_libupm-curieimu-python3 is not set -# CONFIG_PACKAGE_libupm-cwlsxxa is not set -# CONFIG_PACKAGE_libupm-cwlsxxa-python3 is not set -# CONFIG_PACKAGE_libupm-dfrec is not set -# CONFIG_PACKAGE_libupm-dfrec-python3 is not set -# CONFIG_PACKAGE_libupm-dfrorp is not set -# CONFIG_PACKAGE_libupm-dfrorp-python3 is not set -# CONFIG_PACKAGE_libupm-dfrph is not set -# CONFIG_PACKAGE_libupm-dfrph-python3 is not set -# CONFIG_PACKAGE_libupm-ds1307 is not set -# CONFIG_PACKAGE_libupm-ds1307-python3 is not set -# CONFIG_PACKAGE_libupm-ds1808lc is not set -# CONFIG_PACKAGE_libupm-ds1808lc-python3 is not set -# CONFIG_PACKAGE_libupm-ds18b20 is not set -# CONFIG_PACKAGE_libupm-ds18b20-python3 is not set -# CONFIG_PACKAGE_libupm-ds2413 is not set -# CONFIG_PACKAGE_libupm-ds2413-python3 is not set -# CONFIG_PACKAGE_libupm-ecezo is not set -# CONFIG_PACKAGE_libupm-ecezo-python3 is not set -# CONFIG_PACKAGE_libupm-ecs1030 is not set -# CONFIG_PACKAGE_libupm-ecs1030-python3 is not set -# CONFIG_PACKAGE_libupm-ehr is not set -# CONFIG_PACKAGE_libupm-ehr-python3 is not set -# CONFIG_PACKAGE_libupm-eldriver is not set -# CONFIG_PACKAGE_libupm-eldriver-python3 is not set -# CONFIG_PACKAGE_libupm-electromagnet is not set -# CONFIG_PACKAGE_libupm-electromagnet-python3 is not set -# CONFIG_PACKAGE_libupm-emg is not set -# CONFIG_PACKAGE_libupm-emg-python3 is not set -# CONFIG_PACKAGE_libupm-enc03r is not set -# CONFIG_PACKAGE_libupm-enc03r-python3 is not set -# CONFIG_PACKAGE_libupm-flex is not set -# CONFIG_PACKAGE_libupm-flex-python3 is not set -# CONFIG_PACKAGE_libupm-gas is not set -# CONFIG_PACKAGE_libupm-gas-python3 is not set -# CONFIG_PACKAGE_libupm-gp2y0a is not set -# CONFIG_PACKAGE_libupm-gp2y0a-python3 is not set -# CONFIG_PACKAGE_libupm-gprs is not set -# CONFIG_PACKAGE_libupm-gprs-python3 is not set -# CONFIG_PACKAGE_libupm-gsr is not set -# CONFIG_PACKAGE_libupm-gsr-python3 is not set -# CONFIG_PACKAGE_libupm-guvas12d is not set -# CONFIG_PACKAGE_libupm-guvas12d-python3 is not set -# CONFIG_PACKAGE_libupm-h3lis331dl is not set -# CONFIG_PACKAGE_libupm-h3lis331dl-python3 is not set -# CONFIG_PACKAGE_libupm-h803x is not set -# CONFIG_PACKAGE_libupm-h803x-python3 is not set -# CONFIG_PACKAGE_libupm-hcsr04 is not set -# CONFIG_PACKAGE_libupm-hcsr04-python3 is not set -# CONFIG_PACKAGE_libupm-hdc1000 is not set -# CONFIG_PACKAGE_libupm-hdc1000-python3 is not set -# CONFIG_PACKAGE_libupm-hdxxvxta is not set -# CONFIG_PACKAGE_libupm-hdxxvxta-python3 is not set -# CONFIG_PACKAGE_libupm-hka5 is not set -# CONFIG_PACKAGE_libupm-hka5-python3 is not set -# CONFIG_PACKAGE_libupm-hlg150h is not set -# CONFIG_PACKAGE_libupm-hlg150h-python3 is not set -# CONFIG_PACKAGE_libupm-hm11 is not set -# CONFIG_PACKAGE_libupm-hm11-python3 is not set -# CONFIG_PACKAGE_libupm-hmc5883l is not set -# CONFIG_PACKAGE_libupm-hmc5883l-python3 is not set -# CONFIG_PACKAGE_libupm-hmtrp is not set -# CONFIG_PACKAGE_libupm-hmtrp-python3 is not set -# CONFIG_PACKAGE_libupm-hp20x is not set -# CONFIG_PACKAGE_libupm-hp20x-python3 is not set -# CONFIG_PACKAGE_libupm-ht9170 is not set -# CONFIG_PACKAGE_libupm-ht9170-python3 is not set -# CONFIG_PACKAGE_libupm-htu21d is not set -# CONFIG_PACKAGE_libupm-htu21d-python3 is not set -# CONFIG_PACKAGE_libupm-hwxpxx is not set -# CONFIG_PACKAGE_libupm-hwxpxx-python3 is not set -# CONFIG_PACKAGE_libupm-hx711 is not set -# CONFIG_PACKAGE_libupm-hx711-python3 is not set -# CONFIG_PACKAGE_libupm-ili9341 is not set -# CONFIG_PACKAGE_libupm-ili9341-python3 is not set -# CONFIG_PACKAGE_libupm-ims is not set -# CONFIG_PACKAGE_libupm-ims-python3 is not set -# CONFIG_PACKAGE_libupm-ina132 is not set -# CONFIG_PACKAGE_libupm-ina132-python3 is not set -# CONFIG_PACKAGE_libupm-interfaces is not set -# CONFIG_PACKAGE_libupm-interfaces-python3 is not set -# CONFIG_PACKAGE_libupm-isd1820 is not set -# CONFIG_PACKAGE_libupm-isd1820-python3 is not set -# CONFIG_PACKAGE_libupm-itg3200 is not set -# CONFIG_PACKAGE_libupm-itg3200-python3 is not set -# CONFIG_PACKAGE_libupm-jhd1313m1 is not set -# CONFIG_PACKAGE_libupm-jhd1313m1-python3 is not set -# CONFIG_PACKAGE_libupm-joystick12 is not set -# CONFIG_PACKAGE_libupm-joystick12-python3 is not set -# CONFIG_PACKAGE_libupm-kx122 is not set -# CONFIG_PACKAGE_libupm-kx122-python3 is not set -# CONFIG_PACKAGE_libupm-kxcjk1013 is not set -# CONFIG_PACKAGE_libupm-kxcjk1013-python3 is not set -# CONFIG_PACKAGE_libupm-kxtj3 is not set -# CONFIG_PACKAGE_libupm-kxtj3-python3 is not set -# CONFIG_PACKAGE_libupm-l298 is not set -# CONFIG_PACKAGE_libupm-l298-python3 is not set -# CONFIG_PACKAGE_libupm-l3gd20 is not set -# CONFIG_PACKAGE_libupm-l3gd20-python3 is not set -# CONFIG_PACKAGE_libupm-lcd is not set -# CONFIG_PACKAGE_libupm-lcd-python3 is not set -# CONFIG_PACKAGE_libupm-lcdks is not set -# CONFIG_PACKAGE_libupm-lcdks-python3 is not set -# CONFIG_PACKAGE_libupm-lcm1602 is not set -# CONFIG_PACKAGE_libupm-lcm1602-python3 is not set -# CONFIG_PACKAGE_libupm-ldt0028 is not set -# CONFIG_PACKAGE_libupm-ldt0028-python3 is not set -# CONFIG_PACKAGE_libupm-led is not set -# CONFIG_PACKAGE_libupm-led-python3 is not set -# CONFIG_PACKAGE_libupm-lidarlitev3 is not set -# CONFIG_PACKAGE_libupm-lidarlitev3-python3 is not set -# CONFIG_PACKAGE_libupm-light is not set -# CONFIG_PACKAGE_libupm-light-python3 is not set -# CONFIG_PACKAGE_libupm-linefinder is not set -# CONFIG_PACKAGE_libupm-linefinder-python3 is not set -# CONFIG_PACKAGE_libupm-lis2ds12 is not set -# CONFIG_PACKAGE_libupm-lis2ds12-python3 is not set -# CONFIG_PACKAGE_libupm-lis3dh is not set -# CONFIG_PACKAGE_libupm-lis3dh-python3 is not set -# CONFIG_PACKAGE_libupm-lm35 is not set -# CONFIG_PACKAGE_libupm-lm35-python3 is not set -# CONFIG_PACKAGE_libupm-lol is not set -# CONFIG_PACKAGE_libupm-lol-python3 is not set -# CONFIG_PACKAGE_libupm-loudness is not set -# CONFIG_PACKAGE_libupm-loudness-python3 is not set -# CONFIG_PACKAGE_libupm-lp8860 is not set -# CONFIG_PACKAGE_libupm-lp8860-python3 is not set -# CONFIG_PACKAGE_libupm-lpd8806 is not set -# CONFIG_PACKAGE_libupm-lpd8806-python3 is not set -# CONFIG_PACKAGE_libupm-lsm303agr is not set -# CONFIG_PACKAGE_libupm-lsm303agr-python3 is not set -# CONFIG_PACKAGE_libupm-lsm303d is not set -# CONFIG_PACKAGE_libupm-lsm303d-python3 is not set -# CONFIG_PACKAGE_libupm-lsm303dlh is not set -# CONFIG_PACKAGE_libupm-lsm303dlh-python3 is not set -# CONFIG_PACKAGE_libupm-lsm6ds3h is not set -# CONFIG_PACKAGE_libupm-lsm6ds3h-python3 is not set -# CONFIG_PACKAGE_libupm-lsm6dsl is not set -# CONFIG_PACKAGE_libupm-lsm6dsl-python3 is not set -# CONFIG_PACKAGE_libupm-lsm9ds0 is not set -# CONFIG_PACKAGE_libupm-lsm9ds0-python3 is not set -# CONFIG_PACKAGE_libupm-m24lr64e is not set -# CONFIG_PACKAGE_libupm-m24lr64e-python3 is not set -# CONFIG_PACKAGE_libupm-mag3110 is not set -# CONFIG_PACKAGE_libupm-mag3110-python3 is not set -# CONFIG_PACKAGE_libupm-max30100 is not set -# CONFIG_PACKAGE_libupm-max30100-python3 is not set -# CONFIG_PACKAGE_libupm-max31723 is not set -# CONFIG_PACKAGE_libupm-max31723-python3 is not set -# CONFIG_PACKAGE_libupm-max31855 is not set -# CONFIG_PACKAGE_libupm-max31855-python3 is not set -# CONFIG_PACKAGE_libupm-max44000 is not set -# CONFIG_PACKAGE_libupm-max44000-python3 is not set -# CONFIG_PACKAGE_libupm-max44009 is not set -# CONFIG_PACKAGE_libupm-max44009-python3 is not set -# CONFIG_PACKAGE_libupm-max5487 is not set -# CONFIG_PACKAGE_libupm-max5487-python3 is not set -# CONFIG_PACKAGE_libupm-maxds3231m is not set -# CONFIG_PACKAGE_libupm-maxds3231m-python3 is not set -# CONFIG_PACKAGE_libupm-maxsonarez is not set -# CONFIG_PACKAGE_libupm-maxsonarez-python3 is not set -# CONFIG_PACKAGE_libupm-mb704x is not set -# CONFIG_PACKAGE_libupm-mb704x-python3 is not set -# CONFIG_PACKAGE_libupm-mcp2515 is not set -# CONFIG_PACKAGE_libupm-mcp2515-python3 is not set -# CONFIG_PACKAGE_libupm-mcp9808 is not set -# CONFIG_PACKAGE_libupm-mcp9808-python3 is not set -# CONFIG_PACKAGE_libupm-md is not set -# CONFIG_PACKAGE_libupm-md-python3 is not set -# CONFIG_PACKAGE_libupm-mg811 is not set -# CONFIG_PACKAGE_libupm-mg811-python3 is not set -# CONFIG_PACKAGE_libupm-mhz16 is not set -# CONFIG_PACKAGE_libupm-mhz16-python3 is not set -# CONFIG_PACKAGE_libupm-mic is not set -# CONFIG_PACKAGE_libupm-mic-python3 is not set -# CONFIG_PACKAGE_libupm-micsv89 is not set -# CONFIG_PACKAGE_libupm-micsv89-python3 is not set -# CONFIG_PACKAGE_libupm-mlx90614 is not set -# CONFIG_PACKAGE_libupm-mlx90614-python3 is not set -# CONFIG_PACKAGE_libupm-mma7361 is not set -# CONFIG_PACKAGE_libupm-mma7361-python3 is not set -# CONFIG_PACKAGE_libupm-mma7455 is not set -# CONFIG_PACKAGE_libupm-mma7455-python3 is not set -# CONFIG_PACKAGE_libupm-mma7660 is not set -# CONFIG_PACKAGE_libupm-mma7660-python3 is not set -# CONFIG_PACKAGE_libupm-mma8x5x is not set -# CONFIG_PACKAGE_libupm-mma8x5x-python3 is not set -# CONFIG_PACKAGE_libupm-mmc35240 is not set -# CONFIG_PACKAGE_libupm-mmc35240-python3 is not set -# CONFIG_PACKAGE_libupm-moisture is not set -# CONFIG_PACKAGE_libupm-moisture-python3 is not set -# CONFIG_PACKAGE_libupm-mpl3115a2 is not set -# CONFIG_PACKAGE_libupm-mpl3115a2-python3 is not set -# CONFIG_PACKAGE_libupm-mpr121 is not set -# CONFIG_PACKAGE_libupm-mpr121-python3 is not set -# CONFIG_PACKAGE_libupm-mpu9150 is not set -# CONFIG_PACKAGE_libupm-mpu9150-python3 is not set -# CONFIG_PACKAGE_libupm-mq303a is not set -# CONFIG_PACKAGE_libupm-mq303a-python3 is not set -# CONFIG_PACKAGE_libupm-ms5611 is not set -# CONFIG_PACKAGE_libupm-ms5611-python3 is not set -# CONFIG_PACKAGE_libupm-ms5803 is not set -# CONFIG_PACKAGE_libupm-ms5803-python3 is not set -# CONFIG_PACKAGE_libupm-my9221 is not set -# CONFIG_PACKAGE_libupm-my9221-python3 is not set -# CONFIG_PACKAGE_libupm-nlgpio16 is not set -# CONFIG_PACKAGE_libupm-nlgpio16-python3 is not set -# CONFIG_PACKAGE_libupm-nmea_gps is not set -# CONFIG_PACKAGE_libupm-nmea_gps-python3 is not set -# CONFIG_PACKAGE_libupm-nrf24l01 is not set -# CONFIG_PACKAGE_libupm-nrf24l01-python3 is not set -# CONFIG_PACKAGE_libupm-nrf8001 is not set -# CONFIG_PACKAGE_libupm-nrf8001-python3 is not set -# CONFIG_PACKAGE_libupm-nunchuck is not set -# CONFIG_PACKAGE_libupm-nunchuck-python3 is not set -# CONFIG_PACKAGE_libupm-o2 is not set -# CONFIG_PACKAGE_libupm-o2-python3 is not set -# CONFIG_PACKAGE_libupm-otp538u is not set -# CONFIG_PACKAGE_libupm-otp538u-python3 is not set -# CONFIG_PACKAGE_libupm-ozw is not set -# CONFIG_PACKAGE_libupm-ozw-python3 is not set -# CONFIG_PACKAGE_libupm-p9813 is not set -# CONFIG_PACKAGE_libupm-p9813-python3 is not set -# CONFIG_PACKAGE_libupm-pca9685 is not set -# CONFIG_PACKAGE_libupm-pca9685-python3 is not set -# CONFIG_PACKAGE_libupm-pn532 is not set -# CONFIG_PACKAGE_libupm-pn532-python3 is not set -# CONFIG_PACKAGE_libupm-ppd42ns is not set -# CONFIG_PACKAGE_libupm-ppd42ns-python3 is not set -# CONFIG_PACKAGE_libupm-pulsensor is not set -# CONFIG_PACKAGE_libupm-pulsensor-python3 is not set -# CONFIG_PACKAGE_libupm-relay is not set -# CONFIG_PACKAGE_libupm-relay-python3 is not set -# CONFIG_PACKAGE_libupm-rf22 is not set -# CONFIG_PACKAGE_libupm-rf22-python3 is not set -# CONFIG_PACKAGE_libupm-rfr359f is not set -# CONFIG_PACKAGE_libupm-rfr359f-python3 is not set -# CONFIG_PACKAGE_libupm-rgbringcoder is not set -# CONFIG_PACKAGE_libupm-rgbringcoder-python3 is not set -# CONFIG_PACKAGE_libupm-rhusb is not set -# CONFIG_PACKAGE_libupm-rhusb-python3 is not set -# CONFIG_PACKAGE_libupm-rn2903 is not set -# CONFIG_PACKAGE_libupm-rn2903-python3 is not set -# CONFIG_PACKAGE_libupm-rotary is not set -# CONFIG_PACKAGE_libupm-rotary-python3 is not set -# CONFIG_PACKAGE_libupm-rotaryencoder is not set -# CONFIG_PACKAGE_libupm-rotaryencoder-python3 is not set -# CONFIG_PACKAGE_libupm-rpr220 is not set -# CONFIG_PACKAGE_libupm-rpr220-python3 is not set -# CONFIG_PACKAGE_libupm-rsc is not set -# CONFIG_PACKAGE_libupm-rsc-python3 is not set -# CONFIG_PACKAGE_libupm-scam is not set -# CONFIG_PACKAGE_libupm-scam-python3 is not set -# CONFIG_PACKAGE_libupm-sensortemplate is not set -# CONFIG_PACKAGE_libupm-sensortemplate-python3 is not set -# CONFIG_PACKAGE_libupm-servo is not set -# CONFIG_PACKAGE_libupm-servo-python3 is not set -# CONFIG_PACKAGE_libupm-sht1x is not set -# CONFIG_PACKAGE_libupm-sht1x-python3 is not set -# CONFIG_PACKAGE_libupm-si1132 is not set -# CONFIG_PACKAGE_libupm-si1132-python3 is not set -# CONFIG_PACKAGE_libupm-si114x is not set -# CONFIG_PACKAGE_libupm-si114x-python3 is not set -# CONFIG_PACKAGE_libupm-si7005 is not set -# CONFIG_PACKAGE_libupm-si7005-python3 is not set -# CONFIG_PACKAGE_libupm-slide is not set -# CONFIG_PACKAGE_libupm-slide-python3 is not set -# CONFIG_PACKAGE_libupm-sm130 is not set -# CONFIG_PACKAGE_libupm-sm130-python3 is not set -# CONFIG_PACKAGE_libupm-smartdrive is not set -# CONFIG_PACKAGE_libupm-smartdrive-python3 is not set -# CONFIG_PACKAGE_libupm-speaker is not set -# CONFIG_PACKAGE_libupm-speaker-python3 is not set -# CONFIG_PACKAGE_libupm-ssd1351 is not set -# CONFIG_PACKAGE_libupm-ssd1351-python3 is not set -# CONFIG_PACKAGE_libupm-st7735 is not set -# CONFIG_PACKAGE_libupm-st7735-python3 is not set -# CONFIG_PACKAGE_libupm-stepmotor is not set -# CONFIG_PACKAGE_libupm-stepmotor-python3 is not set -# CONFIG_PACKAGE_libupm-sx1276 is not set -# CONFIG_PACKAGE_libupm-sx1276-python3 is not set -# CONFIG_PACKAGE_libupm-sx6119 is not set -# CONFIG_PACKAGE_libupm-sx6119-python3 is not set -# CONFIG_PACKAGE_libupm-t3311 is not set -# CONFIG_PACKAGE_libupm-t3311-python3 is not set -# CONFIG_PACKAGE_libupm-t6713 is not set -# CONFIG_PACKAGE_libupm-t6713-python3 is not set -# CONFIG_PACKAGE_libupm-ta12200 is not set -# CONFIG_PACKAGE_libupm-ta12200-python3 is not set -# CONFIG_PACKAGE_libupm-tca9548a is not set -# CONFIG_PACKAGE_libupm-tca9548a-python3 is not set -# CONFIG_PACKAGE_libupm-tcs3414cs is not set -# CONFIG_PACKAGE_libupm-tcs3414cs-python3 is not set -# CONFIG_PACKAGE_libupm-tcs37727 is not set -# CONFIG_PACKAGE_libupm-tcs37727-python3 is not set -# CONFIG_PACKAGE_libupm-teams is not set -# CONFIG_PACKAGE_libupm-teams-python3 is not set -# CONFIG_PACKAGE_libupm-temperature is not set -# CONFIG_PACKAGE_libupm-temperature-python3 is not set -# CONFIG_PACKAGE_libupm-tex00 is not set -# CONFIG_PACKAGE_libupm-tex00-python3 is not set -# CONFIG_PACKAGE_libupm-th02 is not set -# CONFIG_PACKAGE_libupm-th02-python3 is not set -# CONFIG_PACKAGE_libupm-tm1637 is not set -# CONFIG_PACKAGE_libupm-tm1637-python3 is not set -# CONFIG_PACKAGE_libupm-tmp006 is not set -# CONFIG_PACKAGE_libupm-tmp006-python3 is not set -# CONFIG_PACKAGE_libupm-tsl2561 is not set -# CONFIG_PACKAGE_libupm-tsl2561-python3 is not set -# CONFIG_PACKAGE_libupm-ttp223 is not set -# CONFIG_PACKAGE_libupm-ttp223-python3 is not set -# CONFIG_PACKAGE_libupm-uartat is not set -# CONFIG_PACKAGE_libupm-uartat-python3 is not set -# CONFIG_PACKAGE_libupm-uln200xa is not set -# CONFIG_PACKAGE_libupm-uln200xa-python3 is not set -# CONFIG_PACKAGE_libupm-ultrasonic is not set -# CONFIG_PACKAGE_libupm-ultrasonic-python3 is not set -# CONFIG_PACKAGE_libupm-urm37 is not set -# CONFIG_PACKAGE_libupm-urm37-python3 is not set -# CONFIG_PACKAGE_libupm-utilities is not set -# CONFIG_PACKAGE_libupm-utilities-python3 is not set -# CONFIG_PACKAGE_libupm-vcap is not set -# CONFIG_PACKAGE_libupm-vcap-python3 is not set -# CONFIG_PACKAGE_libupm-vdiv is not set -# CONFIG_PACKAGE_libupm-vdiv-python3 is not set -# CONFIG_PACKAGE_libupm-veml6070 is not set -# CONFIG_PACKAGE_libupm-veml6070-python3 is not set -# CONFIG_PACKAGE_libupm-water is not set -# CONFIG_PACKAGE_libupm-water-python3 is not set -# CONFIG_PACKAGE_libupm-waterlevel is not set -# CONFIG_PACKAGE_libupm-waterlevel-python3 is not set -# CONFIG_PACKAGE_libupm-wfs is not set -# CONFIG_PACKAGE_libupm-wfs-python3 is not set -# CONFIG_PACKAGE_libupm-wheelencoder is not set -# CONFIG_PACKAGE_libupm-wheelencoder-python3 is not set -# CONFIG_PACKAGE_libupm-wt5001 is not set -# CONFIG_PACKAGE_libupm-wt5001-python3 is not set -# CONFIG_PACKAGE_libupm-xbee is not set -# CONFIG_PACKAGE_libupm-xbee-python3 is not set -# CONFIG_PACKAGE_libupm-yg1006 is not set -# CONFIG_PACKAGE_libupm-yg1006-python3 is not set -# CONFIG_PACKAGE_libupm-zfm20 is not set -# CONFIG_PACKAGE_libupm-zfm20-python3 is not set -# CONFIG_PACKAGE_sx1302_hal-tests is not set -# CONFIG_PACKAGE_sx1302_hal-utils is not set -# end of IoT - -# -# Languages -# -# CONFIG_PACKAGE_libyaml is not set -# end of Languages - -# -# LibElektra -# -# CONFIG_PACKAGE_libelektra-core is not set -# CONFIG_PACKAGE_libelektra-cpp is not set -# CONFIG_PACKAGE_libelektra-crypto is not set -# CONFIG_PACKAGE_libelektra-curlget is not set -# CONFIG_PACKAGE_libelektra-dbus is not set -# CONFIG_PACKAGE_libelektra-ev is not set -# CONFIG_PACKAGE_libelektra-extra is not set -# CONFIG_PACKAGE_libelektra-lua is not set -# CONFIG_PACKAGE_libelektra-plugins is not set -# CONFIG_PACKAGE_libelektra-python3 is not set -# CONFIG_PACKAGE_libelektra-resolvers is not set -# CONFIG_PACKAGE_libelektra-uv is not set -# CONFIG_PACKAGE_libelektra-xerces is not set -# CONFIG_PACKAGE_libelektra-xml is not set -# CONFIG_PACKAGE_libelektra-yajl is not set -# CONFIG_PACKAGE_libelektra-yamlcpp is not set -# CONFIG_PACKAGE_libelektra-zmq is not set -# end of LibElektra - -# -# Networking -# -# CONFIG_PACKAGE_libdcwproto is not set -# CONFIG_PACKAGE_libdcwsocket is not set -# CONFIG_PACKAGE_libsctp is not set -# CONFIG_PACKAGE_libslirp is not set -# CONFIG_PACKAGE_libuhttpd-mbedtls is not set -# CONFIG_PACKAGE_libuhttpd-nossl is not set -# CONFIG_PACKAGE_libuhttpd-openssl is not set -# CONFIG_PACKAGE_libuhttpd-wolfssl is not set -# CONFIG_PACKAGE_libulfius-gnutls is not set -# CONFIG_PACKAGE_libulfius-nossl is not set -# CONFIG_PACKAGE_libunbound is not set -# CONFIG_PACKAGE_libuwsc-mbedtls is not set -# CONFIG_PACKAGE_libuwsc-nossl is not set -# CONFIG_PACKAGE_libuwsc-openssl is not set -# CONFIG_PACKAGE_libuwsc-wolfssl is not set -# end of Networking - # # SSL # -# CONFIG_PACKAGE_libgnutls is not set -# CONFIG_PACKAGE_libgnutls-dane is not set -CONFIG_PACKAGE_libmbedtls=m +CONFIG_PACKAGE_libmbedtls=y # # Option details in source code: include/mbedtls/mbedtls_config.h @@ -4326,7 +3413,6 @@ CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y # CONFIG_MBEDTLS_ENTROPY_FORCE_SHA256=y # CONFIG_MBEDTLS_SSL_RENEGOTIATION is not set -# CONFIG_PACKAGE_libnss is not set CONFIG_PACKAGE_libopenssl=m # @@ -4361,12 +3447,12 @@ CONFIG_OPENSSL_WITH_PSK=y # # CONFIG_OPENSSL_WITH_ARIA is not set # CONFIG_OPENSSL_WITH_CAMELLIA is not set -# CONFIG_OPENSSL_WITH_IDEA is not set -# CONFIG_OPENSSL_WITH_SEED is not set +CONFIG_OPENSSL_WITH_IDEA=y +CONFIG_OPENSSL_WITH_SEED=y # CONFIG_OPENSSL_WITH_SM234 is not set # CONFIG_OPENSSL_WITH_BLAKE2 is not set -# CONFIG_OPENSSL_WITH_MDC2 is not set -# CONFIG_OPENSSL_WITH_WHIRLPOOL is not set +CONFIG_OPENSSL_WITH_MDC2=y +CONFIG_OPENSSL_WITH_WHIRLPOOL=y # CONFIG_OPENSSL_WITH_COMPRESSION is not set # CONFIG_OPENSSL_WITH_RFC3779 is not set @@ -4375,12 +3461,11 @@ CONFIG_OPENSSL_WITH_PSK=y # CONFIG_OPENSSL_ENGINE=y # CONFIG_OPENSSL_ENGINE_BUILTIN is not set -# CONFIG_PACKAGE_libopenssl-afalg_sync is not set -CONFIG_PACKAGE_libopenssl-conf=m +# CONFIG_PACKAGE_libopenssl-afalg is not set +# CONFIG_PACKAGE_libopenssl-conf is not set # CONFIG_PACKAGE_libopenssl-devcrypto is not set -# CONFIG_PACKAGE_libopenssl-gost_engine is not set -CONFIG_PACKAGE_libopenssl-legacy=m -CONFIG_PACKAGE_libwolfssl=m +# CONFIG_PACKAGE_libopenssl-legacy is not set +# CONFIG_PACKAGE_libwolfssl is not set # # wolfSSL Library Configuration @@ -4396,277 +3481,55 @@ CONFIG_WOLFSSL_HAS_SESSION_TICKET=y # CONFIG_WOLFSSL_HAS_DTLS is not set CONFIG_WOLFSSL_HAS_OCSP=y CONFIG_WOLFSSL_HAS_WPAS=y -# CONFIG_WOLFSSL_HAS_ECC25519 is not set +CONFIG_WOLFSSL_HAS_ECC25519=y # CONFIG_WOLFSSL_HAS_ECC448 is not set CONFIG_WOLFSSL_HAS_OPENVPN=y CONFIG_WOLFSSL_ALT_NAMES=y -CONFIG_WOLFSSL_HAS_NO_HW=y -# CONFIG_WOLFSSL_HAS_AFALG is not set -# CONFIG_WOLFSSL_HAS_DEVCRYPTO_CBC is not set -# CONFIG_WOLFSSL_HAS_DEVCRYPTO_AES is not set -# CONFIG_WOLFSSL_HAS_DEVCRYPTO_FULL is not set # end of wolfSSL Library Configuration - -# CONFIG_PACKAGE_libwolfssl-benchmark is not set # end of SSL -# -# Sound -# -# CONFIG_PACKAGE_alsa-ucm-conf is not set -# CONFIG_PACKAGE_liblo is not set -# end of Sound - -# -# Telephony -# -# CONFIG_PACKAGE_bcg729 is not set -# CONFIG_PACKAGE_dahdi-tools-libtonezone is not set -# CONFIG_PACKAGE_gsmlib is not set -# CONFIG_PACKAGE_libctb is not set -# CONFIG_PACKAGE_libfreetdm is not set -# CONFIG_PACKAGE_libiksemel is not set -# CONFIG_PACKAGE_libks is not set -# CONFIG_PACKAGE_libosip2 is not set -# CONFIG_PACKAGE_libpj is not set -# CONFIG_PACKAGE_libpjlib-util is not set -# CONFIG_PACKAGE_libpjmedia is not set -# CONFIG_PACKAGE_libpjnath is not set -# CONFIG_PACKAGE_libpjsip is not set -# CONFIG_PACKAGE_libpjsip-simple is not set -# CONFIG_PACKAGE_libpjsip-ua is not set -# CONFIG_PACKAGE_libpjsua is not set -# CONFIG_PACKAGE_libpjsua2 is not set -# CONFIG_PACKAGE_libre is not set -# CONFIG_PACKAGE_librem is not set -# CONFIG_PACKAGE_libspandsp is not set -# CONFIG_PACKAGE_libspandsp3 is not set -# CONFIG_PACKAGE_libsrtp2 is not set -# CONFIG_PACKAGE_signalwire-client-c is not set -# CONFIG_PACKAGE_sofia-sip is not set -# end of Telephony - -# -# libimobiledevice -# -# CONFIG_PACKAGE_libimobiledevice is not set -# CONFIG_PACKAGE_libirecovery is not set -# CONFIG_PACKAGE_libplist is not set -# CONFIG_PACKAGE_libusbmuxd is not set -# end of libimobiledevice - -# CONFIG_PACKAGE_acsccid is not set -# CONFIG_PACKAGE_alsa-lib is not set # CONFIG_PACKAGE_argp-standalone is not set -# CONFIG_PACKAGE_bind-libs is not set -# CONFIG_PACKAGE_bluez-libs is not set -# CONFIG_PACKAGE_boost is not set -# CONFIG_boost-context-exclude is not set -# CONFIG_boost-coroutine-exclude is not set -# CONFIG_boost-fiber-exclude is not set -# CONFIG_PACKAGE_cJSON is not set -# CONFIG_PACKAGE_ccid is not set -# CONFIG_PACKAGE_check is not set -# CONFIG_PACKAGE_confuse is not set -# CONFIG_PACKAGE_czmq is not set -# CONFIG_PACKAGE_dtndht is not set -# CONFIG_PACKAGE_getdns is not set -# CONFIG_PACKAGE_giflib is not set -CONFIG_PACKAGE_glib2=m -# CONFIG_PACKAGE_google-authenticator-libpam is not set -# CONFIG_PACKAGE_hidapi is not set -# CONFIG_PACKAGE_ibrcommon is not set -# CONFIG_PACKAGE_ibrdtn is not set -# CONFIG_PACKAGE_icu is not set -# CONFIG_PACKAGE_icu-data-tools is not set -# CONFIG_PACKAGE_icu-full-data is not set CONFIG_PACKAGE_jansson=y -# CONFIG_PACKAGE_json-glib is not set -# CONFIG_PACKAGE_jsoncpp is not set -# CONFIG_PACKAGE_knot-libs is not set -# CONFIG_PACKAGE_knot-libzscanner is not set -# CONFIG_PACKAGE_libaio is not set -# CONFIG_PACKAGE_libantlr3c is not set -# CONFIG_PACKAGE_libao is not set -# CONFIG_PACKAGE_libapparmor is not set -# CONFIG_PACKAGE_libapr is not set -# CONFIG_PACKAGE_libaprutil is not set -# CONFIG_PACKAGE_libarchive is not set -# CONFIG_PACKAGE_libarchive-noopenssl is not set # CONFIG_PACKAGE_libasm is not set -# CONFIG_PACKAGE_libassuan is not set -# CONFIG_PACKAGE_libatasmart is not set # CONFIG_PACKAGE_libaudit is not set -# CONFIG_PACKAGE_libauparse is not set -# CONFIG_PACKAGE_libavahi-client is not set -# CONFIG_PACKAGE_libavahi-compat-libdnssd is not set -# CONFIG_PACKAGE_libavahi-dbus-support is not set -# CONFIG_PACKAGE_libavahi-nodbus-support is not set -# CONFIG_PACKAGE_libbase16384 is not set # CONFIG_PACKAGE_libbfd is not set -# CONFIG_PACKAGE_libblkid is not set +CONFIG_PACKAGE_libblkid=m CONFIG_PACKAGE_libblobmsg-json=y CONFIG_PACKAGE_libbpf=m # CONFIG_PACKAGE_libbsd is not set # CONFIG_PACKAGE_libcap is not set -CONFIG_PACKAGE_libcap-ng=m -# CONFIG_PACKAGE_libcap-ng-bin is not set -CONFIG_PACKAGE_libcares=m -# CONFIG_PACKAGE_libcbor is not set -# CONFIG_PACKAGE_libcgroup is not set # CONFIG_PACKAGE_libcharset is not set -# CONFIG_PACKAGE_libcli is not set -# CONFIG_PACKAGE_libcoap is not set -# CONFIG_PACKAGE_libcomerr is not set -# CONFIG_PACKAGE_libconfig is not set +CONFIG_PACKAGE_libcomerr=m # CONFIG_PACKAGE_libctf is not set -# CONFIG_PACKAGE_libcurl is not set -# CONFIG_PACKAGE_libcurl-gnutls is not set -# CONFIG_PACKAGE_libdaemon is not set -# CONFIG_PACKAGE_libdaq is not set -# CONFIG_PACKAGE_libdaq3 is not set -# CONFIG_PACKAGE_libdb47 is not set -# CONFIG_PACKAGE_libdb47xx is not set -# CONFIG_PACKAGE_libdbi is not set -CONFIG_PACKAGE_libdbus=m -# CONFIG_PACKAGE_libdeflate is not set -# CONFIG_PACKAGE_libdevmapper is not set -# CONFIG_PACKAGE_libdevmapper-selinux is not set -# CONFIG_PACKAGE_libdht is not set -# CONFIG_PACKAGE_libdmapsharing is not set -# CONFIG_PACKAGE_libdnet is not set -# CONFIG_PACKAGE_libdrm is not set # CONFIG_PACKAGE_libdw is not set -# CONFIG_PACKAGE_libecdsautil is not set -# CONFIG_PACKAGE_libedit is not set CONFIG_PACKAGE_libelf=m -# CONFIG_PACKAGE_libesmtp is not set -# CONFIG_PACKAGE_libestr is not set -# CONFIG_PACKAGE_libev is not set -# CONFIG_PACKAGE_libevdev is not set # CONFIG_PACKAGE_libevent2 is not set # CONFIG_PACKAGE_libevent2-core is not set # CONFIG_PACKAGE_libevent2-extra is not set # CONFIG_PACKAGE_libevent2-openssl is not set # CONFIG_PACKAGE_libevent2-pthreads is not set -# CONFIG_PACKAGE_libexif is not set -CONFIG_PACKAGE_libexpat=m -# CONFIG_PACKAGE_libexslt is not set -# CONFIG_PACKAGE_libext2fs is not set -# CONFIG_PACKAGE_libextractor is not set +CONFIG_PACKAGE_libext2fs=m # CONFIG_PACKAGE_libf2fs is not set # CONFIG_PACKAGE_libf2fs-selinux is not set -# CONFIG_PACKAGE_libfaad2 is not set -# CONFIG_PACKAGE_libfastjson is not set # CONFIG_PACKAGE_libfdisk is not set # CONFIG_PACKAGE_libfdt is not set -CONFIG_PACKAGE_libffi=m -# CONFIG_PACKAGE_libffmpeg-audio-dec is not set -# CONFIG_PACKAGE_libffmpeg-custom is not set -# CONFIG_PACKAGE_libffmpeg-full is not set -# CONFIG_PACKAGE_libffmpeg-mini is not set -# CONFIG_PACKAGE_libfido2 is not set -# CONFIG_PACKAGE_libflac is not set -# CONFIG_PACKAGE_libfmt is not set -# CONFIG_PACKAGE_libfreetype is not set -# CONFIG_PACKAGE_libfstrm is not set -# CONFIG_PACKAGE_libftdi is not set -# CONFIG_PACKAGE_libftdi1 is not set -# CONFIG_PACKAGE_libgabe is not set -# CONFIG_PACKAGE_libgcrypt is not set -# CONFIG_PACKAGE_libgd is not set -# CONFIG_PACKAGE_libgd-full is not set -# CONFIG_PACKAGE_libgdbm is not set -# CONFIG_PACKAGE_libgee is not set -# CONFIG_PACKAGE_libgensio is not set -# CONFIG_PACKAGE_libgensiocpp is not set # CONFIG_PACKAGE_libgmp is not set -# CONFIG_PACKAGE_libgpg-error is not set -# CONFIG_PACKAGE_libgpgme is not set -# CONFIG_PACKAGE_libgpgmepp is not set -# CONFIG_PACKAGE_libgphoto2 is not set -# CONFIG_PACKAGE_libgpiod is not set -# CONFIG_PACKAGE_libgps is not set -# CONFIG_PACKAGE_libh2o is not set -# CONFIG_PACKAGE_libh2o-evloop is not set -# CONFIG_PACKAGE_libhamlib is not set -# CONFIG_PACKAGE_libhavege is not set -# CONFIG_PACKAGE_libhiredis is not set -# CONFIG_PACKAGE_libhttp-parser is not set -# CONFIG_PACKAGE_libhwloc is not set -# CONFIG_PACKAGE_libi2c is not set -# CONFIG_PACKAGE_libical is not set # CONFIG_PACKAGE_libiconv-full is not set -# CONFIG_PACKAGE_libid3tag is not set -# CONFIG_PACKAGE_libidn is not set -# CONFIG_PACKAGE_libidn2 is not set -# CONFIG_PACKAGE_libiio is not set -# CONFIG_PACKAGE_libinih is not set -# CONFIG_PACKAGE_libinireader is not set -# CONFIG_PACKAGE_libinotifytools is not set -# CONFIG_PACKAGE_libinput is not set # CONFIG_PACKAGE_libintl-full is not set -# CONFIG_PACKAGE_libiperf3 is not set # CONFIG_PACKAGE_libiw is not set CONFIG_PACKAGE_libiwinfo=y -# CONFIG_PACKAGE_libjaylink is not set -# CONFIG_PACKAGE_libjpeg-turbo is not set CONFIG_PACKAGE_libjson-c=y -# CONFIG_PACKAGE_libkeyutils is not set -# CONFIG_PACKAGE_libkmod is not set -# CONFIG_PACKAGE_libksba is not set -# CONFIG_PACKAGE_libldns is not set -# CONFIG_PACKAGE_libleptonica is not set -# CONFIG_PACKAGE_libloragw is not set -CONFIG_PACKAGE_libltdl=m -CONFIG_PACKAGE_liblua=y -CONFIG_PACKAGE_liblua5.3=m -CONFIG_PACKAGE_liblucihttp=y -CONFIG_PACKAGE_liblucihttp-lua=y -CONFIG_PACKAGE_liblucihttp-ucode=y -# CONFIG_PACKAGE_liblzo is not set -# CONFIG_PACKAGE_libmad is not set -# CONFIG_PACKAGE_libmagic is not set -# CONFIG_PACKAGE_libmaxminddb is not set -CONFIG_PACKAGE_libmbim=m -# CONFIG_PACKAGE_libmcrypt is not set +# CONFIG_PACKAGE_libltdl is not set +# CONFIG_PACKAGE_liblua is not set +# CONFIG_PACKAGE_liblua5.3 is not set # CONFIG_PACKAGE_libmd is not set -# CONFIG_PACKAGE_libmicrohttpd-no-ssl is not set -# CONFIG_PACKAGE_libmicrohttpd-ssl is not set -# CONFIG_PACKAGE_libmilter-sendmail is not set -# CONFIG_PACKAGE_libminiupnpc is not set -# CONFIG_PACKAGE_libmms is not set CONFIG_PACKAGE_libmnl=y -# CONFIG_PACKAGE_libmodbus is not set -# CONFIG_PACKAGE_libmosquitto-nossl is not set -CONFIG_PACKAGE_libmosquitto-ssl=m -# CONFIG_PACKAGE_libmosquittopp is not set # CONFIG_PACKAGE_libmount is not set -# CONFIG_PACKAGE_libmpc is not set -# CONFIG_PACKAGE_libmpdclient is not set -# CONFIG_PACKAGE_libmpeg2 is not set -# CONFIG_PACKAGE_libmpfr is not set -# CONFIG_PACKAGE_libmpg123 is not set -# CONFIG_PACKAGE_libnatpmp is not set -CONFIG_PACKAGE_libncurses=m -# CONFIG_PACKAGE_libndpi is not set -# CONFIG_PACKAGE_libneon is not set -# CONFIG_PACKAGE_libnet-1.2.x is not set -# CONFIG_PACKAGE_libnetconf2 is not set -# CONFIG_PACKAGE_libnetfilter-acct is not set -CONFIG_PACKAGE_libnetfilter-conntrack=m -CONFIG_PACKAGE_libnetfilter-cthelper=m -CONFIG_PACKAGE_libnetfilter-cttimeout=m -# CONFIG_PACKAGE_libnetfilter-log is not set -CONFIG_PACKAGE_libnetfilter-queue=m -# CONFIG_PACKAGE_libnetsnmp is not set +# CONFIG_PACKAGE_libncurses is not set +# CONFIG_PACKAGE_libnetfilter-conntrack is not set # CONFIG_PACKAGE_libnettle is not set -# CONFIG_PACKAGE_libnewt is not set -CONFIG_PACKAGE_libnfnetlink=m +# CONFIG_PACKAGE_libnfnetlink is not set CONFIG_PACKAGE_libnftnl=y -# CONFIG_PACKAGE_libnghttp2 is not set -# CONFIG_PACKAGE_libnghttp3 is not set -# CONFIG_PACKAGE_libngtcp2 is not set # CONFIG_PACKAGE_libnl is not set # CONFIG_PACKAGE_libnl-cli is not set # CONFIG_PACKAGE_libnl-core is not set @@ -4674,31 +3537,7 @@ CONFIG_PACKAGE_libnftnl=y # CONFIG_PACKAGE_libnl-nf is not set # CONFIG_PACKAGE_libnl-route is not set CONFIG_PACKAGE_libnl-tiny=y -# CONFIG_PACKAGE_libnopoll is not set -# CONFIG_PACKAGE_libnpth is not set -# CONFIG_PACKAGE_libnpupnp is not set -# CONFIG_PACKAGE_libnvme is not set -# CONFIG_PACKAGE_liboath is not set -# CONFIG_PACKAGE_libogg is not set -# CONFIG_PACKAGE_liboil is not set # CONFIG_PACKAGE_libopcodes is not set -# CONFIG_PACKAGE_libopen62541 is not set -# CONFIG_PACKAGE_libopendkim is not set -# CONFIG_PACKAGE_libopenobex is not set -# CONFIG_PACKAGE_libopensc is not set -# CONFIG_PACKAGE_libopenzwave is not set -# CONFIG_PACKAGE_liboping is not set -# CONFIG_PACKAGE_libopus is not set -# CONFIG_PACKAGE_libopusenc is not set -# CONFIG_PACKAGE_libopusfile is not set -# CONFIG_PACKAGE_liborcania is not set -# CONFIG_PACKAGE_libout123 is not set -# CONFIG_PACKAGE_libowipcalc is not set -# CONFIG_PACKAGE_libp11 is not set -# CONFIG_PACKAGE_libpagekite is not set -# CONFIG_PACKAGE_libpam is not set -# CONFIG_PACKAGE_libparted is not set -# CONFIG_PACKAGE_libpbc is not set CONFIG_PACKAGE_libpcap=m # @@ -4708,1226 +3547,92 @@ CONFIG_PACKAGE_libpcap=m # CONFIG_PCAP_HAS_NETFILTER is not set # end of Configuration -# CONFIG_PACKAGE_libpci is not set -# CONFIG_PACKAGE_libpciaccess is not set -CONFIG_PACKAGE_libpcre2=m -# CONFIG_PCRE2_JIT_ENABLED is not set +# CONFIG_PACKAGE_libpcre2 is not set # CONFIG_PACKAGE_libpcre2-16 is not set # CONFIG_PACKAGE_libpcre2-32 is not set -# CONFIG_PACKAGE_libpcsclite is not set -# CONFIG_PACKAGE_libpfring is not set -# CONFIG_PACKAGE_libpkcs11-spy is not set -# CONFIG_PACKAGE_libpkgconf is not set -# CONFIG_PACKAGE_libpng is not set -CONFIG_PACKAGE_libpopt=m -# CONFIG_PACKAGE_libpri is not set -# CONFIG_PACKAGE_libprotobuf-c is not set -# CONFIG_PACKAGE_libpsl is not set -CONFIG_PACKAGE_libqmi=m - -# -# Configuration -# -CONFIG_LIBQMI_WITH_MBIM_QMUX=y -CONFIG_LIBQMI_WITH_QRTR_GLIB=y -CONFIG_LIBQMI_COLLECTION_BASIC=y -# CONFIG_LIBQMI_COLLECTION_FULL is not set -# end of Configuration - -# CONFIG_PACKAGE_libqrencode is not set -CONFIG_PACKAGE_libqrtr-glib=m -# CONFIG_PACKAGE_libradcli is not set -# CONFIG_PACKAGE_libradiotap is not set -CONFIG_PACKAGE_libreadline=m -# CONFIG_PACKAGE_libredblack is not set -# CONFIG_PACKAGE_librouteros is not set -# CONFIG_PACKAGE_libroxml is not set -CONFIG_PACKAGE_librrd1=m -# CONFIG_PACKAGE_librtlsdr is not set -# CONFIG_PACKAGE_libruby is not set -# CONFIG_PACKAGE_libsamplerate is not set -# CONFIG_PACKAGE_libsane is not set -# CONFIG_PACKAGE_libsasl2 is not set -# CONFIG_PACKAGE_libsasl2-sasldb is not set -# CONFIG_PACKAGE_libseccomp is not set +# CONFIG_PACKAGE_libpopt is not set +# CONFIG_PACKAGE_libreadline is not set # CONFIG_PACKAGE_libselinux is not set # CONFIG_PACKAGE_libsemanage is not set -# CONFIG_PACKAGE_libsensors is not set # CONFIG_PACKAGE_libsepol is not set -# CONFIG_PACKAGE_libshout is not set -# CONFIG_PACKAGE_libshout-full is not set -# CONFIG_PACKAGE_libshout-nossl is not set -# CONFIG_PACKAGE_libsispmctl is not set -# CONFIG_PACKAGE_libslang2 is not set # CONFIG_PACKAGE_libsmartcols is not set -# CONFIG_PACKAGE_libsndfile is not set -# CONFIG_PACKAGE_libsoc is not set -# CONFIG_PACKAGE_libsocks is not set -# CONFIG_PACKAGE_libsodium is not set -# CONFIG_PACKAGE_libsoup is not set -# CONFIG_PACKAGE_libsoup3 is not set -# CONFIG_PACKAGE_libsoxr is not set -# CONFIG_PACKAGE_libspeedtestcpp is not set -# CONFIG_PACKAGE_libspeex is not set -# CONFIG_PACKAGE_libspeexdsp is not set -# CONFIG_PACKAGE_libspice-server is not set -# CONFIG_PACKAGE_libss is not set -# CONFIG_PACKAGE_libssh is not set -# CONFIG_PACKAGE_libssh2 is not set -# CONFIG_PACKAGE_libstoken is not set -# CONFIG_PACKAGE_libstrophe is not set -# CONFIG_PACKAGE_libsyn123 is not set -# CONFIG_PACKAGE_libsysrepo is not set -# CONFIG_PACKAGE_libtalloc is not set -# CONFIG_PACKAGE_libtasn1 is not set -# CONFIG_PACKAGE_libtheora is not set -# CONFIG_PACKAGE_libtiff is not set -# CONFIG_PACKAGE_libtins is not set -# CONFIG_PACKAGE_libtirpc is not set -# CONFIG_PACKAGE_libtorrent-rasterbar is not set +CONFIG_PACKAGE_libss=m # CONFIG_PACKAGE_libtraceevent is not set # CONFIG_PACKAGE_libtraceevent-extra is not set # CONFIG_PACKAGE_libtracefs is not set CONFIG_PACKAGE_libubox=y # CONFIG_PACKAGE_libubox-lua is not set CONFIG_PACKAGE_libubus=y -CONFIG_PACKAGE_libubus-lua=y +# CONFIG_PACKAGE_libubus-lua is not set CONFIG_PACKAGE_libuci=y -CONFIG_PACKAGE_libuci-lua=y -# CONFIG_PACKAGE_libuci2 is not set +# CONFIG_PACKAGE_libuci-lua is not set CONFIG_PACKAGE_libuclient=y CONFIG_PACKAGE_libucode=y -# CONFIG_PACKAGE_libucontext is not set -# CONFIG_PACKAGE_libudev-zero is not set -# CONFIG_PACKAGE_libudns is not set -# CONFIG_PACKAGE_libuecc is not set -# CONFIG_PACKAGE_libugpio is not set # CONFIG_PACKAGE_libunistring is not set # CONFIG_PACKAGE_libunwind is not set -# CONFIG_PACKAGE_libupnp is not set -# CONFIG_PACKAGE_libupnpp is not set -# CONFIG_PACKAGE_liburcu is not set -# CONFIG_PACKAGE_liburing is not set # CONFIG_PACKAGE_libusb-1.0 is not set -# CONFIG_PACKAGE_libusb-compat is not set -# CONFIG_PACKAGE_libustream-mbedtls is not set +CONFIG_PACKAGE_libustream-mbedtls=y # CONFIG_PACKAGE_libustream-openssl is not set # CONFIG_PACKAGE_libustream-wolfssl is not set -# CONFIG_PACKAGE_libutp is not set CONFIG_PACKAGE_libuuid=m -# CONFIG_PACKAGE_libuv is not set -# CONFIG_PACKAGE_libuwifi is not set -# CONFIG_PACKAGE_libv4l is not set -# CONFIG_PACKAGE_libvorbis is not set -# CONFIG_PACKAGE_libvorbisidec is not set -# CONFIG_PACKAGE_libvpx is not set -# CONFIG_PACKAGE_libwebp is not set -# CONFIG_PACKAGE_libwebsockets-full is not set -# CONFIG_PACKAGE_libwebsockets-mbedtls is not set -# CONFIG_PACKAGE_libwebsockets-openssl is not set -# CONFIG_PACKAGE_libwrap is not set -# CONFIG_PACKAGE_libxerces-c is not set -# CONFIG_PACKAGE_libxerces-c-samples is not set +CONFIG_PACKAGE_libxdp=m # CONFIG_PACKAGE_libxml2 is not set -# CONFIG_PACKAGE_libxslt is not set -# CONFIG_PACKAGE_libxxhash is not set -# CONFIG_PACKAGE_libyaml-cpp is not set -# CONFIG_PACKAGE_libyang is not set -# CONFIG_PACKAGE_libyubikey is not set -# CONFIG_PACKAGE_libzmq-curve is not set -# CONFIG_PACKAGE_libzmq-nc is not set # CONFIG_PACKAGE_linux-atm is not set -# CONFIG_PACKAGE_lmdb is not set -# CONFIG_PACKAGE_log4cplus is not set -# CONFIG_PACKAGE_loudmouth is not set -# CONFIG_PACKAGE_lttng-ust is not set -# CONFIG_PACKAGE_minizip is not set -# CONFIG_PACKAGE_msgpack-c is not set -# CONFIG_PACKAGE_mtdev is not set # CONFIG_PACKAGE_musl-fts is not set -# CONFIG_PACKAGE_mxml is not set -# CONFIG_PACKAGE_nspr is not set -# CONFIG_PACKAGE_oath-pam is not set -# CONFIG_PACKAGE_oniguruma is not set -# CONFIG_PACKAGE_open-isns is not set -# CONFIG_PACKAGE_openpgm is not set -# CONFIG_PACKAGE_p11-kit is not set -# CONFIG_PACKAGE_pixman is not set -# CONFIG_PACKAGE_poco is not set -# CONFIG_PACKAGE_poco-all is not set -# CONFIG_PACKAGE_protobuf is not set -# CONFIG_PACKAGE_protobuf-lite is not set -# CONFIG_PACKAGE_pthsem is not set -# CONFIG_PACKAGE_re2 is not set -CONFIG_PACKAGE_rpcd-mod-luci=y -# CONFIG_PACKAGE_rpcd-mod-rad2-enc is not set -CONFIG_PACKAGE_rpcd-mod-rrdns=y -# CONFIG_PACKAGE_sbc is not set -# CONFIG_PACKAGE_serdisplib is not set -# CONFIG_PACKAGE_taglib is not set -CONFIG_PACKAGE_terminfo=m -# CONFIG_PACKAGE_tinycdb is not set -# CONFIG_PACKAGE_totem-pl-parser is not set -# CONFIG_PACKAGE_uw-imap is not set -# CONFIG_PACKAGE_xmlrpc-c is not set -# CONFIG_PACKAGE_xmlrpc-c-client is not set -# CONFIG_PACKAGE_xmlrpc-c-server is not set -# CONFIG_PACKAGE_yajl is not set -# CONFIG_PACKAGE_yubico-pam is not set -CONFIG_PACKAGE_zlib=y +# CONFIG_PACKAGE_terminfo is not set +CONFIG_PACKAGE_zlib=m # # Configuration # # CONFIG_ZLIB_OPTIMIZE_SPEED is not set # end of Configuration - -# CONFIG_PACKAGE_zlog is not set # end of Libraries -# -# LuCI -# - -# -# 1. Collections -# -CONFIG_PACKAGE_luci=y -CONFIG_PACKAGE_luci-light=y -# CONFIG_PACKAGE_luci-nginx is not set -# CONFIG_PACKAGE_luci-ssl is not set -# CONFIG_PACKAGE_luci-ssl-nginx is not set -# CONFIG_PACKAGE_luci-ssl-openssl is not set -# end of 1. Collections - -# -# 2. Modules -# -CONFIG_PACKAGE_luci-base=y -CONFIG_LUCI_SRCDIET=y -CONFIG_LUCI_JSMIN=y -CONFIG_LUCI_CSSTIDY=y - -# -# Translations -# -# CONFIG_LUCI_LANG_ar is not set -# CONFIG_LUCI_LANG_bg is not set -# CONFIG_LUCI_LANG_bn_BD is not set -# CONFIG_LUCI_LANG_ca is not set -# CONFIG_LUCI_LANG_cs is not set -# CONFIG_LUCI_LANG_da is not set -# CONFIG_LUCI_LANG_de is not set -# CONFIG_LUCI_LANG_el is not set -# CONFIG_LUCI_LANG_es is not set -# CONFIG_LUCI_LANG_fi is not set -# CONFIG_LUCI_LANG_fr is not set -# CONFIG_LUCI_LANG_he is not set -# CONFIG_LUCI_LANG_hi is not set -# CONFIG_LUCI_LANG_hu is not set -# CONFIG_LUCI_LANG_it is not set -# CONFIG_LUCI_LANG_ja is not set -# CONFIG_LUCI_LANG_ko is not set -# CONFIG_LUCI_LANG_lt is not set -# CONFIG_LUCI_LANG_mr is not set -# CONFIG_LUCI_LANG_ms is not set -# CONFIG_LUCI_LANG_nb_NO is not set -# CONFIG_LUCI_LANG_nl is not set -# CONFIG_LUCI_LANG_pl is not set -# CONFIG_LUCI_LANG_pt is not set -# CONFIG_LUCI_LANG_pt_BR is not set -# CONFIG_LUCI_LANG_ro is not set -# CONFIG_LUCI_LANG_ru is not set -# CONFIG_LUCI_LANG_sk is not set -# CONFIG_LUCI_LANG_sv is not set -# CONFIG_LUCI_LANG_tr is not set -# CONFIG_LUCI_LANG_uk is not set -# CONFIG_LUCI_LANG_vi is not set -# CONFIG_LUCI_LANG_zh_Hans is not set -# CONFIG_LUCI_LANG_zh_Hant is not set -# end of Translations - -CONFIG_PACKAGE_luci-compat=y -CONFIG_PACKAGE_luci-lua-runtime=y -CONFIG_PACKAGE_luci-mod-admin-full=y -# CONFIG_PACKAGE_luci-mod-battstatus is not set -CONFIG_PACKAGE_luci-mod-dashboard=y -# CONFIG_PACKAGE_luci-mod-dsl is not set -CONFIG_PACKAGE_luci-mod-network=y -CONFIG_PACKAGE_luci-mod-rpc=y -CONFIG_PACKAGE_luci-mod-status=y -CONFIG_PACKAGE_luci-mod-system=y -# end of 2. Modules - -# -# 3. Applications -# -# CONFIG_PACKAGE_luci-app-acl is not set -# CONFIG_PACKAGE_luci-app-acme is not set -# CONFIG_PACKAGE_luci-app-adblock is not set -# CONFIG_PACKAGE_luci-app-adblock-fast is not set -# CONFIG_PACKAGE_luci-app-advanced-reboot is not set -# CONFIG_PACKAGE_luci-app-ahcp is not set -# CONFIG_PACKAGE_luci-app-apinger is not set -# CONFIG_PACKAGE_luci-app-aria2 is not set -# CONFIG_PACKAGE_luci-app-attendedsysupgrade is not set -# CONFIG_PACKAGE_luci-app-babeld is not set -# CONFIG_PACKAGE_luci-app-banip is not set -# CONFIG_PACKAGE_luci-app-bcp38 is not set -# CONFIG_PACKAGE_luci-app-bird1-ipv4 is not set -# CONFIG_PACKAGE_luci-app-bird1-ipv6 is not set -# CONFIG_PACKAGE_luci-app-bmx7 is not set -# CONFIG_PACKAGE_luci-app-cjdns is not set -# CONFIG_PACKAGE_luci-app-clamav is not set -# CONFIG_PACKAGE_luci-app-cloudflared is not set -# CONFIG_PACKAGE_luci-app-commands is not set -# CONFIG_PACKAGE_luci-app-crowdsec-firewall-bouncer is not set -# CONFIG_PACKAGE_luci-app-cshark is not set -# CONFIG_PACKAGE_luci-app-dawn is not set -# CONFIG_PACKAGE_luci-app-dcwapd is not set -CONFIG_PACKAGE_luci-app-ddns=y -# CONFIG_PACKAGE_luci-app-diag-core is not set -# CONFIG_PACKAGE_luci-app-dnscrypt-proxy is not set -# CONFIG_PACKAGE_luci-app-dump1090 is not set -# CONFIG_PACKAGE_luci-app-dynapoint is not set -# CONFIG_PACKAGE_luci-app-eoip is not set -# CONFIG_PACKAGE_luci-app-example is not set -CONFIG_PACKAGE_luci-app-firewall=y -# CONFIG_PACKAGE_luci-app-frpc is not set -# CONFIG_PACKAGE_luci-app-frps is not set -# CONFIG_PACKAGE_luci-app-fwknopd is not set -# CONFIG_PACKAGE_luci-app-hd-idle is not set -# CONFIG_PACKAGE_luci-app-hnet is not set -# CONFIG_PACKAGE_luci-app-https-dns-proxy is not set -# CONFIG_PACKAGE_luci-app-ksmbd is not set -# CONFIG_PACKAGE_luci-app-ledtrig-rssi is not set -# CONFIG_PACKAGE_luci-app-ledtrig-switch is not set -# CONFIG_PACKAGE_luci-app-ledtrig-usbport is not set -# CONFIG_PACKAGE_luci-app-lorawan-basicstation is not set -# CONFIG_PACKAGE_luci-app-lxc is not set -# CONFIG_PACKAGE_luci-app-minidlna is not set -# CONFIG_PACKAGE_luci-app-mjpg-streamer is not set -# CONFIG_PACKAGE_luci-app-mosquitto is not set -# CONFIG_PACKAGE_luci-app-mwan3 is not set -# CONFIG_PACKAGE_luci-app-natmap is not set -# CONFIG_PACKAGE_luci-app-nextdns is not set -CONFIG_PACKAGE_luci-app-nft-qos=m -# CONFIG_PACKAGE_luci-app-nlbwmon is not set -# CONFIG_PACKAGE_luci-app-ntpc is not set -# CONFIG_PACKAGE_luci-app-nut is not set -# CONFIG_PACKAGE_luci-app-ocserv is not set -# CONFIG_PACKAGE_luci-app-olsr is not set -# CONFIG_PACKAGE_luci-app-olsr-services is not set -# CONFIG_PACKAGE_luci-app-olsr-viz is not set -# CONFIG_PACKAGE_luci-app-olsrd2 is not set -# CONFIG_PACKAGE_luci-app-omcproxy is not set -# CONFIG_PACKAGE_luci-app-openvpn is not set -# CONFIG_PACKAGE_luci-app-openwisp is not set -CONFIG_PACKAGE_luci-app-opkg=y -# CONFIG_PACKAGE_luci-app-p910nd is not set -# CONFIG_PACKAGE_luci-app-pagekitec is not set -# CONFIG_PACKAGE_luci-app-pbr is not set -# CONFIG_PACKAGE_luci-app-polipo is not set -# CONFIG_PACKAGE_luci-app-privoxy is not set -CONFIG_PACKAGE_luci-app-qos=m -# CONFIG_PACKAGE_luci-app-radicale is not set -# CONFIG_PACKAGE_luci-app-radicale2 is not set -# CONFIG_PACKAGE_luci-app-rp-pppoe-server is not set -# CONFIG_PACKAGE_luci-app-samba4 is not set -# CONFIG_PACKAGE_luci-app-ser2net is not set -# CONFIG_PACKAGE_luci-app-shadowsocks-libev is not set -# CONFIG_PACKAGE_luci-app-shairplay is not set -# CONFIG_PACKAGE_luci-app-siitwizard is not set -CONFIG_PACKAGE_luci-app-smartdns=m -# CONFIG_PACKAGE_luci-app-snmpd is not set -# CONFIG_PACKAGE_luci-app-softether is not set -# CONFIG_PACKAGE_luci-app-splash is not set -CONFIG_PACKAGE_luci-app-sqm=m -# CONFIG_PACKAGE_luci-app-squid is not set -# CONFIG_PACKAGE_luci-app-sshtunnel is not set -CONFIG_PACKAGE_luci-app-statistics=m -# CONFIG_PACKAGE_luci-app-tinyproxy is not set -# CONFIG_PACKAGE_luci-app-tor is not set -# CONFIG_PACKAGE_luci-app-transmission is not set -# CONFIG_PACKAGE_luci-app-travelmate is not set -# CONFIG_PACKAGE_luci-app-ttyd is not set -# CONFIG_PACKAGE_luci-app-udpxy is not set -CONFIG_PACKAGE_luci-app-uhttpd=m -# CONFIG_PACKAGE_luci-app-unbound is not set -CONFIG_PACKAGE_luci-app-upnp=m -# CONFIG_PACKAGE_luci-app-usteer is not set -# CONFIG_PACKAGE_luci-app-v2raya is not set -# CONFIG_PACKAGE_luci-app-vnstat is not set -# CONFIG_PACKAGE_luci-app-vnstat2 is not set -# CONFIG_PACKAGE_luci-app-watchcat is not set -CONFIG_PACKAGE_luci-app-wifischedule=m -# CONFIG_PACKAGE_luci-app-wol is not set -# CONFIG_PACKAGE_luci-app-xfrpc is not set -# CONFIG_PACKAGE_luci-app-xinetd is not set -# end of 3. Applications - -# -# 4. Themes -# -CONFIG_PACKAGE_luci-theme-bootstrap=y -# CONFIG_PACKAGE_luci-theme-material is not set -# CONFIG_PACKAGE_luci-theme-openwrt is not set -CONFIG_PACKAGE_luci-theme-openwrt-2020=y -# end of 4. Themes - -# -# 5. Protocols -# -# CONFIG_PACKAGE_luci-proto-3g is not set -# CONFIG_PACKAGE_luci-proto-autoip is not set -# CONFIG_PACKAGE_luci-proto-batman-adv is not set -# CONFIG_PACKAGE_luci-proto-bonding is not set -# CONFIG_PACKAGE_luci-proto-external is not set -CONFIG_PACKAGE_luci-proto-gre=m -# CONFIG_PACKAGE_luci-proto-hnet is not set -# CONFIG_PACKAGE_luci-proto-ipip is not set -CONFIG_PACKAGE_luci-proto-ipv6=y -# CONFIG_PACKAGE_luci-proto-mbim is not set -CONFIG_PACKAGE_luci-proto-modemmanager=m -# CONFIG_PACKAGE_luci-proto-ncm is not set -# CONFIG_PACKAGE_luci-proto-nebula is not set -# CONFIG_PACKAGE_luci-proto-openconnect is not set -# CONFIG_PACKAGE_luci-proto-openfortivpn is not set -CONFIG_PACKAGE_luci-proto-ppp=y -# CONFIG_PACKAGE_luci-proto-pppossh is not set -# CONFIG_PACKAGE_luci-proto-qmi is not set -# CONFIG_PACKAGE_luci-proto-relay is not set -# CONFIG_PACKAGE_luci-proto-sstp is not set -# CONFIG_PACKAGE_luci-proto-unet is not set -# CONFIG_PACKAGE_luci-proto-vpnc is not set -CONFIG_PACKAGE_luci-proto-vxlan=m -CONFIG_PACKAGE_luci-proto-wireguard=y -# CONFIG_PACKAGE_luci-proto-yggdrasil is not set -# end of 5. Protocols - -# -# 6. Libraries -# -CONFIG_PACKAGE_luci-lib-base=y -CONFIG_PACKAGE_luci-lib-httpclient=m -CONFIG_PACKAGE_luci-lib-httpprotoutils=m -CONFIG_PACKAGE_luci-lib-ip=y -CONFIG_PACKAGE_luci-lib-ipkg=y -# CONFIG_PACKAGE_luci-lib-iptparser is not set -CONFIG_PACKAGE_luci-lib-json=y -CONFIG_PACKAGE_luci-lib-jsonc=y -CONFIG_PACKAGE_luci-lib-nixio=y -# CONFIG_PACKAGE_luci-lib-px5g is not set -# end of 6. Libraries - -# CONFIG_PACKAGE_luci-i18n-base-ar is not set -# CONFIG_PACKAGE_luci-i18n-base-bg is not set -# CONFIG_PACKAGE_luci-i18n-base-bn is not set -# CONFIG_PACKAGE_luci-i18n-base-ca is not set -# CONFIG_PACKAGE_luci-i18n-base-cs is not set -# CONFIG_PACKAGE_luci-i18n-base-da is not set -# CONFIG_PACKAGE_luci-i18n-base-de is not set -# CONFIG_PACKAGE_luci-i18n-base-el is not set -# CONFIG_PACKAGE_luci-i18n-base-es is not set -# CONFIG_PACKAGE_luci-i18n-base-fi is not set -# CONFIG_PACKAGE_luci-i18n-base-fr is not set -# CONFIG_PACKAGE_luci-i18n-base-he is not set -# CONFIG_PACKAGE_luci-i18n-base-hi is not set -# CONFIG_PACKAGE_luci-i18n-base-hu is not set -# CONFIG_PACKAGE_luci-i18n-base-it is not set -# CONFIG_PACKAGE_luci-i18n-base-ja is not set -# CONFIG_PACKAGE_luci-i18n-base-ko is not set -# CONFIG_PACKAGE_luci-i18n-base-lt is not set -# CONFIG_PACKAGE_luci-i18n-base-mr is not set -# CONFIG_PACKAGE_luci-i18n-base-ms is not set -# CONFIG_PACKAGE_luci-i18n-base-nl is not set -# CONFIG_PACKAGE_luci-i18n-base-no is not set -# CONFIG_PACKAGE_luci-i18n-base-pl is not set -# CONFIG_PACKAGE_luci-i18n-base-pt is not set -# CONFIG_PACKAGE_luci-i18n-base-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-base-ro is not set -# CONFIG_PACKAGE_luci-i18n-base-ru is not set -# CONFIG_PACKAGE_luci-i18n-base-sk is not set -# CONFIG_PACKAGE_luci-i18n-base-sv is not set -# CONFIG_PACKAGE_luci-i18n-base-tr is not set -# CONFIG_PACKAGE_luci-i18n-base-uk is not set -# CONFIG_PACKAGE_luci-i18n-base-vi is not set -# CONFIG_PACKAGE_luci-i18n-base-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-base-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ar is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-bg is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-bn is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ca is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-cs is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-da is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-de is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-el is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-es is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-fi is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-fr is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-he is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-hi is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-hu is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-it is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ja is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ko is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-lt is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-mr is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ms is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-nl is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-no is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-pl is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-pt is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ro is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-ru is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-sk is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-sv is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-tr is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-uk is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-vi is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-dashboard-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ar is not set -# CONFIG_PACKAGE_luci-i18n-ddns-bg is not set -# CONFIG_PACKAGE_luci-i18n-ddns-bn is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ca is not set -# CONFIG_PACKAGE_luci-i18n-ddns-cs is not set -# CONFIG_PACKAGE_luci-i18n-ddns-da is not set -# CONFIG_PACKAGE_luci-i18n-ddns-de is not set -# CONFIG_PACKAGE_luci-i18n-ddns-el is not set -# CONFIG_PACKAGE_luci-i18n-ddns-es is not set -# CONFIG_PACKAGE_luci-i18n-ddns-fi is not set -# CONFIG_PACKAGE_luci-i18n-ddns-fr is not set -# CONFIG_PACKAGE_luci-i18n-ddns-he is not set -# CONFIG_PACKAGE_luci-i18n-ddns-hi is not set -# CONFIG_PACKAGE_luci-i18n-ddns-hu is not set -# CONFIG_PACKAGE_luci-i18n-ddns-it is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ja is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ko is not set -# CONFIG_PACKAGE_luci-i18n-ddns-lt is not set -# CONFIG_PACKAGE_luci-i18n-ddns-mr is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ms is not set -# CONFIG_PACKAGE_luci-i18n-ddns-nl is not set -# CONFIG_PACKAGE_luci-i18n-ddns-no is not set -# CONFIG_PACKAGE_luci-i18n-ddns-pl is not set -# CONFIG_PACKAGE_luci-i18n-ddns-pt is not set -# CONFIG_PACKAGE_luci-i18n-ddns-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ro is not set -# CONFIG_PACKAGE_luci-i18n-ddns-ru is not set -# CONFIG_PACKAGE_luci-i18n-ddns-sk is not set -# CONFIG_PACKAGE_luci-i18n-ddns-sv is not set -# CONFIG_PACKAGE_luci-i18n-ddns-tr is not set -# CONFIG_PACKAGE_luci-i18n-ddns-uk is not set -# CONFIG_PACKAGE_luci-i18n-ddns-vi is not set -# CONFIG_PACKAGE_luci-i18n-ddns-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-ddns-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ar is not set -# CONFIG_PACKAGE_luci-i18n-firewall-bg is not set -# CONFIG_PACKAGE_luci-i18n-firewall-bn is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ca is not set -# CONFIG_PACKAGE_luci-i18n-firewall-cs is not set -# CONFIG_PACKAGE_luci-i18n-firewall-da is not set -# CONFIG_PACKAGE_luci-i18n-firewall-de is not set -# CONFIG_PACKAGE_luci-i18n-firewall-el is not set -# CONFIG_PACKAGE_luci-i18n-firewall-es is not set -# CONFIG_PACKAGE_luci-i18n-firewall-fi is not set -# CONFIG_PACKAGE_luci-i18n-firewall-fr is not set -# CONFIG_PACKAGE_luci-i18n-firewall-he is not set -# CONFIG_PACKAGE_luci-i18n-firewall-hi is not set -# CONFIG_PACKAGE_luci-i18n-firewall-hu is not set -# CONFIG_PACKAGE_luci-i18n-firewall-it is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ja is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ko is not set -# CONFIG_PACKAGE_luci-i18n-firewall-lt is not set -# CONFIG_PACKAGE_luci-i18n-firewall-mr is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ms is not set -# CONFIG_PACKAGE_luci-i18n-firewall-nl is not set -# CONFIG_PACKAGE_luci-i18n-firewall-no is not set -# CONFIG_PACKAGE_luci-i18n-firewall-pl is not set -# CONFIG_PACKAGE_luci-i18n-firewall-pt is not set -# CONFIG_PACKAGE_luci-i18n-firewall-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ro is not set -# CONFIG_PACKAGE_luci-i18n-firewall-ru is not set -# CONFIG_PACKAGE_luci-i18n-firewall-sk is not set -# CONFIG_PACKAGE_luci-i18n-firewall-sv is not set -# CONFIG_PACKAGE_luci-i18n-firewall-tr is not set -# CONFIG_PACKAGE_luci-i18n-firewall-uk is not set -# CONFIG_PACKAGE_luci-i18n-firewall-vi is not set -# CONFIG_PACKAGE_luci-i18n-firewall-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-firewall-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ar is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-bg is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-bn is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ca is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-cs is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-da is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-de is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-el is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-es is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-fi is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-fr is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-he is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-hi is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-hu is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-it is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ja is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ko is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-lt is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-mr is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ms is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-no is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-pl is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-pt is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ro is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-ru is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-sk is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-sv is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-tr is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-uk is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-vi is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-nft-qos-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ar is not set -# CONFIG_PACKAGE_luci-i18n-opkg-bg is not set -# CONFIG_PACKAGE_luci-i18n-opkg-bn is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ca is not set -# CONFIG_PACKAGE_luci-i18n-opkg-cs is not set -# CONFIG_PACKAGE_luci-i18n-opkg-da is not set -# CONFIG_PACKAGE_luci-i18n-opkg-de is not set -# CONFIG_PACKAGE_luci-i18n-opkg-el is not set -# CONFIG_PACKAGE_luci-i18n-opkg-es is not set -# CONFIG_PACKAGE_luci-i18n-opkg-fi is not set -# CONFIG_PACKAGE_luci-i18n-opkg-fr is not set -# CONFIG_PACKAGE_luci-i18n-opkg-he is not set -# CONFIG_PACKAGE_luci-i18n-opkg-hi is not set -# CONFIG_PACKAGE_luci-i18n-opkg-hu is not set -# CONFIG_PACKAGE_luci-i18n-opkg-it is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ja is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ko is not set -# CONFIG_PACKAGE_luci-i18n-opkg-lt is not set -# CONFIG_PACKAGE_luci-i18n-opkg-mr is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ms is not set -# CONFIG_PACKAGE_luci-i18n-opkg-no is not set -# CONFIG_PACKAGE_luci-i18n-opkg-pl is not set -# CONFIG_PACKAGE_luci-i18n-opkg-pt is not set -# CONFIG_PACKAGE_luci-i18n-opkg-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ro is not set -# CONFIG_PACKAGE_luci-i18n-opkg-ru is not set -# CONFIG_PACKAGE_luci-i18n-opkg-sk is not set -# CONFIG_PACKAGE_luci-i18n-opkg-sv is not set -# CONFIG_PACKAGE_luci-i18n-opkg-tr is not set -# CONFIG_PACKAGE_luci-i18n-opkg-uk is not set -# CONFIG_PACKAGE_luci-i18n-opkg-vi is not set -# CONFIG_PACKAGE_luci-i18n-opkg-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-opkg-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-qos-ar is not set -# CONFIG_PACKAGE_luci-i18n-qos-bg is not set -# CONFIG_PACKAGE_luci-i18n-qos-bn is not set -# CONFIG_PACKAGE_luci-i18n-qos-ca is not set -# CONFIG_PACKAGE_luci-i18n-qos-cs is not set -# CONFIG_PACKAGE_luci-i18n-qos-da is not set -# CONFIG_PACKAGE_luci-i18n-qos-de is not set -# CONFIG_PACKAGE_luci-i18n-qos-el is not set -# CONFIG_PACKAGE_luci-i18n-qos-es is not set -# CONFIG_PACKAGE_luci-i18n-qos-fi is not set -# CONFIG_PACKAGE_luci-i18n-qos-fr is not set -# CONFIG_PACKAGE_luci-i18n-qos-he is not set -# CONFIG_PACKAGE_luci-i18n-qos-hi is not set -# CONFIG_PACKAGE_luci-i18n-qos-hu is not set -# CONFIG_PACKAGE_luci-i18n-qos-it is not set -# CONFIG_PACKAGE_luci-i18n-qos-ja is not set -# CONFIG_PACKAGE_luci-i18n-qos-ko is not set -# CONFIG_PACKAGE_luci-i18n-qos-lt is not set -# CONFIG_PACKAGE_luci-i18n-qos-mr is not set -# CONFIG_PACKAGE_luci-i18n-qos-ms is not set -# CONFIG_PACKAGE_luci-i18n-qos-nl is not set -# CONFIG_PACKAGE_luci-i18n-qos-no is not set -# CONFIG_PACKAGE_luci-i18n-qos-pl is not set -# CONFIG_PACKAGE_luci-i18n-qos-pt is not set -# CONFIG_PACKAGE_luci-i18n-qos-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-qos-ro is not set -# CONFIG_PACKAGE_luci-i18n-qos-ru is not set -# CONFIG_PACKAGE_luci-i18n-qos-sk is not set -# CONFIG_PACKAGE_luci-i18n-qos-sv is not set -# CONFIG_PACKAGE_luci-i18n-qos-tr is not set -# CONFIG_PACKAGE_luci-i18n-qos-uk is not set -# CONFIG_PACKAGE_luci-i18n-qos-vi is not set -# CONFIG_PACKAGE_luci-i18n-qos-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-qos-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-smartdns-de is not set -# CONFIG_PACKAGE_luci-i18n-smartdns-es is not set -# CONFIG_PACKAGE_luci-i18n-smartdns-lt is not set -# CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-smartdns-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ar is not set -# CONFIG_PACKAGE_luci-i18n-sqm-bg is not set -# CONFIG_PACKAGE_luci-i18n-sqm-bn is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ca is not set -# CONFIG_PACKAGE_luci-i18n-sqm-cs is not set -# CONFIG_PACKAGE_luci-i18n-sqm-da is not set -# CONFIG_PACKAGE_luci-i18n-sqm-de is not set -# CONFIG_PACKAGE_luci-i18n-sqm-el is not set -# CONFIG_PACKAGE_luci-i18n-sqm-es is not set -# CONFIG_PACKAGE_luci-i18n-sqm-fi is not set -# CONFIG_PACKAGE_luci-i18n-sqm-fr is not set -# CONFIG_PACKAGE_luci-i18n-sqm-he is not set -# CONFIG_PACKAGE_luci-i18n-sqm-hi is not set -# CONFIG_PACKAGE_luci-i18n-sqm-hu is not set -# CONFIG_PACKAGE_luci-i18n-sqm-it is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ja is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ko is not set -# CONFIG_PACKAGE_luci-i18n-sqm-lt is not set -# CONFIG_PACKAGE_luci-i18n-sqm-mr is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ms is not set -# CONFIG_PACKAGE_luci-i18n-sqm-nl is not set -# CONFIG_PACKAGE_luci-i18n-sqm-no is not set -# CONFIG_PACKAGE_luci-i18n-sqm-pl is not set -# CONFIG_PACKAGE_luci-i18n-sqm-pt is not set -# CONFIG_PACKAGE_luci-i18n-sqm-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ro is not set -# CONFIG_PACKAGE_luci-i18n-sqm-ru is not set -# CONFIG_PACKAGE_luci-i18n-sqm-sk is not set -# CONFIG_PACKAGE_luci-i18n-sqm-sv is not set -# CONFIG_PACKAGE_luci-i18n-sqm-tr is not set -# CONFIG_PACKAGE_luci-i18n-sqm-uk is not set -# CONFIG_PACKAGE_luci-i18n-sqm-vi is not set -# CONFIG_PACKAGE_luci-i18n-sqm-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-sqm-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ar is not set -# CONFIG_PACKAGE_luci-i18n-statistics-bg is not set -# CONFIG_PACKAGE_luci-i18n-statistics-bn is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ca is not set -# CONFIG_PACKAGE_luci-i18n-statistics-cs is not set -# CONFIG_PACKAGE_luci-i18n-statistics-da is not set -# CONFIG_PACKAGE_luci-i18n-statistics-de is not set -# CONFIG_PACKAGE_luci-i18n-statistics-el is not set -# CONFIG_PACKAGE_luci-i18n-statistics-es is not set -# CONFIG_PACKAGE_luci-i18n-statistics-fi is not set -# CONFIG_PACKAGE_luci-i18n-statistics-fr is not set -# CONFIG_PACKAGE_luci-i18n-statistics-he is not set -# CONFIG_PACKAGE_luci-i18n-statistics-hi is not set -# CONFIG_PACKAGE_luci-i18n-statistics-hu is not set -# CONFIG_PACKAGE_luci-i18n-statistics-it is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ja is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ko is not set -# CONFIG_PACKAGE_luci-i18n-statistics-lt is not set -# CONFIG_PACKAGE_luci-i18n-statistics-mr is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ms is not set -# CONFIG_PACKAGE_luci-i18n-statistics-nl is not set -# CONFIG_PACKAGE_luci-i18n-statistics-no is not set -# CONFIG_PACKAGE_luci-i18n-statistics-pl is not set -# CONFIG_PACKAGE_luci-i18n-statistics-pt is not set -# CONFIG_PACKAGE_luci-i18n-statistics-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ro is not set -# CONFIG_PACKAGE_luci-i18n-statistics-ru is not set -# CONFIG_PACKAGE_luci-i18n-statistics-sk is not set -# CONFIG_PACKAGE_luci-i18n-statistics-sv is not set -# CONFIG_PACKAGE_luci-i18n-statistics-tr is not set -# CONFIG_PACKAGE_luci-i18n-statistics-uk is not set -# CONFIG_PACKAGE_luci-i18n-statistics-vi is not set -# CONFIG_PACKAGE_luci-i18n-statistics-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-statistics-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ar is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-bg is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-bn is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ca is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-cs is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-da is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-de is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-el is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-es is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-fi is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-fr is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-he is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-hi is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-hu is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-it is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ja is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ko is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-lt is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-mr is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ms is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-no is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-pl is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-pt is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ro is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-ru is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-sk is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-sv is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-tr is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-uk is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-vi is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-uhttpd-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ar is not set -# CONFIG_PACKAGE_luci-i18n-upnp-bg is not set -# CONFIG_PACKAGE_luci-i18n-upnp-bn is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ca is not set -# CONFIG_PACKAGE_luci-i18n-upnp-cs is not set -# CONFIG_PACKAGE_luci-i18n-upnp-da is not set -# CONFIG_PACKAGE_luci-i18n-upnp-de is not set -# CONFIG_PACKAGE_luci-i18n-upnp-el is not set -# CONFIG_PACKAGE_luci-i18n-upnp-es is not set -# CONFIG_PACKAGE_luci-i18n-upnp-fi is not set -# CONFIG_PACKAGE_luci-i18n-upnp-fr is not set -# CONFIG_PACKAGE_luci-i18n-upnp-he is not set -# CONFIG_PACKAGE_luci-i18n-upnp-hi is not set -# CONFIG_PACKAGE_luci-i18n-upnp-hu is not set -# CONFIG_PACKAGE_luci-i18n-upnp-it is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ja is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ko is not set -# CONFIG_PACKAGE_luci-i18n-upnp-lt is not set -# CONFIG_PACKAGE_luci-i18n-upnp-mr is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ms is not set -# CONFIG_PACKAGE_luci-i18n-upnp-no is not set -# CONFIG_PACKAGE_luci-i18n-upnp-pl is not set -# CONFIG_PACKAGE_luci-i18n-upnp-pt is not set -# CONFIG_PACKAGE_luci-i18n-upnp-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ro is not set -# CONFIG_PACKAGE_luci-i18n-upnp-ru is not set -# CONFIG_PACKAGE_luci-i18n-upnp-sk is not set -# CONFIG_PACKAGE_luci-i18n-upnp-sv is not set -# CONFIG_PACKAGE_luci-i18n-upnp-tr is not set -# CONFIG_PACKAGE_luci-i18n-upnp-uk is not set -# CONFIG_PACKAGE_luci-i18n-upnp-vi is not set -# CONFIG_PACKAGE_luci-i18n-upnp-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-upnp-zh-tw is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ar is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-bg is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-bn is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ca is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-cs is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-da is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-de is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-el is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-es is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-fi is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-fr is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-he is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-hi is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-hu is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-it is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ja is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ko is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-lt is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-mr is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ms is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-nl is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-no is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-pl is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-pt is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-pt-br is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ro is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-ru is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-sk is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-sv is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-tr is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-uk is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-vi is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-zh-cn is not set -# CONFIG_PACKAGE_luci-i18n-wifischedule-zh-tw is not set -# end of LuCI - -# -# Mail -# -# CONFIG_PACKAGE_alpine is not set -# CONFIG_PACKAGE_bogofilter is not set -# CONFIG_PACKAGE_dovecot is not set -# CONFIG_PACKAGE_dovecot-pigeonhole is not set -# CONFIG_PACKAGE_dovecot-utils is not set -# CONFIG_PACKAGE_emailrelay is not set -# CONFIG_PACKAGE_exim is not set -# CONFIG_PACKAGE_exim-gnutls is not set -# CONFIG_PACKAGE_exim-ldap is not set -# CONFIG_PACKAGE_exim-openssl is not set -# CONFIG_PACKAGE_fdm is not set -# CONFIG_PACKAGE_greyfix is not set -# CONFIG_PACKAGE_mailsend is not set -# CONFIG_PACKAGE_mailsend-nossl is not set -# CONFIG_PACKAGE_mblaze is not set -# CONFIG_PACKAGE_msmtp is not set -# CONFIG_PACKAGE_msmtp-mta is not set -# CONFIG_PACKAGE_msmtp-nossl is not set -# CONFIG_PACKAGE_msmtp-queue is not set -# CONFIG_PACKAGE_mutt is not set -# CONFIG_PACKAGE_nail is not set -# CONFIG_PACKAGE_opendkim is not set -# CONFIG_PACKAGE_opendkim-tools is not set -# CONFIG_PACKAGE_postfix is not set -# CONFIG_PACKAGE_spamc is not set -# CONFIG_PACKAGE_spamc-ssl is not set -# end of Mail - -# -# Multimedia -# - -# -# Streaming -# -# CONFIG_PACKAGE_oggfwd is not set -# end of Streaming - -# CONFIG_PACKAGE_ffmpeg is not set -# CONFIG_PACKAGE_ffprobe is not set -# CONFIG_PACKAGE_fswebcam is not set -# CONFIG_PACKAGE_gphoto2 is not set -# CONFIG_PACKAGE_graphicsmagick is not set -# CONFIG_PACKAGE_grilo is not set -# CONFIG_PACKAGE_grilo-plugins is not set -# CONFIG_PACKAGE_gst1-libav is not set -# CONFIG_PACKAGE_gstreamer1-libs is not set -# CONFIG_PACKAGE_gstreamer1-plugins-bad is not set -# CONFIG_PACKAGE_gstreamer1-plugins-base is not set -# CONFIG_PACKAGE_gstreamer1-plugins-good is not set -# CONFIG_PACKAGE_gstreamer1-plugins-ugly is not set -# CONFIG_PACKAGE_gstreamer1-utils is not set -# CONFIG_PACKAGE_icecast is not set -# CONFIG_PACKAGE_imagemagick is not set -# CONFIG_PACKAGE_lcdgrilo is not set -# CONFIG_PACKAGE_minidlna is not set -# CONFIG_PACKAGE_minisatip is not set -# CONFIG_PACKAGE_mjpg-streamer is not set -# CONFIG_PACKAGE_motion is not set -# CONFIG_PACKAGE_tvheadend is not set -# CONFIG_PACKAGE_v4l2rtspserver is not set -# CONFIG_PACKAGE_v4l2tools is not set -# CONFIG_PACKAGE_vips is not set -# CONFIG_PACKAGE_xupnpd is not set -# CONFIG_PACKAGE_yt-dlp is not set -# end of Multimedia - # # Network # -# -# BitTorrent -# -# CONFIG_PACKAGE_mktorrent is not set -# CONFIG_PACKAGE_opentracker is not set -# CONFIG_PACKAGE_opentracker6 is not set -# CONFIG_PACKAGE_rtorrent is not set -# CONFIG_PACKAGE_rtorrent-rpc is not set -# CONFIG_PACKAGE_transmission-cli is not set -# CONFIG_PACKAGE_transmission-daemon is not set -# CONFIG_PACKAGE_transmission-remote is not set -# CONFIG_PACKAGE_transmission-web is not set -# CONFIG_PACKAGE_transmission-web-control is not set -# end of BitTorrent - -# -# Captive Portals -# -# CONFIG_PACKAGE_apfree-wifidog is not set -# CONFIG_PACKAGE_coova-chilli is not set -# CONFIG_PACKAGE_mesh11sd is not set -# CONFIG_PACKAGE_nodogsplash is not set -# CONFIG_PACKAGE_opennds is not set -# CONFIG_PACKAGE_uspot is not set -# CONFIG_PACKAGE_uspot-www is not set -# CONFIG_PACKAGE_wifidog is not set -# CONFIG_PACKAGE_wifidog-tls is not set -# end of Captive Portals - -# -# Cloud Manager -# -# CONFIG_PACKAGE_rclone-ng is not set -# CONFIG_PACKAGE_rclone-webui-react is not set -# end of Cloud Manager - -# -# Dial-in/up -# -# CONFIG_PACKAGE_rp-pppoe-common is not set -# CONFIG_PACKAGE_rp-pppoe-relay is not set -# CONFIG_PACKAGE_rp-pppoe-server is not set -# end of Dial-in/up - -# -# Download Manager -# -# CONFIG_PACKAGE_ariang is not set -# CONFIG_PACKAGE_ariang-nginx is not set -# CONFIG_PACKAGE_leech is not set -# CONFIG_PACKAGE_webui-aria2 is not set -# end of Download Manager - -# -# File Transfer -# -# CONFIG_PACKAGE_aria2 is not set -# CONFIG_PACKAGE_atftp is not set -# CONFIG_PACKAGE_atftpd is not set -# CONFIG_PACKAGE_curl is not set -CONFIG_PACKAGE_lftp=m -# CONFIG_PACKAGE_rclone is not set -# CONFIG_PACKAGE_rclone-config is not set -CONFIG_PACKAGE_rsync=m -# CONFIG_RSYNC_xattr is not set -# CONFIG_RSYNC_acl is not set -# CONFIG_RSYNC_zstd is not set -CONFIG_PACKAGE_rsyncd=m -# CONFIG_PACKAGE_vsftpd is not set -# CONFIG_PACKAGE_vsftpd-tls is not set -CONFIG_PACKAGE_wget-nossl=m -# CONFIG_PACKAGE_wget-ssl is not set -# end of File Transfer - -# -# Filesystem -# -# CONFIG_PACKAGE_davfs2 is not set -# CONFIG_PACKAGE_ksmbd-avahi-service is not set -# CONFIG_PACKAGE_ksmbd-hotplug is not set -# CONFIG_PACKAGE_ksmbd-server is not set -# CONFIG_PACKAGE_nfs-kernel-server is not set -# CONFIG_PACKAGE_owftpd is not set -# CONFIG_PACKAGE_owhttpd is not set -# CONFIG_PACKAGE_owserver is not set -# CONFIG_PACKAGE_sshfs is not set -# end of Filesystem - # # Firewall # # CONFIG_PACKAGE_arptables-legacy is not set CONFIG_PACKAGE_arptables-nft=m -CONFIG_PACKAGE_conntrack=m -CONFIG_PACKAGE_conntrackd=m # CONFIG_PACKAGE_ebtables-legacy is not set CONFIG_PACKAGE_ebtables-nft=m -# CONFIG_PACKAGE_fwknop is not set -# CONFIG_PACKAGE_fwknopd is not set -# CONFIG_PACKAGE_ip6tables-extra is not set -# CONFIG_PACKAGE_ip6tables-mod-nat is not set +CONFIG_PACKAGE_ip6tables-extra=m +CONFIG_PACKAGE_ip6tables-mod-nat=m CONFIG_PACKAGE_ip6tables-nft=m CONFIG_PACKAGE_ip6tables-zz-legacy=m -# CONFIG_PACKAGE_iptables-mod-account is not set -# CONFIG_PACKAGE_iptables-mod-chaos is not set -# CONFIG_PACKAGE_iptables-mod-checksum is not set -# CONFIG_PACKAGE_iptables-mod-cluster is not set -# CONFIG_PACKAGE_iptables-mod-clusterip is not set -# CONFIG_PACKAGE_iptables-mod-condition is not set +CONFIG_PACKAGE_iptables-mod-checksum=m +CONFIG_PACKAGE_iptables-mod-cluster=m +CONFIG_PACKAGE_iptables-mod-clusterip=m CONFIG_PACKAGE_iptables-mod-conntrack-extra=m -# CONFIG_PACKAGE_iptables-mod-delude is not set -# CONFIG_PACKAGE_iptables-mod-dhcpmac is not set -# CONFIG_PACKAGE_iptables-mod-dnetmap is not set -# CONFIG_PACKAGE_iptables-mod-extra is not set -# CONFIG_PACKAGE_iptables-mod-filter is not set -# CONFIG_PACKAGE_iptables-mod-fuzzy is not set -# CONFIG_PACKAGE_iptables-mod-geoip is not set -# CONFIG_PACKAGE_iptables-mod-hashlimit is not set -# CONFIG_PACKAGE_iptables-mod-iface is not set -# CONFIG_PACKAGE_iptables-mod-ipmark is not set +CONFIG_PACKAGE_iptables-mod-extra=m +CONFIG_PACKAGE_iptables-mod-filter=m +CONFIG_PACKAGE_iptables-mod-hashlimit=m CONFIG_PACKAGE_iptables-mod-ipopt=m -# CONFIG_PACKAGE_iptables-mod-ipp2p is not set -# CONFIG_PACKAGE_iptables-mod-iprange is not set -# CONFIG_PACKAGE_iptables-mod-ipsec is not set -# CONFIG_PACKAGE_iptables-mod-ipv4options is not set -# CONFIG_PACKAGE_iptables-mod-led is not set -# CONFIG_PACKAGE_iptables-mod-length2 is not set -# CONFIG_PACKAGE_iptables-mod-logmark is not set -# CONFIG_PACKAGE_iptables-mod-lscan is not set -# CONFIG_PACKAGE_iptables-mod-lua is not set -# CONFIG_PACKAGE_iptables-mod-nat-extra is not set -# CONFIG_PACKAGE_iptables-mod-nflog is not set -# CONFIG_PACKAGE_iptables-mod-nfqueue is not set -# CONFIG_PACKAGE_iptables-mod-physdev is not set -# CONFIG_PACKAGE_iptables-mod-proto is not set -# CONFIG_PACKAGE_iptables-mod-psd is not set -# CONFIG_PACKAGE_iptables-mod-quota2 is not set -# CONFIG_PACKAGE_iptables-mod-rpfilter is not set -# CONFIG_PACKAGE_iptables-mod-rtpengine is not set +CONFIG_PACKAGE_iptables-mod-iprange=m +CONFIG_PACKAGE_iptables-mod-ipsec=m +CONFIG_PACKAGE_iptables-mod-led=m +CONFIG_PACKAGE_iptables-mod-nat-extra=m +CONFIG_PACKAGE_iptables-mod-nflog=m +CONFIG_PACKAGE_iptables-mod-nfqueue=m +CONFIG_PACKAGE_iptables-mod-physdev=m +CONFIG_PACKAGE_iptables-mod-rpfilter=m CONFIG_PACKAGE_iptables-mod-socket=m +CONFIG_PACKAGE_iptables-mod-tee=m +CONFIG_PACKAGE_iptables-mod-tproxy=m +CONFIG_PACKAGE_iptables-mod-trace=m +CONFIG_PACKAGE_iptables-mod-u32=m CONFIG_PACKAGE_iptables-nft=m CONFIG_PACKAGE_iptables-zz-legacy=m -# CONFIG_PACKAGE_iptables-mod-sysrq is not set -# CONFIG_PACKAGE_iptables-mod-tarpit is not set -# CONFIG_PACKAGE_iptables-mod-tee is not set -# CONFIG_PACKAGE_iptables-mod-tproxy is not set -# CONFIG_PACKAGE_iptables-mod-trace is not set -# CONFIG_PACKAGE_iptables-mod-u32 is not set -# CONFIG_PACKAGE_iptaccount is not set -# CONFIG_PACKAGE_iptgeoip is not set - -# -# Select iptgeoip options -# -# CONFIG_IPTGEOIP_PRESERVE is not set -# end of Select iptgeoip options - -# CONFIG_PACKAGE_miniupnpc is not set -# CONFIG_PACKAGE_miniupnpd-iptables is not set -CONFIG_PACKAGE_miniupnpd-nftables=m -# CONFIG_PACKAGE_natpmpc is not set CONFIG_PACKAGE_nftables-json=y -CONFIG_PACKAGE_nftables-nojson=m -# CONFIG_PACKAGE_openappid is not set -# CONFIG_PACKAGE_shorewall is not set -# CONFIG_PACKAGE_shorewall-core is not set -# CONFIG_PACKAGE_shorewall-lite is not set -# CONFIG_PACKAGE_shorewall6 is not set -# CONFIG_PACKAGE_shorewall6-lite is not set -# CONFIG_PACKAGE_snort is not set -# CONFIG_PACKAGE_snort3 is not set +# CONFIG_PACKAGE_nftables-nojson is not set CONFIG_PACKAGE_xtables-legacy=m CONFIG_PACKAGE_xtables-nft=m # end of Firewall -# -# Firewall Tunnel -# -# CONFIG_PACKAGE_iodine is not set -# CONFIG_PACKAGE_iodined is not set -# end of Firewall Tunnel - -# -# FreeRADIUS (version 3) -# -# CONFIG_PACKAGE_freeradius3 is not set -# CONFIG_PACKAGE_freeradius3-common is not set -# CONFIG_PACKAGE_freeradius3-utils is not set -# end of FreeRADIUS (version 3) - -# -# IP Addresses and Names -# -# CONFIG_PACKAGE_aggregate is not set -# CONFIG_PACKAGE_announce is not set -# CONFIG_PACKAGE_avahi-autoipd is not set -# CONFIG_PACKAGE_avahi-daemon-service-http is not set -# CONFIG_PACKAGE_avahi-daemon-service-ssh is not set -# CONFIG_PACKAGE_avahi-dbus-daemon is not set -# CONFIG_PACKAGE_avahi-dnsconfd is not set -# CONFIG_PACKAGE_avahi-nodbus-daemon is not set -# CONFIG_PACKAGE_avahi-utils is not set -# CONFIG_PACKAGE_bind-check is not set -# CONFIG_PACKAGE_bind-client is not set -# CONFIG_PACKAGE_bind-ddns-confgen is not set -# CONFIG_PACKAGE_bind-dig is not set -# CONFIG_PACKAGE_bind-dnssec is not set -# CONFIG_PACKAGE_bind-host is not set -# CONFIG_PACKAGE_bind-nslookup is not set -# CONFIG_PACKAGE_bind-rndc is not set -# CONFIG_PACKAGE_bind-server is not set -# CONFIG_PACKAGE_bind-tools is not set -CONFIG_PACKAGE_ddns-scripts=y -# CONFIG_PACKAGE_ddns-scripts-cloudflare is not set -# CONFIG_PACKAGE_ddns-scripts-cnkuai is not set -# CONFIG_PACKAGE_ddns-scripts-digitalocean is not set -# CONFIG_PACKAGE_ddns-scripts-dnspod is not set -# CONFIG_PACKAGE_ddns-scripts-freedns is not set -# CONFIG_PACKAGE_ddns-scripts-gandi is not set -# CONFIG_PACKAGE_ddns-scripts-gcp is not set -# CONFIG_PACKAGE_ddns-scripts-godaddy is not set -# CONFIG_PACKAGE_ddns-scripts-luadns is not set -# CONFIG_PACKAGE_ddns-scripts-noip is not set -# CONFIG_PACKAGE_ddns-scripts-ns1 is not set -# CONFIG_PACKAGE_ddns-scripts-nsupdate is not set -# CONFIG_PACKAGE_ddns-scripts-one is not set -# CONFIG_PACKAGE_ddns-scripts-pdns is not set -# CONFIG_PACKAGE_ddns-scripts-route53 is not set -CONFIG_PACKAGE_ddns-scripts-services=y -# CONFIG_PACKAGE_ddns-scripts-utils is not set -CONFIG_PACKAGE_dhcp-forwarder=m -# CONFIG_PACKAGE_dhtd is not set -# CONFIG_PACKAGE_dns-over-https is not set -# CONFIG_PACKAGE_dnscrypt-proxy is not set -# CONFIG_PACKAGE_dnscrypt-proxy-resolvers is not set -# CONFIG_PACKAGE_dnsdist is not set -# CONFIG_PACKAGE_dnsdist-full is not set -# CONFIG_PACKAGE_dnslookup is not set -# CONFIG_PACKAGE_dnsproxy is not set -# CONFIG_PACKAGE_drill is not set -# CONFIG_PACKAGE_hostip is not set -# CONFIG_PACKAGE_idn is not set -# CONFIG_PACKAGE_idn2 is not set -# CONFIG_PACKAGE_inadyn is not set -# CONFIG_PACKAGE_isc-dhcp-client-ipv4 is not set -# CONFIG_PACKAGE_isc-dhcp-client-ipv6 is not set -# CONFIG_PACKAGE_isc-dhcp-omshell-ipv4 is not set -# CONFIG_PACKAGE_isc-dhcp-omshell-ipv6 is not set -# CONFIG_PACKAGE_isc-dhcp-relay-ipv4 is not set -# CONFIG_PACKAGE_isc-dhcp-relay-ipv6 is not set -# CONFIG_PACKAGE_isc-dhcp-server-ipv4 is not set -# CONFIG_PACKAGE_isc-dhcp-server-ipv6 is not set -# CONFIG_PACKAGE_kadnode is not set -# CONFIG_PACKAGE_kea-admin is not set -# CONFIG_PACKAGE_kea-ctrl is not set -# CONFIG_PACKAGE_kea-dhcp-ddns is not set -# CONFIG_PACKAGE_kea-dhcp4 is not set -# CONFIG_PACKAGE_kea-dhcp6 is not set -# CONFIG_PACKAGE_kea-hook-ha is not set -# CONFIG_PACKAGE_kea-hook-lease-cmds is not set -# CONFIG_PACKAGE_kea-lfc is not set -# CONFIG_PACKAGE_kea-libs is not set -# CONFIG_PACKAGE_kea-perfdhcp is not set -# CONFIG_PACKAGE_kea-shell is not set -# CONFIG_PACKAGE_knot is not set -# CONFIG_PACKAGE_knot-dig is not set -# CONFIG_PACKAGE_knot-host is not set -# CONFIG_PACKAGE_knot-keymgr is not set -# CONFIG_PACKAGE_knot-nsupdate is not set -# CONFIG_PACKAGE_knot-resolver is not set - -# -# Configuration -# -# CONFIG_PACKAGE_knot-resolver_dnstap is not set -# end of Configuration - -# CONFIG_PACKAGE_knot-tests is not set -# CONFIG_PACKAGE_knot-zonecheck is not set -# CONFIG_PACKAGE_ldns-examples is not set -# CONFIG_PACKAGE_mdns-utils is not set -# CONFIG_PACKAGE_mdnsd is not set -# CONFIG_PACKAGE_mdnsresponder is not set -# CONFIG_PACKAGE_nsd is not set -# CONFIG_PACKAGE_nsd-control is not set -# CONFIG_PACKAGE_nsd-control-setup is not set -# CONFIG_PACKAGE_nsd-nossl is not set -# CONFIG_PACKAGE_ohybridproxy is not set -# CONFIG_PACKAGE_overture is not set -# CONFIG_PACKAGE_pdns is not set -# CONFIG_PACKAGE_pdns-ixfrdist is not set -# CONFIG_PACKAGE_pdns-recursor is not set -# CONFIG_PACKAGE_pdns-tools is not set -# CONFIG_PACKAGE_stubby is not set -# CONFIG_PACKAGE_tor-hs is not set -# CONFIG_PACKAGE_torsocks is not set -# CONFIG_PACKAGE_unbound-anchor is not set -# CONFIG_PACKAGE_unbound-checkconf is not set -# CONFIG_PACKAGE_unbound-control is not set -# CONFIG_PACKAGE_unbound-control-setup is not set -# CONFIG_PACKAGE_unbound-daemon is not set -# CONFIG_PACKAGE_unbound-host is not set -# CONFIG_PACKAGE_v2ray-geoip is not set -# CONFIG_PACKAGE_v2ray-geosite is not set -# CONFIG_PACKAGE_v2ray-geosite-ir is not set -# CONFIG_PACKAGE_wsdd2 is not set -# CONFIG_PACKAGE_zonestitcher is not set -# end of IP Addresses and Names - -# -# Instant Messaging -# -# CONFIG_PACKAGE_bitlbee is not set -# CONFIG_PACKAGE_irssi is not set -# CONFIG_PACKAGE_ngircd is not set -# CONFIG_PACKAGE_ngircd-nossl is not set -# CONFIG_PACKAGE_prosody is not set -# CONFIG_PACKAGE_quassel-irssi is not set -# CONFIG_PACKAGE_umurmur-mbedtls is not set -# CONFIG_PACKAGE_umurmur-openssl is not set -# CONFIG_PACKAGE_znc is not set -# end of Instant Messaging - # # Linux ATM tools # @@ -5959,142 +3664,25 @@ CONFIG_PACKAGE_dhcp-forwarder=m # CONFIG_PACKAGE_br2684ctl is not set # end of Linux ATM tools -# -# LoRaWAN -# -# CONFIG_PACKAGE_basicstation is not set -# CONFIG_PACKAGE_libloragw-tests is not set -# CONFIG_PACKAGE_libloragw-utils is not set -# end of LoRaWAN - -# -# NMAP Suite -# -# CONFIG_PACKAGE_ncat is not set -# CONFIG_PACKAGE_ncat-full is not set -# CONFIG_PACKAGE_ncat-ssl is not set -# CONFIG_PACKAGE_ndiff is not set -# CONFIG_PACKAGE_nmap is not set -# CONFIG_PACKAGE_nmap-full is not set -# CONFIG_PACKAGE_nmap-ssl is not set -# CONFIG_PACKAGE_nping is not set -# CONFIG_PACKAGE_nping-ssl is not set -# end of NMAP Suite - -# -# NTRIP -# -# CONFIG_PACKAGE_ntripcaster is not set -# CONFIG_PACKAGE_ntripclient is not set -# CONFIG_PACKAGE_ntripserver is not set -# end of NTRIP - -# -# OLSR.org network framework -# -# CONFIG_PACKAGE_oonf-dlep-proxy is not set -# CONFIG_PACKAGE_oonf-dlep-radio is not set -# CONFIG_PACKAGE_oonf-init-scripts is not set -# CONFIG_PACKAGE_oonf-olsrd2 is not set -# end of OLSR.org network framework - -# -# Open vSwitch -# -# CONFIG_PACKAGE_openvswitch is not set -# CONFIG_PACKAGE_openvswitch-ovn-host is not set -# CONFIG_PACKAGE_openvswitch-ovn-north is not set -# CONFIG_PACKAGE_openvswitch-python3 is not set -# CONFIG_PACKAGE_ovsd is not set -# end of Open vSwitch - -# -# OpenLDAP -# -# CONFIG_PACKAGE_libopenldap is not set -# CONFIG_PACKAGE_openldap-server is not set -# CONFIG_PACKAGE_openldap-utils is not set -# end of OpenLDAP - -# -# Printing -# -# CONFIG_PACKAGE_p910nd is not set -# end of Printing - # # Routing and Redirection # -# CONFIG_PACKAGE_babel-pinger is not set -# CONFIG_PACKAGE_babeld is not set -# CONFIG_PACKAGE_batmand is not set -# CONFIG_PACKAGE_bcp38 is not set -# CONFIG_PACKAGE_bfdd is not set -# CONFIG_PACKAGE_bird1-ipv4 is not set -# CONFIG_PACKAGE_bird1-ipv4-uci is not set -# CONFIG_PACKAGE_bird1-ipv6 is not set -# CONFIG_PACKAGE_bird1-ipv6-uci is not set -# CONFIG_PACKAGE_bird1c-ipv4 is not set -# CONFIG_PACKAGE_bird1c-ipv6 is not set -# CONFIG_PACKAGE_bird1cl-ipv4 is not set -# CONFIG_PACKAGE_bird1cl-ipv6 is not set -# CONFIG_PACKAGE_bird2 is not set -# CONFIG_PACKAGE_bird2c is not set -# CONFIG_PACKAGE_bird2cl is not set -# CONFIG_PACKAGE_bmx7 is not set -# CONFIG_PACKAGE_cjdns is not set -# CONFIG_PACKAGE_cjdns-tests is not set -# CONFIG_PACKAGE_dcstad is not set -# CONFIG_PACKAGE_dcwapd is not set # CONFIG_PACKAGE_devlink is not set -# CONFIG_PACKAGE_frr is not set # CONFIG_PACKAGE_genl is not set -# CONFIG_PACKAGE_igmpproxy is not set # CONFIG_PACKAGE_ip-bridge is not set -CONFIG_PACKAGE_ip-full=m -CONFIG_PACKAGE_ip-tiny=y +# CONFIG_PACKAGE_ip-full is not set +# CONFIG_PACKAGE_ip-tiny is not set # CONFIG_PACKAGE_lldpd is not set -# CONFIG_PACKAGE_mcproxy is not set -# CONFIG_PACKAGE_mrmctl is not set -# CONFIG_PACKAGE_mwan3 is not set # CONFIG_PACKAGE_nstat is not set -# CONFIG_PACKAGE_olsrd is not set -# CONFIG_PACKAGE_pbr is not set -# CONFIG_PACKAGE_pbr-iptables is not set -# CONFIG_PACKAGE_prince is not set -# CONFIG_PACKAGE_quagga is not set # CONFIG_PACKAGE_rdma is not set # CONFIG_PACKAGE_relayd is not set -# CONFIG_PACKAGE_smcroute is not set # CONFIG_PACKAGE_ss is not set -# CONFIG_PACKAGE_sslh is not set # CONFIG_PACKAGE_tc-bpf is not set # CONFIG_PACKAGE_tc-full is not set -CONFIG_PACKAGE_tc-mod-iptables=m +# CONFIG_PACKAGE_tc-mod-iptables is not set CONFIG_PACKAGE_tc-tiny=m -# CONFIG_PACKAGE_tcpproxy is not set -# CONFIG_PACKAGE_udp-broadcast-relay-redux is not set -# CONFIG_PACKAGE_vis is not set -# CONFIG_PACKAGE_yggdrasil is not set # end of Routing and Redirection -# -# SSH -# -# CONFIG_PACKAGE_autossh is not set -# CONFIG_PACKAGE_openssh-client is not set -# CONFIG_PACKAGE_openssh-client-utils is not set -# CONFIG_PACKAGE_openssh-keygen is not set -# CONFIG_PACKAGE_openssh-moduli is not set -# CONFIG_PACKAGE_openssh-server is not set -# CONFIG_PACKAGE_openssh-server-pam is not set -# CONFIG_PACKAGE_openssh-sftp-avahi-service is not set -# CONFIG_PACKAGE_openssh-sftp-client is not set -# CONFIG_PACKAGE_openssh-sftp-server is not set -# CONFIG_PACKAGE_sshtunnel is not set -# CONFIG_PACKAGE_tmate is not set -# end of SSH - # # THC-IPv6 attack and analyzing toolkit # @@ -6155,192 +3743,32 @@ CONFIG_PACKAGE_tc-tiny=m # CONFIG_PACKAGE_thc-ipv6-trace6 is not set # end of THC-IPv6 attack and analyzing toolkit -# -# Tcpreplay -# -# CONFIG_PACKAGE_tcpbridge is not set -# CONFIG_PACKAGE_tcpcapinfo is not set -# CONFIG_PACKAGE_tcpliveplay is not set -# CONFIG_PACKAGE_tcpprep is not set -# CONFIG_PACKAGE_tcpreplay is not set -# CONFIG_PACKAGE_tcpreplay-all is not set -# CONFIG_PACKAGE_tcpreplay-edit is not set -# CONFIG_PACKAGE_tcprewrite is not set -# end of Tcpreplay - -# -# Telephony -# -# CONFIG_PACKAGE_asterisk is not set -# CONFIG_PACKAGE_baresip is not set -# CONFIG_PACKAGE_coturn is not set -# CONFIG_PACKAGE_freeswitch is not set -# CONFIG_PACKAGE_kamailio is not set -# CONFIG_PACKAGE_miax is not set -# CONFIG_PACKAGE_pcapsipdump is not set -# CONFIG_PACKAGE_rtpengine is not set -# CONFIG_PACKAGE_rtpengine-no-transcode is not set -# CONFIG_PACKAGE_rtpengine-recording is not set -# CONFIG_PACKAGE_rtpproxy is not set -# CONFIG_PACKAGE_sipp is not set -# CONFIG_PACKAGE_siproxd is not set -# CONFIG_PACKAGE_yate is not set -# end of Telephony - -# -# Telephony Lantiq -# -# end of Telephony Lantiq - -# -# Time Synchronization -# -# CONFIG_PACKAGE_chrony is not set -# CONFIG_PACKAGE_chrony-nts is not set -# CONFIG_PACKAGE_htpdate is not set -# CONFIG_PACKAGE_linuxptp is not set -# CONFIG_PACKAGE_ntp-keygen is not set -# CONFIG_PACKAGE_ntp-utils is not set -# CONFIG_PACKAGE_ntpclient is not set -# CONFIG_PACKAGE_ntpd is not set -# CONFIG_PACKAGE_ntpdate is not set -# end of Time Synchronization - # # VPN # -# CONFIG_PACKAGE_chaosvpn is not set -# CONFIG_PACKAGE_eoip is not set -# CONFIG_PACKAGE_fastd is not set -# CONFIG_PACKAGE_libreswan is not set -# CONFIG_PACKAGE_netbird is not set -# CONFIG_PACKAGE_ocserv is not set -# CONFIG_PACKAGE_openconnect is not set -# CONFIG_PACKAGE_openfortivpn is not set -# CONFIG_PACKAGE_openvpn-easy-rsa is not set -# CONFIG_PACKAGE_openvpn-mbedtls is not set -# CONFIG_PACKAGE_openvpn-openssl is not set -# CONFIG_PACKAGE_openvpn-wolfssl is not set -# CONFIG_PACKAGE_pptpd is not set -# CONFIG_PACKAGE_softethervpn-base is not set -# CONFIG_PACKAGE_softethervpn-bridge is not set -# CONFIG_PACKAGE_softethervpn-client is not set -# CONFIG_PACKAGE_softethervpn-server is not set -# CONFIG_PACKAGE_softethervpn5-bridge is not set -# CONFIG_PACKAGE_softethervpn5-client is not set -# CONFIG_PACKAGE_softethervpn5-server is not set -# CONFIG_PACKAGE_sstp-client is not set -# CONFIG_PACKAGE_strongswan is not set -# CONFIG_PACKAGE_tailscale is not set -# CONFIG_PACKAGE_tinc is not set -# CONFIG_PACKAGE_uanytun is not set -# CONFIG_PACKAGE_uanytun-nettle is not set -# CONFIG_PACKAGE_uanytun-nocrypt is not set -# CONFIG_PACKAGE_uanytun-sslcrypt is not set -# CONFIG_PACKAGE_vpnc is not set -# CONFIG_PACKAGE_vpnc-scripts is not set -CONFIG_PACKAGE_wireguard-tools=y -# CONFIG_PACKAGE_xl2tpd is not set -# CONFIG_PACKAGE_zerotier is not set +# CONFIG_PACKAGE_wireguard-tools is not set # end of VPN -# -# Version Control Systems -# -# CONFIG_PACKAGE_git is not set -# CONFIG_PACKAGE_git-http is not set -# CONFIG_PACKAGE_subversion-client is not set -# CONFIG_PACKAGE_subversion-libs is not set -# CONFIG_PACKAGE_subversion-server is not set -# end of Version Control Systems - # # WWAN # -# CONFIG_PACKAGE_adb-enablemodem is not set -# CONFIG_PACKAGE_comgt is not set -# CONFIG_PACKAGE_comgt-directip is not set -# CONFIG_PACKAGE_comgt-ncm is not set -# CONFIG_PACKAGE_umbim is not set -# CONFIG_PACKAGE_uqmi is not set +CONFIG_PACKAGE_adb-enablemodem=m +CONFIG_PACKAGE_comgt=m +CONFIG_PACKAGE_comgt-directip=m +CONFIG_PACKAGE_comgt-ncm=m +CONFIG_PACKAGE_umbim=m +CONFIG_PACKAGE_uqmi=m # end of WWAN # # Web Servers/Proxies # -# CONFIG_PACKAGE_apache is not set -CONFIG_PACKAGE_cgi-io=y -# CONFIG_PACKAGE_clamav is not set -# CONFIG_PACKAGE_cloudflared is not set -# CONFIG_PACKAGE_etebase is not set -# CONFIG_PACKAGE_freshclam is not set -# CONFIG_PACKAGE_frpc is not set -# CONFIG_PACKAGE_frps is not set -# CONFIG_PACKAGE_gateway-go is not set -# CONFIG_PACKAGE_gatling is not set -# CONFIG_PACKAGE_haproxy is not set -# CONFIG_PACKAGE_haproxy-nossl is not set -# CONFIG_PACKAGE_kcptun-client is not set -# CONFIG_PACKAGE_kcptun-config is not set -# CONFIG_PACKAGE_kcptun-server is not set -# CONFIG_PACKAGE_librespeed-go is not set -# CONFIG_PACKAGE_lighttpd is not set -# CONFIG_PACKAGE_microsocks is not set -# CONFIG_PACKAGE_nginx-full is not set -# CONFIG_PACKAGE_nginx-mod-brotli is not set -# CONFIG_PACKAGE_nginx-mod-dav-ext is not set -# CONFIG_PACKAGE_nginx-mod-headers-more is not set -# CONFIG_PACKAGE_nginx-mod-lua is not set -# CONFIG_PACKAGE_nginx-mod-luci is not set -# CONFIG_PACKAGE_nginx-mod-naxsi is not set -# CONFIG_PACKAGE_nginx-mod-rtmp is not set -# CONFIG_PACKAGE_nginx-mod-stream is not set -# CONFIG_PACKAGE_nginx-mod-ts is not set -# CONFIG_PACKAGE_nginx-mod-ubus is not set -# CONFIG_PACKAGE_nginx-ssl is not set -# CONFIG_PACKAGE_nginx-ssl-util is not set -# CONFIG_PACKAGE_nginx-ssl-util-nopcre is not set -# CONFIG_PACKAGE_polipo is not set -# CONFIG_PACKAGE_privoxy is not set -# CONFIG_PACKAGE_radicale is not set -# CONFIG_PACKAGE_radicale2 is not set -# CONFIG_PACKAGE_radicale2-examples is not set -# CONFIG_PACKAGE_shadowsocks-libev-config is not set -# CONFIG_PACKAGE_shadowsocks-libev-ss-local is not set -# CONFIG_PACKAGE_shadowsocks-libev-ss-redir is not set -# CONFIG_PACKAGE_shadowsocks-libev-ss-rules is not set -# CONFIG_PACKAGE_shadowsocks-libev-ss-server is not set -# CONFIG_PACKAGE_shadowsocks-libev-ss-tunnel is not set -# CONFIG_PACKAGE_sockd is not set -# CONFIG_PACKAGE_socksify is not set -# CONFIG_PACKAGE_spawn-fcgi is not set -# CONFIG_PACKAGE_squid is not set -# CONFIG_PACKAGE_tinyproxy is not set -# CONFIG_PACKAGE_trojan-go is not set CONFIG_PACKAGE_uhttpd=y -CONFIG_PACKAGE_uhttpd-mod-lua=y +# CONFIG_PACKAGE_uhttpd-mod-lua is not set CONFIG_PACKAGE_uhttpd-mod-ubus=y # CONFIG_PACKAGE_uhttpd-mod-ucode is not set -# CONFIG_PACKAGE_uwsgi is not set -# CONFIG_PACKAGE_v2raya is not set -# CONFIG_PACKAGE_xfrpc is not set # end of Web Servers/Proxies -# -# Wireless -# -# CONFIG_PACKAGE_aircrack-ng is not set -# CONFIG_PACKAGE_airmon-ng is not set -# CONFIG_PACKAGE_dynapoint is not set -# CONFIG_PACKAGE_hcxdumptool is not set -# CONFIG_PACKAGE_hcxtools is not set -# CONFIG_PACKAGE_horst is not set -# CONFIG_PACKAGE_pixiewps is not set -# CONFIG_PACKAGE_reaver is not set -# CONFIG_PACKAGE_wavemon is not set -CONFIG_PACKAGE_wifischedule=m -# end of Wireless - # # WirelessAPD # @@ -6357,16 +3785,13 @@ CONFIG_PACKAGE_hostapd-common=y # CONFIG_PACKAGE_hostapd-mbedtls is not set # CONFIG_PACKAGE_hostapd-mini is not set # CONFIG_PACKAGE_hostapd-openssl is not set -CONFIG_PACKAGE_hostapd-utils=y +# CONFIG_PACKAGE_hostapd-utils is not set # CONFIG_PACKAGE_hostapd-wolfssl is not set -# CONFIG_PACKAGE_hs20-client is not set -# CONFIG_PACKAGE_hs20-common is not set -# CONFIG_PACKAGE_hs20-server is not set # CONFIG_PACKAGE_wpa-cli is not set # CONFIG_PACKAGE_wpa-supplicant is not set # CONFIG_WPA_RFKILL_SUPPORT is not set CONFIG_WPA_MSG_MIN_PRIORITY=3 -CONFIG_WPA_WOLFSSL=y +# CONFIG_WPA_WOLFSSL is not set CONFIG_DRIVER_11AC_SUPPORT=y CONFIG_DRIVER_11AX_SUPPORT=y # CONFIG_WPA_ENABLE_WEP is not set @@ -6380,201 +3805,38 @@ CONFIG_WPA_MBO_SUPPORT=y # CONFIG_PACKAGE_wpa-supplicant-openssl is not set # CONFIG_PACKAGE_wpa-supplicant-p2p is not set # CONFIG_PACKAGE_wpa-supplicant-wolfssl is not set -CONFIG_PACKAGE_wpad=y -CONFIG_PACKAGE_wpad-basic=m -CONFIG_PACKAGE_wpad-basic-mbedtls=m -CONFIG_PACKAGE_wpad-basic-openssl=m -CONFIG_PACKAGE_wpad-basic-wolfssl=m +# CONFIG_PACKAGE_wpad is not set +# CONFIG_PACKAGE_wpad-basic is not set +CONFIG_PACKAGE_wpad-basic-mbedtls=y +# CONFIG_PACKAGE_wpad-basic-openssl is not set +# CONFIG_PACKAGE_wpad-basic-wolfssl is not set # CONFIG_PACKAGE_wpad-mbedtls is not set # CONFIG_PACKAGE_wpad-mesh-mbedtls is not set -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_wpad-mesh-openssl is not set +# CONFIG_PACKAGE_wpad-mesh-wolfssl is not set +# CONFIG_PACKAGE_wpad-mini is not set +# CONFIG_PACKAGE_wpad-openssl is not set +# CONFIG_PACKAGE_wpad-wolfssl is not set # end of WirelessAPD -# -# arp-scan -# -CONFIG_PACKAGE_arp-scan=m -CONFIG_PACKAGE_arp-scan-database=m -# end of arp-scan - # CONFIG_PACKAGE_464xlat is not set # CONFIG_PACKAGE_6in4 is not set # CONFIG_PACKAGE_6rd is not set # CONFIG_PACKAGE_6to4 is not set -# CONFIG_PACKAGE_UDPspeeder is not set -# CONFIG_PACKAGE_aardvark-dns is not set -# CONFIG_PACKAGE_acme is not set -# CONFIG_PACKAGE_acme-acmesh is not set -# CONFIG_PACKAGE_acme-acmesh-dnsapi is not set -# CONFIG_PACKAGE_acme-common is not set -# CONFIG_PACKAGE_adblock is not set -# CONFIG_PACKAGE_adblock-fast is not set -# CONFIG_PACKAGE_addrwatch is not set -# CONFIG_PACKAGE_addrwatch-mysql is not set -# CONFIG_PACKAGE_addrwatch-stdout is not set -# CONFIG_PACKAGE_addrwatch-syslog is not set -# CONFIG_PACKAGE_adguardhome is not set -# CONFIG_PACKAGE_ahcpd is not set -# CONFIG_PACKAGE_alfred is not set -# CONFIG_PACKAGE_apcupsd is not set -# CONFIG_PACKAGE_apcupsd-cgi is not set -# CONFIG_PACKAGE_apinger is not set -# CONFIG_PACKAGE_apinger-rrd is not set -# CONFIG_PACKAGE_atlas-probe is not set -# CONFIG_PACKAGE_atlas-sw-probe is not set -# CONFIG_PACKAGE_atlas-sw-probe-rpc is not set -# CONFIG_PACKAGE_banip is not set -# CONFIG_PACKAGE_batctl-default is not set -# CONFIG_PACKAGE_batctl-full is not set -# CONFIG_PACKAGE_batctl-tiny is not set -# CONFIG_PACKAGE_beanstalkd is not set -# CONFIG_PACKAGE_bmon is not set -# CONFIG_PACKAGE_boinc is not set -# CONFIG_PACKAGE_boinc-wrapper is not set -# CONFIG_PACKAGE_bpfcountd is not set # CONFIG_PACKAGE_bpftool-full is not set # CONFIG_PACKAGE_bpftool-minimal is not set -# CONFIG_PACKAGE_bwm-ng is not set -# CONFIG_PACKAGE_bwping is not set -# CONFIG_PACKAGE_chat is not set -# CONFIG_PACKAGE_cifsmount is not set -# CONFIG_PACKAGE_cni-route-override is not set -# CONFIG_PACKAGE_coap-server is not set -# CONFIG_PACKAGE_conserver is not set -# CONFIG_PACKAGE_crowdsec is not set -# CONFIG_PACKAGE_crowdsec-firewall-bouncer is not set -# CONFIG_PACKAGE_cshark is not set -# CONFIG_PACKAGE_daemonlogger is not set -# CONFIG_PACKAGE_darkstat is not set -# CONFIG_PACKAGE_dawn is not set -# CONFIG_PACKAGE_dhcpcd is not set -# CONFIG_PACKAGE_dmapd is not set -# CONFIG_PACKAGE_dnscrypt-proxy2 is not set -# CONFIG_PACKAGE_dnstap is not set -# CONFIG_PACKAGE_dnstop is not set +CONFIG_PACKAGE_chat=m # CONFIG_PACKAGE_ds-lite is not set -# CONFIG_PACKAGE_esniper is not set -# CONFIG_PACKAGE_etherwake is not set -# CONFIG_PACKAGE_etherwake-nfqueue is not set -# CONFIG_PACKAGE_ethtool is not set -# CONFIG_PACKAGE_ethtool-full is not set -# CONFIG_PACKAGE_external-protocol is not set -# CONFIG_PACKAGE_fail2ban is not set -# CONFIG_PACKAGE_fakeidentd is not set -# CONFIG_PACKAGE_fakepop is not set -# CONFIG_PACKAGE_family-dns is not set -# CONFIG_PACKAGE_foolsm is not set -# CONFIG_PACKAGE_fping is not set -# CONFIG_PACKAGE_generate-ipv6-address is not set -# CONFIG_PACKAGE_gensio-bin is not set -# CONFIG_PACKAGE_geoipupdate is not set -# CONFIG_PACKAGE_geth is not set -# CONFIG_PACKAGE_git-lfs is not set -# CONFIG_PACKAGE_gnunet is not set -CONFIG_PACKAGE_gre=m -# CONFIG_PACKAGE_gsocket is not set -# CONFIG_PACKAGE_hnet-full is not set -# CONFIG_PACKAGE_hnet-full-l2tp is not set -# CONFIG_PACKAGE_hnet-full-secure is not set -# CONFIG_PACKAGE_hnetd-nossl is not set -# CONFIG_PACKAGE_hnetd-openssl is not set -# CONFIG_PACKAGE_hping3 is not set -# CONFIG_PACKAGE_httping is not set -# CONFIG_PACKAGE_httping-nossl is not set -# CONFIG_PACKAGE_https-dns-proxy is not set -# CONFIG_PACKAGE_httptunnel is not set -# CONFIG_PACKAGE_i2pd is not set -# CONFIG_PACKAGE_ibrdtn-tools is not set -# CONFIG_PACKAGE_ibrdtnd is not set -# CONFIG_PACKAGE_ieee8021xclient is not set -# CONFIG_PACKAGE_ifstat is not set -# CONFIG_PACKAGE_iftop is not set -# CONFIG_PACKAGE_iiod is not set -# CONFIG_PACKAGE_iperf is not set -# CONFIG_PACKAGE_iperf3 is not set -# CONFIG_PACKAGE_iperf3-ssl is not set +CONFIG_PACKAGE_ethtool=m +CONFIG_PACKAGE_ethtool-full=m +# CONFIG_PACKAGE_gre is not set # CONFIG_PACKAGE_ipip is not set -CONFIG_PACKAGE_ipset=m +# CONFIG_PACKAGE_ipset is not set # CONFIG_PACKAGE_ipset-dns is not set -# CONFIG_PACKAGE_iptraf-ng is not set -# CONFIG_PACKAGE_iputils-arping is not set -# CONFIG_PACKAGE_iputils-clockdiff is not set -# CONFIG_PACKAGE_iputils-ping is not set -# CONFIG_PACKAGE_iputils-tracepath is not set -# CONFIG_PACKAGE_ipvsadm is not set -# CONFIG_PACKAGE_irtt is not set CONFIG_PACKAGE_iw=y -# CONFIG_PACKAGE_iw-full is not set -# CONFIG_PACKAGE_jool-tools-netfilter is not set -# CONFIG_PACKAGE_keepalived is not set -# CONFIG_PACKAGE_knxd is not set -# CONFIG_PACKAGE_kplex is not set -# CONFIG_PACKAGE_krb5-client is not set -# CONFIG_PACKAGE_krb5-libs is not set -# CONFIG_PACKAGE_krb5-server is not set -# CONFIG_PACKAGE_krb5-server-extras is not set -CONFIG_PACKAGE_libipset=m -# CONFIG_PACKAGE_libndp is not set -# CONFIG_PACKAGE_linknx is not set -# CONFIG_PACKAGE_lynx is not set -# CONFIG_PACKAGE_mac-telnet-client is not set -# CONFIG_PACKAGE_mac-telnet-discover is not set -# CONFIG_PACKAGE_mac-telnet-ping is not set -# CONFIG_PACKAGE_mac-telnet-server is not set +CONFIG_PACKAGE_iw-full=m +# CONFIG_PACKAGE_libipset is not set # CONFIG_PACKAGE_map is not set -# CONFIG_PACKAGE_mausezahn is not set -# CONFIG_PACKAGE_mbusd is not set -# CONFIG_PACKAGE_mdns-repeater is not set -# CONFIG_PACKAGE_memcached is not set -# CONFIG_PACKAGE_mii-tool is not set -# CONFIG_PACKAGE_mikrotik-btest is not set -# CONFIG_PACKAGE_mini_snmpd is not set -# CONFIG_PACKAGE_minimalist-pcproxy is not set -# CONFIG_PACKAGE_miredo is not set -CONFIG_PACKAGE_modemmanager=m - -# -# Configuration -# -CONFIG_MODEMMANAGER_WITH_MBIM=y -CONFIG_MODEMMANAGER_WITH_QMI=y -CONFIG_MODEMMANAGER_WITH_QRTR=y -# CONFIG_MODEMMANAGER_WITH_AT_COMMAND_VIA_DBUS is not set -# end of Configuration - -# CONFIG_PACKAGE_mosquitto-client-nossl is not set -# CONFIG_PACKAGE_mosquitto-client-ssl is not set -CONFIG_PACKAGE_mosquitto-nossl=y -# CONFIG_PACKAGE_mosquitto-ssl is not set -# CONFIG_PACKAGE_mstpd is not set -# CONFIG_PACKAGE_mtr-json is not set -# CONFIG_PACKAGE_mtr-nojson is not set -# CONFIG_PACKAGE_natmap is not set -# CONFIG_PACKAGE_nbd is not set -# CONFIG_PACKAGE_nbd-server is not set -# CONFIG_PACKAGE_ncp is not set -# CONFIG_PACKAGE_ndppd is not set -# CONFIG_PACKAGE_ndptool is not set -# CONFIG_PACKAGE_nebula is not set -# CONFIG_PACKAGE_nebula-cert is not set -# CONFIG_PACKAGE_net-tools-route is not set -# CONFIG_PACKAGE_netavark is not set -# CONFIG_PACKAGE_netcat is not set -# CONFIG_PACKAGE_netdiscover is not set -# CONFIG_PACKAGE_netifyd is not set -# CONFIG_PACKAGE_netperf is not set -# CONFIG_PACKAGE_netsniff-ng is not set -# CONFIG_PACKAGE_netstinky is not set -# CONFIG_PACKAGE_nextdns is not set -# CONFIG_PACKAGE_nfdump is not set -# CONFIG_PACKAGE_nlbwmon is not set -# CONFIG_PACKAGE_noping is not set -# CONFIG_PACKAGE_nut is not set -# CONFIG_PACKAGE_obfs4proxy is not set CONFIG_PACKAGE_odhcp6c=y CONFIG_PACKAGE_odhcp6c_ext_cer_id=0 # CONFIG_PACKAGE_odhcpd is not set @@ -6586,458 +3848,119 @@ CONFIG_PACKAGE_odhcpd-ipv6only=y CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0 # end of Configuration -# CONFIG_PACKAGE_ola is not set # CONFIG_PACKAGE_omcproxy is not set -# CONFIG_PACKAGE_onionshare-cli is not set -# CONFIG_PACKAGE_oor is not set -# CONFIG_PACKAGE_open-iscsi is not set -# CONFIG_PACKAGE_oping is not set -# CONFIG_PACKAGE_ostiary is not set -# CONFIG_PACKAGE_pagekitec is not set -# CONFIG_PACKAGE_pcapplusplus is not set -# CONFIG_PACKAGE_pen is not set -# CONFIG_PACKAGE_phantap is not set -# CONFIG_PACKAGE_pimbd is not set -# CONFIG_PACKAGE_pingcheck is not set -# CONFIG_PACKAGE_port-mirroring is not set -CONFIG_PACKAGE_ppp=m +CONFIG_PACKAGE_ppp=y # CONFIG_PACKAGE_ppp-mod-passwordfd is not set # CONFIG_PACKAGE_ppp-mod-pppoa is not set -CONFIG_PACKAGE_ppp-mod-pppoe=m +CONFIG_PACKAGE_ppp-mod-pppoe=y # CONFIG_PACKAGE_ppp-mod-pppol2tp is not set # CONFIG_PACKAGE_ppp-mod-pptp is not set # CONFIG_PACKAGE_ppp-mod-radius is not set # CONFIG_PACKAGE_ppp-multilink is not set # CONFIG_PACKAGE_pppdump is not set # CONFIG_PACKAGE_pppoe-discovery is not set -# CONFIG_PACKAGE_pppossh is not set # CONFIG_PACKAGE_pppstats is not set -# CONFIG_PACKAGE_proto-bonding is not set -# CONFIG_PACKAGE_proxychains-ng is not set -# CONFIG_PACKAGE_ptunnel-ng is not set -# CONFIG_PACKAGE_qcsuper is not set -# CONFIG_PACKAGE_radsecproxy is not set -# CONFIG_PACKAGE_ratched is not set -# CONFIG_PACKAGE_ratechecker is not set -# CONFIG_PACKAGE_redsocks is not set -# CONFIG_PACKAGE_remserial is not set -# CONFIG_PACKAGE_restic-rest-server is not set # CONFIG_PACKAGE_rpcapd is not set -# CONFIG_PACKAGE_rpcbind is not set -# CONFIG_PACKAGE_rssileds is not set -# CONFIG_PACKAGE_safe-search is not set -# CONFIG_PACKAGE_samba4-admin is not set -# CONFIG_PACKAGE_samba4-client is not set -# CONFIG_PACKAGE_samba4-libs is not set -# CONFIG_PACKAGE_samba4-server is not set -# CONFIG_PACKAGE_samba4-utils is not set -# CONFIG_PACKAGE_samplicator is not set -# CONFIG_PACKAGE_scapy is not set -# CONFIG_PACKAGE_sctp-tools is not set -# CONFIG_PACKAGE_ser2net is not set -# CONFIG_PACKAGE_sing-box is not set -# CONFIG_PACKAGE_slirp4netns is not set -CONFIG_PACKAGE_smartdns=m -# CONFIG_PACKAGE_smbinfo is not set -# CONFIG_PACKAGE_snmp-mibs is not set -# CONFIG_PACKAGE_snmp-utils is not set -# CONFIG_PACKAGE_snmpd is not set -# CONFIG_PACKAGE_snmptrapd is not set -# CONFIG_PACKAGE_snowflake-broker is not set -# CONFIG_PACKAGE_snowflake-client is not set -# CONFIG_PACKAGE_snowflake-probetest is not set -# CONFIG_PACKAGE_snowflake-proxy is not set -# CONFIG_PACKAGE_snowflake-server is not set -# CONFIG_PACKAGE_socat is not set -# CONFIG_PACKAGE_softflowd is not set +CONFIG_PACKAGE_rssileds=m # CONFIG_PACKAGE_soloscli is not set -# CONFIG_PACKAGE_speedtest-netperf is not set -# CONFIG_PACKAGE_speedtestcpp is not set -# CONFIG_PACKAGE_spoofer is not set -# CONFIG_PACKAGE_sscep is not set -# CONFIG_PACKAGE_static-neighbor-reports is not set -# CONFIG_PACKAGE_stunnel is not set -# CONFIG_PACKAGE_switchdev-poller is not set -# CONFIG_PACKAGE_tac_plus is not set -# CONFIG_PACKAGE_tac_plus-pam is not set -# CONFIG_PACKAGE_tayga is not set # CONFIG_PACKAGE_tcpdump is not set # CONFIG_PACKAGE_tcpdump-mini is not set -# CONFIG_PACKAGE_telnet-bsd is not set -# CONFIG_PACKAGE_tgt is not set -# CONFIG_PACKAGE_tmate-ssh-server is not set -# CONFIG_PACKAGE_tor is not set -# CONFIG_PACKAGE_tor-basic is not set -# CONFIG_PACKAGE_trafficshaper is not set -# CONFIG_PACKAGE_travelmate is not set -# CONFIG_PACKAGE_tunneldigger is not set -# CONFIG_PACKAGE_tunneldigger-broker is not set -# CONFIG_PACKAGE_u2pnpd is not set -# CONFIG_PACKAGE_uacme is not set -# CONFIG_PACKAGE_uacme-ualpn is not set CONFIG_PACKAGE_uclient-fetch=y -# CONFIG_PACKAGE_udhcpsnoop is not set -# CONFIG_PACKAGE_udphp-client is not set -# CONFIG_PACKAGE_udptunnel is not set -# CONFIG_PACKAGE_udpxy is not set -# CONFIG_PACKAGE_ulogd is not set # CONFIG_PACKAGE_umdns is not set # CONFIG_PACKAGE_unet-cli is not set # CONFIG_PACKAGE_unetd is not set -# CONFIG_PACKAGE_uradvd is not set -# CONFIG_PACKAGE_usbip is not set -# CONFIG_PACKAGE_uspotfilter is not set -# CONFIG_PACKAGE_usteer is not set # CONFIG_PACKAGE_ustp is not set -# CONFIG_PACKAGE_v2ray-core is not set -# CONFIG_PACKAGE_vallumd is not set -# CONFIG_PACKAGE_vncrepeater is not set -# CONFIG_PACKAGE_vnstat is not set -# CONFIG_PACKAGE_vnstat2 is not set -CONFIG_PACKAGE_vxlan=m -# CONFIG_PACKAGE_wakeonlan is not set -# CONFIG_PACKAGE_wg-installer-client is not set -# CONFIG_PACKAGE_wifi-presence is not set +# CONFIG_PACKAGE_vti is not set +# CONFIG_PACKAGE_vxlan is not set # CONFIG_PACKAGE_wpan-tools is not set -# CONFIG_PACKAGE_wwan is not set -# CONFIG_PACKAGE_xinetd is not set -# CONFIG_PACKAGE_xray-core is not set -# CONFIG_PACKAGE_ztdns is not set +CONFIG_PACKAGE_wwan=m +CONFIG_PACKAGE_xdp-filter=m +CONFIG_PACKAGE_xdp-loader=m +CONFIG_PACKAGE_xdpdump=m +# CONFIG_PACKAGE_xfrm is not set # end of Network -# -# Sound -# -# CONFIG_PACKAGE_alsa-utils is not set -# CONFIG_PACKAGE_alsa-utils-seq is not set -# CONFIG_PACKAGE_alsa-utils-tests is not set -# CONFIG_PACKAGE_aserver is not set -# CONFIG_PACKAGE_espeak is not set -# CONFIG_PACKAGE_faad2 is not set -# CONFIG_PACKAGE_fdk-aac is not set -# CONFIG_PACKAGE_ices is not set -# CONFIG_PACKAGE_lame is not set -# CONFIG_PACKAGE_lame-lib is not set -# CONFIG_PACKAGE_liblo-utils is not set -# CONFIG_PACKAGE_madplay is not set -# CONFIG_PACKAGE_moc is not set -# CONFIG_PACKAGE_mpc is not set -# CONFIG_PACKAGE_mpd-avahi-service is not set -# CONFIG_PACKAGE_mpd-full is not set -# CONFIG_PACKAGE_mpd-mini is not set -# CONFIG_PACKAGE_mpg123 is not set -# CONFIG_PACKAGE_opus-tools is not set -# CONFIG_PACKAGE_owntone is not set -# CONFIG_PACKAGE_pianod is not set -# CONFIG_PACKAGE_pianod-client is not set -# CONFIG_PACKAGE_portaudio is not set -# CONFIG_PACKAGE_pulseaudio-daemon is not set -# CONFIG_PACKAGE_pulseaudio-daemon-avahi is not set -# CONFIG_PACKAGE_rtpmidid is not set -# CONFIG_PACKAGE_shairplay is not set -# CONFIG_PACKAGE_shairport-sync-mbedtls is not set -# CONFIG_PACKAGE_shairport-sync-mini is not set -# CONFIG_PACKAGE_shairport-sync-openssl is not set -# CONFIG_PACKAGE_shine is not set -# CONFIG_PACKAGE_sox is not set -# CONFIG_PACKAGE_squeezelite-full is not set -# CONFIG_PACKAGE_squeezelite-mini is not set -# CONFIG_PACKAGE_svox is not set -# CONFIG_PACKAGE_ttymidi-sysex is not set -# CONFIG_PACKAGE_upmpdcli is not set -# end of Sound - # # Utilities # -# -# AppArmor -# -# CONFIG_PACKAGE_apparmor-profiles is not set -# CONFIG_PACKAGE_apparmor-utils is not set -# end of AppArmor - -# -# BigClown -# -# CONFIG_PACKAGE_bigclown-control-tool is not set -# CONFIG_PACKAGE_bigclown-firmware-tool is not set -# CONFIG_PACKAGE_bigclown-gateway is not set -# CONFIG_PACKAGE_bigclown-mqtt2influxdb is not set -# end of BigClown - # # Boot Loaders # -# CONFIG_PACKAGE_fconfig is not set +CONFIG_PACKAGE_fconfig=m CONFIG_PACKAGE_uboot-envtools=y # end of Boot Loaders # # Compression # -# CONFIG_PACKAGE_bsdtar is not set -# CONFIG_PACKAGE_bsdtar-noopenssl is not set # CONFIG_PACKAGE_bzip2 is not set -# CONFIG_PACKAGE_gzip is not set -# CONFIG_PACKAGE_lz4 is not set -# CONFIG_PACKAGE_pigz is not set -# CONFIG_PACKAGE_unrar is not set -# CONFIG_PACKAGE_unzip is not set -# CONFIG_PACKAGE_xz-utils is not set -# CONFIG_PACKAGE_zipcmp is not set -# CONFIG_PACKAGE_zipmerge is not set -# CONFIG_PACKAGE_ziptool is not set -# CONFIG_PACKAGE_zstd is not set # end of Compression -# -# Database -# -# CONFIG_PACKAGE_mariadb-client is not set -# CONFIG_PACKAGE_mariadb-server-base is not set -# CONFIG_PACKAGE_pgsql-cli is not set -# CONFIG_PACKAGE_pgsql-cli-extra is not set -# CONFIG_PACKAGE_pgsql-server is not set -# CONFIG_PACKAGE_rrdcgi1 is not set -CONFIG_PACKAGE_rrdtool1=m -# CONFIG_PACKAGE_sqlite3-cli is not set -# CONFIG_PACKAGE_unixodbc-tools is not set -# end of Database - # # Disc # -# CONFIG_PACKAGE_autopart is not set +# CONFIG_PACKAGE_blkdiscard is not set # CONFIG_PACKAGE_blkid is not set # CONFIG_PACKAGE_blockdev is not set # CONFIG_PACKAGE_cfdisk is not set -# CONFIG_PACKAGE_cgdisk is not set # CONFIG_PACKAGE_eject is not set -# CONFIG_PACKAGE_fatresize is not set # CONFIG_PACKAGE_fdisk is not set # CONFIG_PACKAGE_findfs is not set -# CONFIG_PACKAGE_fio is not set -# CONFIG_PACKAGE_fixparts is not set -# CONFIG_PACKAGE_gdisk is not set -# CONFIG_PACKAGE_hd-idle is not set -# CONFIG_PACKAGE_hdparm is not set # CONFIG_PACKAGE_lsblk is not set -# CONFIG_PACKAGE_lvm2 is not set -# CONFIG_PACKAGE_lvm2-selinux is not set # CONFIG_PACKAGE_mdadm is not set -# CONFIG_PACKAGE_mtools is not set -# CONFIG_PACKAGE_nvme-cli is not set -# CONFIG_PACKAGE_parted is not set # CONFIG_PACKAGE_partx-utils is not set # CONFIG_PACKAGE_sfdisk is not set -# CONFIG_PACKAGE_sgdisk is not set -# CONFIG_PACKAGE_uvol is not set # CONFIG_PACKAGE_wipefs is not set # end of Disc -# -# Editors -# -# CONFIG_PACKAGE_hexedit is not set -# CONFIG_PACKAGE_joe is not set -# CONFIG_PACKAGE_joe-extras is not set -# CONFIG_PACKAGE_jupp is not set -# CONFIG_PACKAGE_mg is not set -# CONFIG_PACKAGE_nano is not set -# CONFIG_PACKAGE_nano-full is not set -# CONFIG_PACKAGE_nano-plus is not set -CONFIG_PACKAGE_vim=m -# CONFIG_PACKAGE_vim-full is not set -# CONFIG_PACKAGE_vim-fuller is not set -# CONFIG_PACKAGE_vim-help is not set -# CONFIG_PACKAGE_vim-runtime is not set -# CONFIG_PACKAGE_zile is not set -# end of Editors - # # Encryption # -# CONFIG_PACKAGE_ccrypt is not set -# CONFIG_PACKAGE_certtool is not set -# CONFIG_PACKAGE_cryptsetup is not set -# CONFIG_PACKAGE_cryptsetup-ssh is not set -# CONFIG_PACKAGE_gnupg is not set -# CONFIG_PACKAGE_gnupg2 is not set -# CONFIG_PACKAGE_gnupg2-dirmngr is not set -# CONFIG_PACKAGE_gnutls-utils is not set -# CONFIG_PACKAGE_gpgv is not set -# CONFIG_PACKAGE_gpgv2 is not set -# CONFIG_PACKAGE_keyctl is not set -# CONFIG_PACKAGE_keyutils is not set -# CONFIG_PACKAGE_px5g-mbedtls is not set +CONFIG_PACKAGE_px5g-mbedtls=y # CONFIG_PACKAGE_px5g-standalone is not set # CONFIG_PACKAGE_px5g-wolfssl is not set -# CONFIG_PACKAGE_stoken is not set # end of Encryption # # Filesystem # -# CONFIG_PACKAGE_acl is not set -# CONFIG_PACKAGE_afuse is not set -# CONFIG_PACKAGE_attr is not set # CONFIG_PACKAGE_badblocks is not set -# CONFIG_PACKAGE_btrfs-progs is not set # CONFIG_PACKAGE_chattr is not set # CONFIG_PACKAGE_debugfs is not set -# CONFIG_PACKAGE_dosfstools is not set # CONFIG_PACKAGE_dumpe2fs is not set # CONFIG_PACKAGE_e2freefrag is not set -# CONFIG_PACKAGE_e2fsprogs is not set +CONFIG_PACKAGE_e2fsprogs=m # CONFIG_PACKAGE_e4crypt is not set -# CONFIG_PACKAGE_exfat-fsck is not set -# CONFIG_PACKAGE_exfat-mkfs is not set # CONFIG_PACKAGE_f2fs-tools is not set # CONFIG_PACKAGE_f2fs-tools-selinux is not set # CONFIG_PACKAGE_f2fsck is not set # CONFIG_PACKAGE_f2fsck-selinux is not set # CONFIG_PACKAGE_filefrag is not set # CONFIG_PACKAGE_fstrim is not set -# CONFIG_PACKAGE_fuse-utils is not set -# CONFIG_PACKAGE_fuse3-utils is not set -# CONFIG_PACKAGE_hfsfsck is not set # CONFIG_PACKAGE_lsattr is not set # CONFIG_PACKAGE_mkf2fs is not set # CONFIG_PACKAGE_mkf2fs-selinux is not set -# CONFIG_PACKAGE_mkhfs is not set -# CONFIG_PACKAGE_ncdu is not set -# CONFIG_PACKAGE_nfs-utils is not set -# CONFIG_PACKAGE_nfs-utils-libs is not set -# CONFIG_PACKAGE_ntfs-3g is not set -# CONFIG_PACKAGE_ntfs-3g-low is not set -# CONFIG_PACKAGE_ntfs-3g-utils is not set -# CONFIG_PACKAGE_owfs is not set -# CONFIG_PACKAGE_owshell is not set # CONFIG_PACKAGE_resize2fs is not set -# CONFIG_PACKAGE_squashfs-tools-mksquashfs is not set -# CONFIG_PACKAGE_squashfs-tools-unsquashfs is not set # CONFIG_PACKAGE_swap-utils is not set # CONFIG_PACKAGE_sysfsutils is not set # CONFIG_PACKAGE_tune2fs is not set -# CONFIG_PACKAGE_xfs-admin is not set -# CONFIG_PACKAGE_xfs-fsck is not set -# CONFIG_PACKAGE_xfs-growfs is not set -# CONFIG_PACKAGE_xfs-mkfs is not set # end of Filesystem -# -# Image Manipulation -# -# CONFIG_PACKAGE_libjpeg-turbo-utils is not set -# CONFIG_PACKAGE_tiff-utils is not set -# end of Image Manipulation - -# -# Microcontroller programming -# -# CONFIG_PACKAGE_avrdude is not set -# CONFIG_PACKAGE_dfu-programmer is not set -# CONFIG_PACKAGE_stm32flash is not set -# end of Microcontroller programming - -# -# RTKLIB Suite -# -# CONFIG_PACKAGE_convbin is not set -# CONFIG_PACKAGE_pos2kml is not set -# CONFIG_PACKAGE_rnx2rtkp is not set -# CONFIG_PACKAGE_rtkrcv is not set -# CONFIG_PACKAGE_str2str is not set -# end of RTKLIB Suite - -# -# SSL -# -# end of SSL - -# -# Shells -# -# CONFIG_PACKAGE_bash is not set -# CONFIG_PACKAGE_fish is not set -# CONFIG_PACKAGE_klish is not set -# CONFIG_PACKAGE_mksh is not set -# CONFIG_PACKAGE_tcsh is not set -# CONFIG_PACKAGE_zsh is not set -# end of Shells - -# -# Telephony -# -# CONFIG_PACKAGE_dahdi-cfg is not set -# CONFIG_PACKAGE_dahdi-monitor is not set -# CONFIG_PACKAGE_gsm-utils is not set -# CONFIG_PACKAGE_sipgrep is not set -# CONFIG_PACKAGE_sngrep is not set -# end of Telephony - # # Terminal # # CONFIG_PACKAGE_agetty is not set -# CONFIG_PACKAGE_dvtm is not set -# CONFIG_PACKAGE_kitty-terminfo is not set -# CONFIG_PACKAGE_minicom is not set -# CONFIG_PACKAGE_picocom is not set -# CONFIG_PACKAGE_rtty-mbedtls is not set -# CONFIG_PACKAGE_rtty-nossl is not set -# CONFIG_PACKAGE_rtty-openssl is not set -# CONFIG_PACKAGE_rtty-wolfssl is not set -# CONFIG_PACKAGE_screen is not set # CONFIG_PACKAGE_script-utils is not set -# CONFIG_PACKAGE_serialconsole is not set # CONFIG_PACKAGE_setterm is not set -# CONFIG_PACKAGE_tio is not set -# CONFIG_PACKAGE_tmux is not set -# CONFIG_PACKAGE_ttyd is not set # CONFIG_PACKAGE_wall is not set # end of Terminal -# -# Time Zone info -# -# CONFIG_PACKAGE_zoneinfo-africa is not set -# CONFIG_PACKAGE_zoneinfo-all is not set -# CONFIG_PACKAGE_zoneinfo-america is not set -# CONFIG_PACKAGE_zoneinfo-asia is not set -# CONFIG_PACKAGE_zoneinfo-atlantic is not set -# CONFIG_PACKAGE_zoneinfo-australia-nz is not set -# CONFIG_PACKAGE_zoneinfo-core is not set -# CONFIG_PACKAGE_zoneinfo-europe is not set -# CONFIG_PACKAGE_zoneinfo-indian is not set -# CONFIG_PACKAGE_zoneinfo-pacific is not set -# CONFIG_PACKAGE_zoneinfo-poles is not set -# CONFIG_PACKAGE_zoneinfo-simple is not set -# end of Time Zone info - # # Userspace GPIO Drivers # # end of Userspace GPIO Drivers -# -# Virtualization -# -# end of Virtualization - -# -# libimobiledevice -# -# CONFIG_PACKAGE_idevicerestore is not set -# CONFIG_PACKAGE_irecovery is not set -# CONFIG_PACKAGE_libimobiledevice-utils is not set -# CONFIG_PACKAGE_libusbmuxd-utils is not set -# CONFIG_PACKAGE_plistutil is not set -# CONFIG_PACKAGE_usbmuxd is not set -# end of libimobiledevice - # # libselinux tools # @@ -7071,453 +3994,62 @@ CONFIG_PACKAGE_vim=m # CONFIG_PACKAGE_libselinux-validatetrans is not set # end of libselinux tools -# CONFIG_PACKAGE_ack is not set -# CONFIG_PACKAGE_acpid is not set -# CONFIG_PACKAGE_adb is not set -# CONFIG_PACKAGE_airos-dfs-reset is not set -# CONFIG_PACKAGE_ap51-flash is not set -# CONFIG_PACKAGE_apk is not set -# CONFIG_PACKAGE_at is not set -# CONFIG_PACKAGE_atheepmgr is not set -# CONFIG_PACKAGE_audit is not set -# CONFIG_PACKAGE_audit-utils is not set -# CONFIG_PACKAGE_augeas is not set -# CONFIG_PACKAGE_augeas-lenses is not set -# CONFIG_PACKAGE_augeas-lenses-tests is not set -# CONFIG_PACKAGE_banhostlist is not set -# CONFIG_PACKAGE_base16384 is not set -# CONFIG_PACKAGE_bc is not set -# CONFIG_PACKAGE_bluelog is not set -# CONFIG_PACKAGE_bluez-daemon is not set -# CONFIG_PACKAGE_bluez-tools is not set -# CONFIG_PACKAGE_bluez-utils is not set -# CONFIG_PACKAGE_bluez-utils-btmon is not set -# CONFIG_PACKAGE_bluez-utils-extra is not set -# CONFIG_PACKAGE_bluld is not set -# CONFIG_PACKAGE_bonniexx is not set -# CONFIG_PACKAGE_borgbackup is not set -# CONFIG_PACKAGE_bossa is not set -# CONFIG_PACKAGE_bottlerocket is not set +CONFIG_PACKAGE_adb=m # CONFIG_PACKAGE_bsdiff is not set # CONFIG_PACKAGE_bspatch is not set -# CONFIG_PACKAGE_byobu is not set -# CONFIG_PACKAGE_byobu-utils is not set -# CONFIG_PACKAGE_cache-domains-mbedtls is not set -# CONFIG_PACKAGE_cache-domains-openssl is not set -# CONFIG_PACKAGE_cache-domains-wolfssl is not set # CONFIG_PACKAGE_cal is not set -# CONFIG_PACKAGE_canutils is not set -# CONFIG_PACKAGE_catatonit is not set -# CONFIG_PACKAGE_cgroup-tools is not set -# CONFIG_PACKAGE_cgroupfs-mount is not set # CONFIG_PACKAGE_checkpolicy is not set -# CONFIG_PACKAGE_checksec is not set -# CONFIG_PACKAGE_checksec_automator is not set # CONFIG_PACKAGE_chkcon is not set -# CONFIG_PACKAGE_clocate is not set -# CONFIG_PACKAGE_cmdpad is not set -# CONFIG_PACKAGE_cni is not set -# CONFIG_PACKAGE_cni-plugins is not set -# CONFIG_PACKAGE_cni-plugins-nft is not set -# CONFIG_PACKAGE_coap-client is not set -CONFIG_PACKAGE_collectd=m -# CONFIG_PACKAGE_COLLECTD_ENCRYPTED_NETWORK is not set -# CONFIG_PACKAGE_COLLECTD_DEBUG_OUTPUT_ENABLE is not set -# CONFIG_PACKAGE_collectd-mod-apache is not set -# CONFIG_PACKAGE_collectd-mod-apcups is not set -# CONFIG_PACKAGE_collectd-mod-ascent is not set -# CONFIG_PACKAGE_collectd-mod-bind is not set -# CONFIG_PACKAGE_collectd-mod-chrony is not set -# CONFIG_PACKAGE_collectd-mod-conntrack is not set -# CONFIG_PACKAGE_collectd-mod-contextswitch is not set -CONFIG_PACKAGE_collectd-mod-cpu=m -# CONFIG_PACKAGE_collectd-mod-cpufreq is not set -# CONFIG_PACKAGE_collectd-mod-csv is not set -# CONFIG_PACKAGE_collectd-mod-curl is not set -# CONFIG_PACKAGE_collectd-mod-df is not set -# CONFIG_PACKAGE_collectd-mod-dhcpleases is not set -# CONFIG_PACKAGE_collectd-mod-disk is not set -# CONFIG_PACKAGE_collectd-mod-dns is not set -# CONFIG_PACKAGE_collectd-mod-email is not set -# CONFIG_PACKAGE_collectd-mod-entropy is not set -# CONFIG_PACKAGE_collectd-mod-ethstat is not set -# CONFIG_PACKAGE_collectd-mod-exec is not set -# CONFIG_PACKAGE_collectd-mod-filecount is not set -# CONFIG_PACKAGE_collectd-mod-fscache is not set -CONFIG_PACKAGE_collectd-mod-interface=m -# CONFIG_PACKAGE_collectd-mod-ipstatistics is not set -# CONFIG_PACKAGE_collectd-mod-iptables is not set -# CONFIG_PACKAGE_collectd-mod-irq is not set -CONFIG_PACKAGE_collectd-mod-iwinfo=m -CONFIG_PACKAGE_collectd-mod-load=m -# CONFIG_PACKAGE_collectd-mod-logfile is not set -# CONFIG_PACKAGE_collectd-mod-lua is not set -# CONFIG_PACKAGE_collectd-mod-match-empty-counter is not set -# CONFIG_PACKAGE_collectd-mod-match-hashed is not set -# CONFIG_PACKAGE_collectd-mod-match-regex is not set -# CONFIG_PACKAGE_collectd-mod-match-timediff is not set -# CONFIG_PACKAGE_collectd-mod-match-value is not set -CONFIG_PACKAGE_collectd-mod-memory=m -# CONFIG_PACKAGE_collectd-mod-modbus is not set -# CONFIG_PACKAGE_collectd-mod-mqtt is not set -# CONFIG_PACKAGE_collectd-mod-mysql is not set -# CONFIG_PACKAGE_collectd-mod-netlink is not set -CONFIG_PACKAGE_collectd-mod-network=m -# CONFIG_PACKAGE_collectd-mod-nginx is not set -# CONFIG_PACKAGE_collectd-mod-ntpd is not set -# CONFIG_PACKAGE_collectd-mod-olsrd is not set -# CONFIG_PACKAGE_collectd-mod-openvpn is not set -# CONFIG_PACKAGE_collectd-mod-ping is not set -# CONFIG_PACKAGE_collectd-mod-postgresql is not set -# CONFIG_PACKAGE_collectd-mod-powerdns is not set -# CONFIG_PACKAGE_collectd-mod-processes is not set -# CONFIG_PACKAGE_collectd-mod-protocols is not set -# CONFIG_PACKAGE_collectd-mod-routeros is not set -CONFIG_PACKAGE_collectd-mod-rrdtool=m -# CONFIG_PACKAGE_collectd-mod-sensors is not set -# CONFIG_PACKAGE_collectd-mod-smart is not set -# CONFIG_PACKAGE_collectd-mod-snmp is not set -# CONFIG_PACKAGE_collectd-mod-snmp6 is not set -# CONFIG_PACKAGE_collectd-mod-sqm is not set -# CONFIG_PACKAGE_collectd-mod-swap is not set -# CONFIG_PACKAGE_collectd-mod-syslog is not set -# CONFIG_PACKAGE_collectd-mod-table is not set -# CONFIG_PACKAGE_collectd-mod-tail is not set -# CONFIG_PACKAGE_collectd-mod-tail-csv is not set -# CONFIG_PACKAGE_collectd-mod-tcpconns is not set -# CONFIG_PACKAGE_collectd-mod-teamspeak2 is not set -# CONFIG_PACKAGE_collectd-mod-ted is not set -# CONFIG_PACKAGE_collectd-mod-thermal is not set -# CONFIG_PACKAGE_collectd-mod-threshold is not set -# CONFIG_PACKAGE_collectd-mod-unixsock is not set -# CONFIG_PACKAGE_collectd-mod-uptime is not set -# CONFIG_PACKAGE_collectd-mod-users is not set -# CONFIG_PACKAGE_collectd-mod-vmem is not set -# CONFIG_PACKAGE_collectd-mod-wireless is not set -# CONFIG_PACKAGE_collectd-mod-write-graphite is not set -# CONFIG_PACKAGE_collectd-mod-write-http is not set # CONFIG_PACKAGE_colrm is not set -# CONFIG_PACKAGE_conmon is not set -# CONFIG_PACKAGE_containerd is not set -# CONFIG_PACKAGE_coremark is not set -# CONFIG_PACKAGE_coreutils is not set -# CONFIG_PACKAGE_cpusage is not set -# CONFIG_PACKAGE_crconf is not set -# CONFIG_PACKAGE_crelay is not set -# CONFIG_PACKAGE_crun is not set -# CONFIG_PACKAGE_csstidy is not set # CONFIG_PACKAGE_ct-bugcheck is not set -# CONFIG_PACKAGE_ctop is not set -CONFIG_PACKAGE_dbus=m -# CONFIG_DBUS_VERBOSE is not set -# CONFIG_PACKAGE_dbus-utils is not set -# CONFIG_PACKAGE_device-observatory is not set -# CONFIG_PACKAGE_dfu-util is not set -# CONFIG_PACKAGE_digitemp is not set -# CONFIG_PACKAGE_digitemp-usb is not set # CONFIG_PACKAGE_dmesg is not set -# CONFIG_PACKAGE_docker is not set -# CONFIG_PACKAGE_docker-compose is not set -# CONFIG_PACKAGE_domoticz is not set -# CONFIG_PACKAGE_dos2unix is not set -# CONFIG_PACKAGE_dropbearconvert is not set +CONFIG_PACKAGE_dropbearconvert=m # CONFIG_PACKAGE_dtc is not set -# CONFIG_PACKAGE_dumb-init is not set -# CONFIG_PACKAGE_dump1090 is not set -# CONFIG_PACKAGE_ecdsautils is not set -# CONFIG_PACKAGE_elektra-kdb is not set -# CONFIG_PACKAGE_evtest is not set -# CONFIG_PACKAGE_extract is not set # CONFIG_PACKAGE_fdt-utils is not set -# CONFIG_PACKAGE_file is not set -# CONFIG_PACKAGE_findutils is not set -# CONFIG_PACKAGE_findutils-find is not set -# CONFIG_PACKAGE_findutils-locate is not set -# CONFIG_PACKAGE_findutils-xargs is not set -# CONFIG_PACKAGE_flashrom is not set -# CONFIG_PACKAGE_flashrom-pci is not set -# CONFIG_PACKAGE_flashrom-spi is not set -# CONFIG_PACKAGE_flashrom-usb is not set # CONFIG_PACKAGE_flock is not set # CONFIG_PACKAGE_fritz-caldata is not set -# CONFIG_PACKAGE_fritz-tffs is not set +CONFIG_PACKAGE_fritz-tffs=m # CONFIG_PACKAGE_fritz-tffs-nand is not set -# CONFIG_PACKAGE_ftdi_eeprom is not set -# CONFIG_PACKAGE_fuse-overlayfs is not set # CONFIG_PACKAGE_fxload is not set -# CONFIG_PACKAGE_gammu is not set -# CONFIG_PACKAGE_gawk is not set -# CONFIG_PACKAGE_gddrescue is not set # CONFIG_PACKAGE_getopt is not set -# CONFIG_PACKAGE_giflib-utils is not set -# CONFIG_PACKAGE_gkermit is not set -# CONFIG_PACKAGE_gl-puli-mcu is not set -# CONFIG_PACKAGE_gnuplot is not set -# CONFIG_PACKAGE_gpioctl-sysfs is not set -# CONFIG_PACKAGE_gpiod-tools is not set -# CONFIG_PACKAGE_gpsd is not set -# CONFIG_PACKAGE_gpsd-clients is not set -# CONFIG_PACKAGE_gpsd-utils is not set -# CONFIG_PACKAGE_grep is not set -# CONFIG_PACKAGE_hamlib is not set -# CONFIG_PACKAGE_haserl is not set -# CONFIG_PACKAGE_hashdeep is not set -# CONFIG_PACKAGE_haveged is not set -# CONFIG_PACKAGE_hplip-common is not set -# CONFIG_PACKAGE_hplip-sane is not set -# CONFIG_PACKAGE_hub-ctrl is not set # CONFIG_PACKAGE_hwclock is not set -# CONFIG_PACKAGE_hwinfo is not set -# CONFIG_PACKAGE_hwloc-utils is not set -# CONFIG_PACKAGE_i2c-tools is not set # CONFIG_PACKAGE_iconv is not set -# CONFIG_PACKAGE_iio-utils is not set -# CONFIG_PACKAGE_inotifywait is not set -# CONFIG_PACKAGE_inotifywatch is not set -# CONFIG_PACKAGE_io is not set # CONFIG_PACKAGE_ipcs is not set -# CONFIG_PACKAGE_irqbalance is not set # CONFIG_PACKAGE_iwcap is not set CONFIG_PACKAGE_iwinfo=y -# CONFIG_PACKAGE_jq is not set CONFIG_PACKAGE_jshn=y -# CONFIG_PACKAGE_kmod is not set -# CONFIG_PACKAGE_lcd4linux-custom is not set -# CONFIG_PACKAGE_lcd4linux-full is not set -# CONFIG_PACKAGE_lcdproc-clients is not set -# CONFIG_PACKAGE_lcdproc-drivers is not set -# CONFIG_PACKAGE_lcdproc-server is not set -# CONFIG_PACKAGE_less is not set CONFIG_PACKAGE_libjson-script=y -# CONFIG_PACKAGE_librespeed-cli is not set # CONFIG_PACKAGE_libxml2-utils is not set -# CONFIG_PACKAGE_lm-sensors is not set -# CONFIG_PACKAGE_lm-sensors-detect is not set -# CONFIG_PACKAGE_logger is not set -# CONFIG_PACKAGE_logrotate is not set -# CONFIG_PACKAGE_lolcat is not set +CONFIG_PACKAGE_logger=m # CONFIG_PACKAGE_look is not set # CONFIG_PACKAGE_losetup is not set -# CONFIG_PACKAGE_lrzsz is not set # CONFIG_PACKAGE_lscpu is not set # CONFIG_PACKAGE_lslocks is not set # CONFIG_PACKAGE_lsns is not set -# CONFIG_PACKAGE_lsof is not set -# CONFIG_PACKAGE_lxc is not set -# CONFIG_PACKAGE_maccalc is not set -# CONFIG_PACKAGE_macchanger is not set -# CONFIG_PACKAGE_mandoc is not set # CONFIG_PACKAGE_mbedtls-util is not set -# CONFIG_PACKAGE_mbim-utils is not set -# CONFIG_PACKAGE_mbtools is not set -# CONFIG_PACKAGE_mc is not set -# CONFIG_PACKAGE_mc-skins is not set # CONFIG_PACKAGE_mcookie is not set -# CONFIG_PACKAGE_mdio-tools is not set -# CONFIG_PACKAGE_mhz is not set -# CONFIG_PACKAGE_micrond is not set -# CONFIG_PACKAGE_miniflux is not set -# CONFIG_PACKAGE_mmc-utils is not set # CONFIG_PACKAGE_more is not set -# CONFIG_PACKAGE_moreutils is not set -# CONFIG_PACKAGE_mosh-client is not set -# CONFIG_PACKAGE_mosh-server is not set # CONFIG_PACKAGE_mount-utils is not set -# CONFIG_PACKAGE_mpack is not set -# CONFIG_PACKAGE_mqttled is not set -# CONFIG_PACKAGE_mt-st is not set -# CONFIG_PACKAGE_mv88e6xxx_dump is not set # CONFIG_PACKAGE_namei is not set -# CONFIG_PACKAGE_naywatch is not set -# CONFIG_PACKAGE_netopeer2-cli is not set -# CONFIG_PACKAGE_netopeer2-server is not set -# CONFIG_PACKAGE_netwhere is not set -# CONFIG_PACKAGE_nnn is not set # CONFIG_PACKAGE_nsenter is not set -# CONFIG_PACKAGE_nss-utils is not set -# CONFIG_PACKAGE_nsutils is not set -# CONFIG_PACKAGE_oath-toolkit is not set -# CONFIG_PACKAGE_oci-runtime-tool is not set -# CONFIG_PACKAGE_open-plc-utils is not set -# CONFIG_PACKAGE_open2300 is not set -# CONFIG_PACKAGE_opendoas is not set -# CONFIG_PACKAGE_openobex is not set -# CONFIG_PACKAGE_openobex-apps is not set -# CONFIG_PACKAGE_openocd is not set -# CONFIG_PACKAGE_opensc-utils is not set # CONFIG_PACKAGE_openssl-util is not set -# CONFIG_PACKAGE_openzwave is not set -# CONFIG_PACKAGE_openzwave-config is not set -# CONFIG_PACKAGE_owipcalc is not set -# CONFIG_PACKAGE_passh is not set -# CONFIG_PACKAGE_pax-utils is not set -# CONFIG_PACKAGE_pciids is not set -# CONFIG_PACKAGE_pciutils is not set -# CONFIG_PACKAGE_pcsc-tools is not set -# CONFIG_PACKAGE_pcscd is not set -# CONFIG_PACKAGE_podman is not set - -# -# Configuration -# -# CONFIG_PODMAN_SELINUX_SUPPORT is not set -# end of Configuration - -# CONFIG_PACKAGE_poemgr is not set # CONFIG_PACKAGE_policycoreutils is not set -# CONFIG_PACKAGE_powertop is not set -# CONFIG_PACKAGE_pps-tools is not set # CONFIG_PACKAGE_prlimit is not set -# CONFIG_PACKAGE_procps-ng is not set -# CONFIG_PACKAGE_progress is not set -CONFIG_PACKAGE_prometheus-node-exporter-lua=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-dawn=m -CONFIG_PACKAGE_prometheus-node-exporter-lua-hostapd_stations=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-hostapd_ubus_stations=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-nat_traffic=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-netstat=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-openwrt=y -# CONFIG_PACKAGE_prometheus-node-exporter-lua-snmp6 is not set -CONFIG_PACKAGE_prometheus-node-exporter-lua-textfile=y -# CONFIG_PACKAGE_prometheus-node-exporter-lua-ubnt-manager is not set -CONFIG_PACKAGE_prometheus-node-exporter-lua-uci_dhcp_host=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-wifi=y -CONFIG_PACKAGE_prometheus-node-exporter-lua-wifi_stations=y -# CONFIG_PACKAGE_prometheus-statsd-exporter is not set -# CONFIG_PACKAGE_pservice is not set -# CONFIG_PACKAGE_psmisc is not set -# CONFIG_PACKAGE_pv is not set -# CONFIG_PACKAGE_qfirehose is not set -# CONFIG_PACKAGE_qmi-utils is not set -# CONFIG_PACKAGE_qrencode is not set -# CONFIG_PACKAGE_quota is not set # CONFIG_PACKAGE_ravpower-mcu is not set -# CONFIG_PACKAGE_readsb is not set -# CONFIG_PACKAGE_relayctl is not set # CONFIG_PACKAGE_rename is not set -# CONFIG_PACKAGE_restic is not set # CONFIG_PACKAGE_rev is not set -# CONFIG_PACKAGE_ripgrep is not set -# CONFIG_PACKAGE_rng-tools is not set -# CONFIG_PACKAGE_rtl-ais is not set -# CONFIG_PACKAGE_rtl-sdr is not set -# CONFIG_PACKAGE_rtl_433 is not set -# CONFIG_PACKAGE_rtl_433-ssl is not set -# CONFIG_PACKAGE_runc is not set -# CONFIG_PACKAGE_sane-backends is not set -# CONFIG_PACKAGE_sane-daemon is not set -# CONFIG_PACKAGE_sane-frontends is not set # CONFIG_PACKAGE_secilc is not set -# CONFIG_PACKAGE_sed is not set -# CONFIG_PACKAGE_sedutil is not set -# CONFIG_PACKAGE_selinux-audit2allow is not set -# CONFIG_PACKAGE_selinux-chcat is not set -# CONFIG_PACKAGE_selinux-python is not set -# CONFIG_PACKAGE_selinux-semanage is not set -# CONFIG_PACKAGE_selinux-sepolgen-ifgen is not set -# CONFIG_PACKAGE_selinux-sepolicy is not set -# CONFIG_PACKAGE_semodule-expand is not set -# CONFIG_PACKAGE_semodule-link is not set -# CONFIG_PACKAGE_semodule-package is not set -# CONFIG_PACKAGE_semodule-unpackage is not set -# CONFIG_PACKAGE_serdisplib-tools is not set -# CONFIG_PACKAGE_setools-sechecker is not set -# CONFIG_PACKAGE_setools-sediff is not set -# CONFIG_PACKAGE_setools-sedta is not set -# CONFIG_PACKAGE_setools-seinfo is not set -# CONFIG_PACKAGE_setools-seinfoflow is not set -# CONFIG_PACKAGE_setools-sesearch is not set -# CONFIG_PACKAGE_setserial is not set -# CONFIG_PACKAGE_sexpect is not set -# CONFIG_PACKAGE_shadow-utils is not set -# CONFIG_PACKAGE_shared-mime-info is not set -# CONFIG_PACKAGE_sipcalc is not set -# CONFIG_PACKAGE_sispmctl is not set -# CONFIG_PACKAGE_slide-switch is not set -# CONFIG_PACKAGE_smartd is not set -# CONFIG_PACKAGE_smartd-mail is not set -# CONFIG_PACKAGE_smartmontools is not set -# CONFIG_PACKAGE_smartmontools-drivedb is not set -# CONFIG_PACKAGE_sms-tool is not set -# CONFIG_PACKAGE_smstools3 is not set -# CONFIG_PACKAGE_sockread is not set -# CONFIG_PACKAGE_spi-tools is not set # CONFIG_PACKAGE_spidev-test is not set -# CONFIG_PACKAGE_ssdeep is not set -# CONFIG_PACKAGE_sshpass is not set -# CONFIG_PACKAGE_stdiscosrv is not set # CONFIG_PACKAGE_strace is not set CONFIG_STRACE_NONE=y # CONFIG_STRACE_LIBDW is not set # CONFIG_STRACE_LIBUNWIND is not set -# CONFIG_PACKAGE_strelaysrv is not set -# CONFIG_PACKAGE_stress is not set -# CONFIG_PACKAGE_stress-ng is not set -# CONFIG_PACKAGE_sumo is not set -# CONFIG_PACKAGE_syncthing is not set -# CONFIG_PACKAGE_sysrepo is not set -# CONFIG_PACKAGE_sysrepocfg is not set -# CONFIG_PACKAGE_sysrepoctl is not set -# CONFIG_PACKAGE_sysstat is not set -# CONFIG_PACKAGE_tar is not set # CONFIG_PACKAGE_taskset is not set -# CONFIG_PACKAGE_taskwarrior is not set -# CONFIG_PACKAGE_telegraf is not set -# CONFIG_PACKAGE_telegraf-full is not set -# CONFIG_PACKAGE_telldus-core is not set -# CONFIG_PACKAGE_temperusb is not set -# CONFIG_PACKAGE_tesseract is not set -# CONFIG_PACKAGE_tini is not set -# CONFIG_PACKAGE_tinyionice is not set -# CONFIG_PACKAGE_tracertools is not set -# CONFIG_PACKAGE_tree is not set -# CONFIG_PACKAGE_triggerhappy is not set -# CONFIG_PACKAGE_ubnt-manager is not set # CONFIG_PACKAGE_ucode-mod-bpf is not set -CONFIG_PACKAGE_ucode-mod-html=y -CONFIG_PACKAGE_ucode-mod-lua=y -# CONFIG_PACKAGE_udns-dnsget is not set -# CONFIG_PACKAGE_udns-ex-rdns is not set -# CONFIG_PACKAGE_udns-rblcheck is not set # CONFIG_PACKAGE_ugps is not set -# CONFIG_PACKAGE_uhubctl is not set -# CONFIG_PACKAGE_uledd is not set -# CONFIG_PACKAGE_unix2dos is not set # CONFIG_PACKAGE_unshare is not set # CONFIG_PACKAGE_usb-modeswitch is not set -# CONFIG_PACKAGE_usbids is not set -# CONFIG_PACKAGE_usbutils is not set # CONFIG_PACKAGE_uuidd is not set # CONFIG_PACKAGE_uuidgen is not set -# CONFIG_PACKAGE_uvcdynctrl is not set -# CONFIG_PACKAGE_v4l-utils is not set -# CONFIG_PACKAGE_view1090 is not set -# CONFIG_PACKAGE_viewadsb is not set -# CONFIG_PACKAGE_watchcat is not set # CONFIG_PACKAGE_whereis is not set -# CONFIG_PACKAGE_which is not set -# CONFIG_PACKAGE_whiptail is not set -# CONFIG_PACKAGE_whois is not set -# CONFIG_PACKAGE_wifitoggle is not set -# CONFIG_PACKAGE_wipe is not set -# CONFIG_PACKAGE_xsltproc is not set -# CONFIG_PACKAGE_xxd is not set -# CONFIG_PACKAGE_xxhash is not set -# CONFIG_PACKAGE_yanglint is not set -# CONFIG_PACKAGE_yara is not set -# CONFIG_PACKAGE_ykclient is not set -# CONFIG_PACKAGE_ykpers is not set -# CONFIG_PACKAGE_yq is not set -# CONFIG_PACKAGE_zyxel-reset is not set # end of Utilities - -# -# Xorg -# - -# -# Font-Utils -# -# CONFIG_PACKAGE_fontconfig is not set -# end of Font-Utils -# end of Xorg diff --git a/config-oxnas-PogoPlugPro b/config-oxnas-PogoPlugPro index 096aa23..1f6f625 100644 --- a/config-oxnas-PogoPlugPro +++ b/config-oxnas-PogoPlugPro @@ -5844,7 +5844,7 @@ CONFIG_PACKAGE_luci-ssl-openssl=m # 2. Modules # CONFIG_PACKAGE_luci-base=m -CONFIG_LUCI_SRCDIET=y +# CONFIG_LUCI_SRCDIET is not set CONFIG_LUCI_JSMIN=y CONFIG_LUCI_CSSTIDY=y @@ -6160,6 +6160,7 @@ CONFIG_PACKAGE_luci-i18n-adblock-fast-ko=m CONFIG_PACKAGE_luci-i18n-adblock-fast-lt=m CONFIG_PACKAGE_luci-i18n-adblock-fast-mr=m CONFIG_PACKAGE_luci-i18n-adblock-fast-ms=m +CONFIG_PACKAGE_luci-i18n-adblock-fast-nl=m CONFIG_PACKAGE_luci-i18n-adblock-fast-no=m CONFIG_PACKAGE_luci-i18n-adblock-fast-pl=m CONFIG_PACKAGE_luci-i18n-adblock-fast-pt=m @@ -7102,6 +7103,7 @@ CONFIG_PACKAGE_luci-i18n-https-dns-proxy-ko=m CONFIG_PACKAGE_luci-i18n-https-dns-proxy-lt=m CONFIG_PACKAGE_luci-i18n-https-dns-proxy-mr=m CONFIG_PACKAGE_luci-i18n-https-dns-proxy-ms=m +CONFIG_PACKAGE_luci-i18n-https-dns-proxy-nl=m CONFIG_PACKAGE_luci-i18n-https-dns-proxy-no=m CONFIG_PACKAGE_luci-i18n-https-dns-proxy-pl=m CONFIG_PACKAGE_luci-i18n-https-dns-proxy-pt=m @@ -8316,7 +8318,40 @@ CONFIG_PACKAGE_luci-i18n-tinyproxy-uk=m CONFIG_PACKAGE_luci-i18n-tinyproxy-vi=m CONFIG_PACKAGE_luci-i18n-tinyproxy-zh-cn=m CONFIG_PACKAGE_luci-i18n-tinyproxy-zh-tw=m +CONFIG_PACKAGE_luci-i18n-tor-ar=m +CONFIG_PACKAGE_luci-i18n-tor-bg=m +CONFIG_PACKAGE_luci-i18n-tor-bn=m +CONFIG_PACKAGE_luci-i18n-tor-ca=m +CONFIG_PACKAGE_luci-i18n-tor-cs=m +CONFIG_PACKAGE_luci-i18n-tor-da=m +CONFIG_PACKAGE_luci-i18n-tor-de=m +CONFIG_PACKAGE_luci-i18n-tor-el=m +CONFIG_PACKAGE_luci-i18n-tor-es=m +CONFIG_PACKAGE_luci-i18n-tor-fi=m +CONFIG_PACKAGE_luci-i18n-tor-fr=m +CONFIG_PACKAGE_luci-i18n-tor-he=m +CONFIG_PACKAGE_luci-i18n-tor-hi=m +CONFIG_PACKAGE_luci-i18n-tor-hu=m +CONFIG_PACKAGE_luci-i18n-tor-it=m +CONFIG_PACKAGE_luci-i18n-tor-ja=m +CONFIG_PACKAGE_luci-i18n-tor-ko=m +CONFIG_PACKAGE_luci-i18n-tor-lt=m +CONFIG_PACKAGE_luci-i18n-tor-mr=m +CONFIG_PACKAGE_luci-i18n-tor-ms=m +CONFIG_PACKAGE_luci-i18n-tor-nl=m +CONFIG_PACKAGE_luci-i18n-tor-no=m +CONFIG_PACKAGE_luci-i18n-tor-pl=m +CONFIG_PACKAGE_luci-i18n-tor-pt=m +CONFIG_PACKAGE_luci-i18n-tor-pt-br=m +CONFIG_PACKAGE_luci-i18n-tor-ro=m CONFIG_PACKAGE_luci-i18n-tor-ru=m +CONFIG_PACKAGE_luci-i18n-tor-sk=m +CONFIG_PACKAGE_luci-i18n-tor-sv=m +CONFIG_PACKAGE_luci-i18n-tor-tr=m +CONFIG_PACKAGE_luci-i18n-tor-uk=m +CONFIG_PACKAGE_luci-i18n-tor-vi=m +CONFIG_PACKAGE_luci-i18n-tor-zh-cn=m +CONFIG_PACKAGE_luci-i18n-tor-zh-tw=m CONFIG_PACKAGE_luci-i18n-transmission-ar=m CONFIG_PACKAGE_luci-i18n-transmission-bg=m CONFIG_PACKAGE_luci-i18n-transmission-bn=m @@ -11591,8 +11626,21 @@ CONFIG_PACKAGE_xfrpc=m # # Wireless # -# CONFIG_PACKAGE_aircrack-ng is not set -# CONFIG_PACKAGE_airmon-ng is not set +CONFIG_PACKAGE_aircrack-ng=m + +# +# SSL support +# +CONFIG_AIRCRACK_NG_OPENSSL=y +# CONFIG_AIRCRACK_NG_GCRYPT is not set +# CONFIG_AIRCRACK_NG_OPTIMIZE_SPEED is not set + +# +# Miscellaneous +# +# CONFIG_AIRCRACK_NG_HWLOC is not set +# CONFIG_AIRCRACK_NG_SQLITE3 is not set +CONFIG_PACKAGE_airmon-ng=m CONFIG_PACKAGE_dynapoint=m CONFIG_PACKAGE_hcxdumptool=m CONFIG_PACKAGE_hcxtools=m @@ -12218,13 +12266,13 @@ CONFIG_PACKAGE_ztdns=m # # Sound # -# CONFIG_PACKAGE_alsa-utils is not set -# CONFIG_PACKAGE_alsa-utils-seq is not set -# CONFIG_PACKAGE_alsa-utils-tests is not set -# CONFIG_PACKAGE_aserver is not set -# CONFIG_PACKAGE_beep is not set -# CONFIG_PACKAGE_espeak is not set -# CONFIG_PACKAGE_faad2 is not set +CONFIG_PACKAGE_alsa-utils=m +CONFIG_PACKAGE_alsa-utils-seq=m +CONFIG_PACKAGE_alsa-utils-tests=m +CONFIG_PACKAGE_aserver=m +CONFIG_PACKAGE_beep=m +CONFIG_PACKAGE_espeak=m +CONFIG_PACKAGE_faad2=m CONFIG_PACKAGE_fdk-aac=m # @@ -12233,8 +12281,8 @@ CONFIG_PACKAGE_fdk-aac=m # CONFIG_FDK-AAC_OPTIMIZE_SPEED is not set # end of Configuration -# CONFIG_PACKAGE_ices is not set -# CONFIG_PACKAGE_lame is not set +CONFIG_PACKAGE_ices=m +CONFIG_PACKAGE_lame=m CONFIG_PACKAGE_lame-lib=m # @@ -12243,35 +12291,41 @@ CONFIG_PACKAGE_lame-lib=m # CONFIG_LAME-LIB_OPTIMIZE_SPEED is not set # end of Configuration -# CONFIG_PACKAGE_liblo-utils is not set -# CONFIG_PACKAGE_madplay is not set -# CONFIG_PACKAGE_moc is not set -# CONFIG_PACKAGE_mpc is not set -# CONFIG_PACKAGE_mpd-avahi-service is not set -# CONFIG_PACKAGE_mpd-full is not set -# CONFIG_PACKAGE_mpd-mini is not set +CONFIG_PACKAGE_liblo-utils=m +CONFIG_PACKAGE_madplay=m +CONFIG_PACKAGE_moc=m +CONFIG_PACKAGE_mpc=m +CONFIG_PACKAGE_mpd-avahi-service=m +CONFIG_PACKAGE_mpd-full=m +CONFIG_PACKAGE_mpd-mini=m CONFIG_PACKAGE_mpg123=m -# CONFIG_PACKAGE_opus-tools is not set -# CONFIG_PACKAGE_owntone is not set -# CONFIG_PACKAGE_pianod is not set -# CONFIG_PACKAGE_pianod-client is not set +CONFIG_PACKAGE_opus-tools=m +CONFIG_PACKAGE_owntone=m +CONFIG_PACKAGE_pianod=m +CONFIG_PACKAGE_pianod-client=m CONFIG_PACKAGE_portaudio=m CONFIG_PACKAGE_pulseaudio-daemon=m -# CONFIG_PACKAGE_pulseaudio-daemon-avahi is not set -# CONFIG_PACKAGE_pulseaudio-profiles is not set -# CONFIG_PACKAGE_pulseaudio-tools is not set -# CONFIG_PACKAGE_rtpmidid is not set +CONFIG_PACKAGE_pulseaudio-daemon-avahi=m +CONFIG_PACKAGE_pulseaudio-profiles=m +CONFIG_PACKAGE_pulseaudio-tools=m +CONFIG_PACKAGE_rtpmidid=m CONFIG_PACKAGE_shairplay=m -# CONFIG_PACKAGE_shairport-sync-mbedtls is not set -# CONFIG_PACKAGE_shairport-sync-mini is not set -# CONFIG_PACKAGE_shairport-sync-openssl is not set +CONFIG_PACKAGE_shairport-sync-mbedtls=m +CONFIG_PACKAGE_shairport-sync-mini=m +CONFIG_PACKAGE_shairport-sync-openssl=m CONFIG_PACKAGE_shine=m -# CONFIG_PACKAGE_sox is not set -# CONFIG_PACKAGE_squeezelite-full is not set -# CONFIG_PACKAGE_squeezelite-mini is not set -# CONFIG_PACKAGE_svox is not set -# CONFIG_PACKAGE_ttymidi-sysex is not set -# CONFIG_PACKAGE_upmpdcli is not set +CONFIG_PACKAGE_sox=m +CONFIG_PACKAGE_squeezelite-full=m +# CONFIG_SQUEEZELITE_RESAMPLE is not set +# CONFIG_SQUEEZELITE_DSD is not set +# CONFIG_SQUEEZELITE_SSL is not set +# CONFIG_SQUEEZELITE_OPUS is not set +CONFIG_PACKAGE_squeezelite-mini=m +CONFIG_PACKAGE_svox=m +CONFIG_PACKAGE_ttymidi-sysex=m +CONFIG_PACKAGE_upmpdcli=m +# CONFIG_PACKAGE_UPMPDCLI_SCCTL is not set +# CONFIG_PACKAGE_UPMPDCLI_SC_WEB_INTERFACE is not set # end of Sound #