diff --git a/.config b/.config index d79707a..c316295 100644 --- a/.config +++ b/.config @@ -134,6 +134,7 @@ CONFIG_PCI_SUPPORT=y CONFIG_USB_SUPPORT=y CONFIG_USES_DEVICETREE=y CONFIG_USES_SQUASHFS=y +CONFIG_USES_JFFS2=y CONFIG_HAS_MIPS16=y CONFIG_mipsel=y CONFIG_ARCH="mipsel" @@ -141,8 +142,16 @@ CONFIG_ARCH="mipsel" # # Target Images # -# CONFIG_TARGET_ROOTFS_INITRAMFS is not set +CONFIG_TARGET_ROOTFS_INITRAMFS=y +# CONFIG_TARGET_INITRAMFS_COMPRESSION_NONE is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_GZIP is not set +# CONFIG_TARGET_INITRAMFS_COMPRESSION_BZIP2 is not set +CONFIG_TARGET_INITRAMFS_COMPRESSION_LZMA=y +# 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_EXTERNAL_CPIO="" +# CONFIG_TARGET_INITRAMFS_FORCE is not set # # Root filesystem archives @@ -154,6 +163,7 @@ CONFIG_EXTERNAL_CPIO="" # Root filesystem images # # CONFIG_TARGET_ROOTFS_EXT4FS is not set +CONFIG_TARGET_ROOTFS_JFFS2=y CONFIG_TARGET_ROOTFS_SQUASHFS=y CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=256 CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP=y @@ -176,7 +186,7 @@ CONFIG_SIGNED_PACKAGES=y # General build options # # CONFIG_DISPLAY_SUPPORT is not set -# CONFIG_BUILD_PATENTED is not set +CONFIG_BUILD_PATENTED=y # CONFIG_BUILD_NLS is not set CONFIG_SHADOW_PASSWORDS=y # CONFIG_CLEAN_IPKG is not set @@ -326,7 +336,7 @@ CONFIG_TARGET_SUFFIX="musl" # CONFIG_IB is not set # CONFIG_SDK is not set # CONFIG_MAKE_TOOLCHAIN is not set -# CONFIG_IMAGEOPT is not set +CONFIG_IMAGEOPT=y # CONFIG_PREINITOPT is not set CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y # CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set @@ -342,12 +352,21 @@ 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_PER_FEED_REPO=y -CONFIG_FEED_packages=y -CONFIG_FEED_luci=y -CONFIG_FEED_routing=y -CONFIG_FEED_telephony=y +CONFIG_VERSIONOPT=y +CONFIG_VERSION_DIST="OpenWrt" +CONFIG_VERSION_NUMBER="master-d20f4fc" +CONFIG_VERSION_CODE="" +CONFIG_VERSION_REPO="http://openwrt.panaceas.org/repos/gl-inet-mt300n-v2/%v/%T" +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 is not set +# CONFIG_VERSION_CODE_FILENAMES is not set +# CONFIG_PER_FEED_REPO is not set # # Base system @@ -1382,19 +1401,12 @@ 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_PACKAGE_ca-bundle is not set -# CONFIG_PACKAGE_ca-certificates is not set +CONFIG_PACKAGE_ca-bundle=m +CONFIG_PACKAGE_ca-certificates=m CONFIG_PACKAGE_dnsmasq=y # CONFIG_PACKAGE_dnsmasq-dhcpv6 is not set # CONFIG_PACKAGE_dnsmasq-full is not set -CONFIG_PACKAGE_dropbear=y - -# -# Configuration -# -CONFIG_DROPBEAR_CURVE25519=y -# CONFIG_DROPBEAR_ECC is not set -# CONFIG_DROPBEAR_ZLIB is not set +# CONFIG_PACKAGE_dropbear is not set # CONFIG_PACKAGE_ead is not set CONFIG_PACKAGE_firewall=y CONFIG_PACKAGE_fstools=y @@ -1407,8 +1419,8 @@ CONFIG_PACKAGE_libc=y CONFIG_PACKAGE_libgcc=y # CONFIG_PACKAGE_libgomp is not set CONFIG_PACKAGE_libpthread=y -# CONFIG_PACKAGE_librt is not set -# CONFIG_PACKAGE_libstdcpp is not set +CONFIG_PACKAGE_librt=y +CONFIG_PACKAGE_libstdcpp=m CONFIG_PACKAGE_logd=y CONFIG_PACKAGE_mtd=y CONFIG_PACKAGE_netifd=y @@ -1423,7 +1435,7 @@ CONFIG_PACKAGE_procd=y # CONFIG_PROCD_SHOW_BOOT is not set # CONFIG_PROCD_ZRAM_TMPFS is not set # CONFIG_PACKAGE_qos-scripts is not set -# CONFIG_PACKAGE_resolveip is not set +CONFIG_PACKAGE_resolveip=m # CONFIG_PACKAGE_rpcd is not set # CONFIG_PACKAGE_snapshot-tool is not set # CONFIG_PACKAGE_sqm-scripts is not set @@ -1484,11 +1496,13 @@ CONFIG_PACKAGE_usign=y # # Libraries # +CONFIG_PACKAGE_libncurses-dev=m +CONFIG_PACKAGE_zlib-dev=m # 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_diffutils is not set +CONFIG_PACKAGE_diffutils=m # CONFIG_PACKAGE_gcc is not set # CONFIG_PACKAGE_gdb is not set # CONFIG_PACKAGE_gdbserver is not set @@ -1650,7 +1664,7 @@ CONFIG_PACKAGE_wireless-regdb=y # CONFIG_PACKAGE_kmod-md-mod is not set # CONFIG_PACKAGE_kmod-nbd is not set # CONFIG_PACKAGE_kmod-scsi-cdrom is not set -# CONFIG_PACKAGE_kmod-scsi-core is not set +CONFIG_PACKAGE_kmod-scsi-core=m # CONFIG_PACKAGE_kmod-scsi-generic is not set # CONFIG_PACKAGE_kmod-scsi-tape is not set @@ -1662,46 +1676,48 @@ CONFIG_PACKAGE_wireless-regdb=y # # Cryptographic API modules # -# CONFIG_PACKAGE_kmod-crypto-aead is not set -# CONFIG_PACKAGE_kmod-crypto-authenc is not set -# CONFIG_PACKAGE_kmod-crypto-cbc is not set +CONFIG_PACKAGE_kmod-crypto-acompress=m +CONFIG_PACKAGE_kmod-crypto-aead=m +CONFIG_PACKAGE_kmod-crypto-authenc=m +CONFIG_PACKAGE_kmod-crypto-cbc=m # CONFIG_PACKAGE_kmod-crypto-ccm is not set # CONFIG_PACKAGE_kmod-crypto-cmac is not set -# CONFIG_PACKAGE_kmod-crypto-crc32c is not set +CONFIG_PACKAGE_kmod-crypto-crc32c=m # CONFIG_PACKAGE_kmod-crypto-ctr is not set # CONFIG_PACKAGE_kmod-crypto-cts is not set -# CONFIG_PACKAGE_kmod-crypto-deflate is not set -# CONFIG_PACKAGE_kmod-crypto-des is not set -# CONFIG_PACKAGE_kmod-crypto-ecb is not set +CONFIG_PACKAGE_kmod-crypto-deflate=m +CONFIG_PACKAGE_kmod-crypto-des=m +CONFIG_PACKAGE_kmod-crypto-ecb=m # CONFIG_PACKAGE_kmod-crypto-ecdh is not set -# CONFIG_PACKAGE_kmod-crypto-echainiv is not set +CONFIG_PACKAGE_kmod-crypto-echainiv=m # CONFIG_PACKAGE_kmod-crypto-fcrypt is not set # CONFIG_PACKAGE_kmod-crypto-gcm is not set # CONFIG_PACKAGE_kmod-crypto-gf128 is not set # CONFIG_PACKAGE_kmod-crypto-ghash is not set -# CONFIG_PACKAGE_kmod-crypto-hash is not set -# CONFIG_PACKAGE_kmod-crypto-hmac is not set +CONFIG_PACKAGE_kmod-crypto-hash=m +CONFIG_PACKAGE_kmod-crypto-hmac=m # CONFIG_PACKAGE_kmod-crypto-hw-ccp is not set # CONFIG_PACKAGE_kmod-crypto-hw-geode is not set # CONFIG_PACKAGE_kmod-crypto-hw-hifn-795x is not set # CONFIG_PACKAGE_kmod-crypto-hw-padlock is not set # CONFIG_PACKAGE_kmod-crypto-hw-talitos is not set -# CONFIG_PACKAGE_kmod-crypto-manager is not set +CONFIG_PACKAGE_kmod-crypto-iv=m +CONFIG_PACKAGE_kmod-crypto-manager=m # CONFIG_PACKAGE_kmod-crypto-md4 is not set -# CONFIG_PACKAGE_kmod-crypto-md5 is not set +CONFIG_PACKAGE_kmod-crypto-md5=m # CONFIG_PACKAGE_kmod-crypto-michael-mic is not set # CONFIG_PACKAGE_kmod-crypto-misc is not set -# CONFIG_PACKAGE_kmod-crypto-null is not set +CONFIG_PACKAGE_kmod-crypto-null=m # CONFIG_PACKAGE_kmod-crypto-pcbc is not set -# CONFIG_PACKAGE_kmod-crypto-pcompress is not set -# CONFIG_PACKAGE_kmod-crypto-rng is not set +CONFIG_PACKAGE_kmod-crypto-pcompress=m +CONFIG_PACKAGE_kmod-crypto-rng=m # CONFIG_PACKAGE_kmod-crypto-seqiv is not set -# CONFIG_PACKAGE_kmod-crypto-sha1 is not set -# CONFIG_PACKAGE_kmod-crypto-sha256 is not set +CONFIG_PACKAGE_kmod-crypto-sha1=m +CONFIG_PACKAGE_kmod-crypto-sha256=m # CONFIG_PACKAGE_kmod-crypto-sha512 is not set # CONFIG_PACKAGE_kmod-crypto-test is not set -# CONFIG_PACKAGE_kmod-crypto-user is not set -# CONFIG_PACKAGE_kmod-crypto-wq is not set +CONFIG_PACKAGE_kmod-crypto-user=m +CONFIG_PACKAGE_kmod-crypto-wq=m # CONFIG_PACKAGE_kmod-crypto-xts is not set # CONFIG_PACKAGE_kmod-cryptodev is not set @@ -1714,8 +1730,9 @@ CONFIG_PACKAGE_wireless-regdb=y # CONFIG_PACKAGE_kmod-fs-cifs is not set # CONFIG_PACKAGE_kmod-fs-configfs is not set # CONFIG_PACKAGE_kmod-fs-cramfs is not set +CONFIG_PACKAGE_kmod-fs-exfat=m # CONFIG_PACKAGE_kmod-fs-exportfs is not set -# CONFIG_PACKAGE_kmod-fs-ext4 is not set +CONFIG_PACKAGE_kmod-fs-ext4=m # CONFIG_PACKAGE_kmod-fs-f2fs is not set # CONFIG_PACKAGE_kmod-fs-fscache is not set # CONFIG_PACKAGE_kmod-fs-hfs is not set @@ -1734,9 +1751,9 @@ CONFIG_PACKAGE_wireless-regdb=y # CONFIG_PACKAGE_kmod-fs-reiserfs is not set # 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-vfat=m # CONFIG_PACKAGE_kmod-fs-xfs is not set -# CONFIG_PACKAGE_kmod-fuse is not set +CONFIG_PACKAGE_kmod-fuse=m # # FireWire support @@ -1746,7 +1763,30 @@ CONFIG_PACKAGE_wireless-regdb=y # # Hardware Monitoring Support # -# CONFIG_PACKAGE_kmod-hwmon-core is not set +CONFIG_PACKAGE_kmod-hwmon-core=m +# 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-gpiofan is not set +# 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-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-pwmfan is not set +# CONFIG_PACKAGE_kmod-hwmon-sch5627 is not set +# CONFIG_PACKAGE_kmod-hwmon-sht21 is not set +# 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-vid is not set +# CONFIG_PACKAGE_kmod-hwmon-w83793 is not set # # I2C support @@ -1768,10 +1808,10 @@ CONFIG_PACKAGE_wireless-regdb=y # # Input modules # -# CONFIG_PACKAGE_kmod-hid is not set -# CONFIG_PACKAGE_kmod-hid-generic is not set -# CONFIG_PACKAGE_kmod-input-core is not set -# CONFIG_PACKAGE_kmod-input-evdev is not set +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 @@ -1799,11 +1839,13 @@ CONFIG_PACKAGE_kmod-leds-gpio=y # CONFIG_PACKAGE_kmod-lib-cordic is not set CONFIG_PACKAGE_kmod-lib-crc-ccitt=y # CONFIG_PACKAGE_kmod-lib-crc-itu-t is not set -# CONFIG_PACKAGE_kmod-lib-crc16 is not set +CONFIG_PACKAGE_kmod-lib-crc16=m # CONFIG_PACKAGE_kmod-lib-crc32c is not set # CONFIG_PACKAGE_kmod-lib-crc7 is not set # CONFIG_PACKAGE_kmod-lib-crc8 is not set -# CONFIG_PACKAGE_kmod-lib-textsearch is not set +CONFIG_PACKAGE_kmod-lib-textsearch=m +CONFIG_PACKAGE_kmod-lib-zlib-deflate=m +CONFIG_PACKAGE_kmod-lib-zlib-inflate=m # # Native Language Support @@ -1811,7 +1853,7 @@ CONFIG_PACKAGE_kmod-lib-crc-ccitt=y 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-cp437=m # CONFIG_PACKAGE_kmod-nls-cp775 is not set # CONFIG_PACKAGE_kmod-nls-cp850 is not set # CONFIG_PACKAGE_kmod-nls-cp852 is not set @@ -1821,14 +1863,14 @@ CONFIG_PACKAGE_kmod-nls-base=y # 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-1=m # 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-utf8 is not set +CONFIG_PACKAGE_kmod-nls-utf8=m # # Netfilter Extensions @@ -1866,7 +1908,7 @@ CONFIG_PACKAGE_kmod-ipt-core=y # CONFIG_PACKAGE_kmod-ipt-ipopt is not set # CONFIG_PACKAGE_kmod-ipt-ipp2p is not set # CONFIG_PACKAGE_kmod-ipt-iprange is not set -# CONFIG_PACKAGE_kmod-ipt-ipsec is not set +CONFIG_PACKAGE_kmod-ipt-ipsec=m # CONFIG_PACKAGE_kmod-ipt-ipset is not set # CONFIG_PACKAGE_kmod-ipt-ipv4options is not set # CONFIG_PACKAGE_kmod-ipt-led is not set @@ -1895,7 +1937,7 @@ CONFIG_PACKAGE_kmod-ipt-offload=y # CONFIG_PACKAGE_kmod-ipt-ulog is not set # CONFIG_PACKAGE_kmod-netatop is not set CONFIG_PACKAGE_kmod-nf-conntrack=y -# CONFIG_PACKAGE_kmod-nf-conntrack-netlink is not set +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 @@ -1903,10 +1945,10 @@ CONFIG_PACKAGE_kmod-nf-ipt6=y CONFIG_PACKAGE_kmod-nf-nat=y # CONFIG_PACKAGE_kmod-nf-nat6 is not set # CONFIG_PACKAGE_kmod-nf-nathelper is not set -# CONFIG_PACKAGE_kmod-nf-nathelper-extra is not set +CONFIG_PACKAGE_kmod-nf-nathelper-extra=m CONFIG_PACKAGE_kmod-nf-reject=y CONFIG_PACKAGE_kmod-nf-reject6=y -# CONFIG_PACKAGE_kmod-nfnetlink is not set +CONFIG_PACKAGE_kmod-nfnetlink=m # CONFIG_PACKAGE_kmod-nfnetlink-log is not set # CONFIG_PACKAGE_kmod-nfnetlink-queue is not set # CONFIG_PACKAGE_kmod-nft-arp is not set @@ -1946,7 +1988,7 @@ CONFIG_PACKAGE_kmod-nf-reject6=y # CONFIG_PACKAGE_kmod-libphy is not set # CONFIG_PACKAGE_kmod-macvlan is not set # CONFIG_PACKAGE_kmod-mdio-gpio is not set -# CONFIG_PACKAGE_kmod-mii is not set +CONFIG_PACKAGE_kmod-mii=m # CONFIG_PACKAGE_kmod-natsemi is not set # CONFIG_PACKAGE_kmod-ne2k-pci is not set # CONFIG_PACKAGE_kmod-niu is not set @@ -1987,12 +2029,18 @@ CONFIG_PACKAGE_kmod-nf-reject6=y # CONFIG_PACKAGE_kmod-dnsresolver is not set # CONFIG_PACKAGE_kmod-fou is not set # CONFIG_PACKAGE_kmod-geneve is not set -# CONFIG_PACKAGE_kmod-gre is not set +CONFIG_PACKAGE_kmod-gre=m # CONFIG_PACKAGE_kmod-gre6 is not set -# CONFIG_PACKAGE_kmod-ip6-tunnel is not set +CONFIG_PACKAGE_kmod-ip-vti=m +CONFIG_PACKAGE_kmod-ip6-tunnel=m +CONFIG_PACKAGE_kmod-ip6-vti=m # CONFIG_PACKAGE_kmod-ipip is not set -# CONFIG_PACKAGE_kmod-ipsec is not set -# CONFIG_PACKAGE_kmod-iptunnel6 is not set +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-isdn4linux is not set # CONFIG_PACKAGE_kmod-jool is not set # CONFIG_PACKAGE_kmod-l2tp is not set @@ -2002,7 +2050,7 @@ CONFIG_PACKAGE_kmod-nf-reject6=y # CONFIG_PACKAGE_kmod-misdn is not set # CONFIG_PACKAGE_kmod-mpls is not set CONFIG_PACKAGE_kmod-ppp=y -# CONFIG_PACKAGE_kmod-mppe is not set +CONFIG_PACKAGE_kmod-mppe=m # CONFIG_PACKAGE_kmod-nat46 is not set # CONFIG_PACKAGE_kmod-netem is not set # CONFIG_PACKAGE_kmod-nlmon is not set @@ -2016,7 +2064,7 @@ CONFIG_PACKAGE_kmod-ppp=y CONFIG_PACKAGE_kmod-pppoe=y # CONFIG_PACKAGE_kmod-pppol2tp is not set CONFIG_PACKAGE_kmod-pppox=y -# CONFIG_PACKAGE_kmod-pptp is not set +CONFIG_PACKAGE_kmod-pptp=m # CONFIG_PACKAGE_kmod-sched is not set # CONFIG_PACKAGE_kmod-sched-cake is not set # CONFIG_PACKAGE_kmod-sched-connmark is not set @@ -2026,7 +2074,7 @@ CONFIG_PACKAGE_kmod-pppox=y CONFIG_PACKAGE_kmod-slhc=y # CONFIG_PACKAGE_kmod-slip is not set # CONFIG_PACKAGE_kmod-trelay is not set -# CONFIG_PACKAGE_kmod-tun is not set +CONFIG_PACKAGE_kmod-tun=m # CONFIG_PACKAGE_kmod-veth is not set # CONFIG_PACKAGE_kmod-vxlan is not set # CONFIG_PACKAGE_kmod-wireguard is not set @@ -2118,25 +2166,71 @@ CONFIG_PACKAGE_kmod-gpio-button-hotplug=y # USB Support # # CONFIG_PACKAGE_kmod-chaoskey is not set -# CONFIG_PACKAGE_kmod-usb-acm is not set +CONFIG_PACKAGE_kmod-usb-acm=m # CONFIG_PACKAGE_kmod-usb-atm is not set # CONFIG_PACKAGE_kmod-usb-cm109 is not set CONFIG_PACKAGE_kmod-usb-core=y # CONFIG_PACKAGE_kmod-usb-dwc2 is not set # CONFIG_PACKAGE_kmod-usb-dwc3 is not set CONFIG_PACKAGE_kmod-usb-ehci=y -# CONFIG_PACKAGE_kmod-usb-hid is not set +CONFIG_PACKAGE_kmod-usb-hid=m # CONFIG_PACKAGE_kmod-usb-ledtrig-usbport is not set -# CONFIG_PACKAGE_kmod-usb-net is not set +CONFIG_PACKAGE_kmod-usb-net=m +# 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=m +CONFIG_PACKAGE_kmod-usb-net-cdc-ether=m +# CONFIG_PACKAGE_kmod-usb-net-cdc-mbim is not set +CONFIG_PACKAGE_kmod-usb-net-cdc-ncm=m +CONFIG_PACKAGE_kmod-usb-net-cdc-subset=m +# 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=m +CONFIG_PACKAGE_kmod-usb-net-ipheth=m +# CONFIG_PACKAGE_kmod-usb-net-kalmia is not set +# CONFIG_PACKAGE_kmod-usb-net-kaweth is not set +# 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-rndis=m +# 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-smsc95xx is not set +# CONFIG_PACKAGE_kmod-usb-net-sr9700 is not set CONFIG_PACKAGE_kmod-usb-ohci=y # CONFIG_PACKAGE_kmod-usb-ohci-pci is not set # CONFIG_PACKAGE_kmod-usb-printer is not set -# CONFIG_PACKAGE_kmod-usb-serial is not set -# CONFIG_PACKAGE_kmod-usb-storage is not set +CONFIG_PACKAGE_kmod-usb-serial=m +# CONFIG_PACKAGE_kmod-usb-serial-ark3116 is not set +# CONFIG_PACKAGE_kmod-usb-serial-belkin is not set +CONFIG_PACKAGE_kmod-usb-serial-ch341=m +CONFIG_PACKAGE_kmod-usb-serial-cp210x=m +# CONFIG_PACKAGE_kmod-usb-serial-cypress-m8 is not set +# CONFIG_PACKAGE_kmod-usb-serial-dmx_usb_module is not set +# CONFIG_PACKAGE_kmod-usb-serial-edgeport is not set +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=m +# CONFIG_PACKAGE_kmod-usb-serial-option is not set +# CONFIG_PACKAGE_kmod-usb-serial-oti6858 is not set +CONFIG_PACKAGE_kmod-usb-serial-pl2303=m +# 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-wwan is not set +# CONFIG_PACKAGE_kmod-usb-serial-xr_usb_serial_common is not set +CONFIG_PACKAGE_kmod-usb-storage=m # CONFIG_PACKAGE_kmod-usb-storage-extras is not set -# CONFIG_PACKAGE_kmod-usb-storage-uas is not set +CONFIG_PACKAGE_kmod-usb-storage-uas=m # CONFIG_PACKAGE_kmod-usb-uhci is not set -# CONFIG_PACKAGE_kmod-usb-wdm is not set +CONFIG_PACKAGE_kmod-usb-wdm=m # CONFIG_PACKAGE_kmod-usb-yealink is not set CONFIG_PACKAGE_kmod-usb2=y # CONFIG_PACKAGE_kmod-usb2-pci is not set @@ -2163,7 +2257,17 @@ CONFIG_PACKAGE_kmod-usb2=y # # W1 support # -# CONFIG_PACKAGE_kmod-w1 is not set +CONFIG_PACKAGE_kmod-w1=m +CONFIG_PACKAGE_kmod-w1-gpio-custom=m +# CONFIG_PACKAGE_kmod-w1-master-ds2482 is not set +CONFIG_PACKAGE_kmod-w1-master-ds2490=m +CONFIG_PACKAGE_kmod-w1-master-gpio=m +# CONFIG_PACKAGE_kmod-w1-slave-ds2413 is not set +CONFIG_PACKAGE_kmod-w1-slave-ds2431=m +CONFIG_PACKAGE_kmod-w1-slave-ds2433=m +# CONFIG_PACKAGE_kmod-w1-slave-ds2760 is not set +# CONFIG_PACKAGE_kmod-w1-slave-smem is not set +CONFIG_PACKAGE_kmod-w1-slave-therm=m # # WPAN 802.15.4 Support @@ -2352,7 +2456,172 @@ CONFIG_PACKAGE_kmod-mt76x2=y # # Perl # -# CONFIG_PACKAGE_perl is not set +CONFIG_PACKAGE_perl=m + +# +# Configuration +# +CONFIG_PERL_THREADS=y +# CONFIG_PERL_TESTS is not set +CONFIG_PERL_NOCOMMENT=y +# CONFIG_PACKAGE_perl-authen-sasl is not set +# CONFIG_PACKAGE_perl-authen-sasl-xs is not set +CONFIG_PACKAGE_perl-autoloader=m +# CONFIG_PACKAGE_perl-cgi is not set +CONFIG_PACKAGE_perl-chipcard-pcsc=m +# CONFIG_PACKAGE_perl-compress-bzip2 is not set +CONFIG_PACKAGE_perl-crypt-openssl-guess=m +CONFIG_PACKAGE_perl-crypt-openssl-random=m +CONFIG_PACKAGE_perl-crypt-openssl-rsa=m +CONFIG_PACKAGE_perl-crypt-rsa=m +CONFIG_PACKAGE_perl-dbi=m +CONFIG_PACKAGE_perl-device-serialport=m +# CONFIG_PACKAGE_perl-device-usb is not set +CONFIG_PACKAGE_perl-digest-sha256=m +# CONFIG_PACKAGE_perl-encode-locale is not set +# CONFIG_PACKAGE_perl-file-listing is not set +# CONFIG_PACKAGE_perl-file-sharedir-install is not set +# CONFIG_PACKAGE_perl-html-form is not set +# CONFIG_PACKAGE_perl-html-parser is not set +# CONFIG_PACKAGE_perl-html-tagset is not set +# CONFIG_PACKAGE_perl-html-tree is not set +# CONFIG_PACKAGE_perl-http-cookies is not set +# CONFIG_PACKAGE_perl-http-daemon is not set +# CONFIG_PACKAGE_perl-http-date is not set +# CONFIG_PACKAGE_perl-http-message is not set +# CONFIG_PACKAGE_perl-http-negotiate is not set +# CONFIG_PACKAGE_perl-http-server-simple is not set +# CONFIG_PACKAGE_perl-inline is not set +# CONFIG_PACKAGE_perl-inline-c is not set +# CONFIG_PACKAGE_perl-io-html is not set +# CONFIG_PACKAGE_perl-lockfile-simple is not set +# CONFIG_PACKAGE_perl-lwp-mediatypes is not set +# CONFIG_PACKAGE_perl-net-http is not set +CONFIG_PACKAGE_perl-net-mqtt-simple=m +# CONFIG_PACKAGE_perl-net-telnet is not set +# CONFIG_PACKAGE_perl-parse-recdescent is not set +# CONFIG_PACKAGE_perl-sub-uplevel is not set +CONFIG_PACKAGE_perl-sys-syslog=m +# CONFIG_PACKAGE_perl-test-harness is not set +# CONFIG_PACKAGE_perl-test-warn is not set +# CONFIG_PACKAGE_perl-text-csv_xs is not set +# CONFIG_PACKAGE_perl-uri is not set +# CONFIG_PACKAGE_perl-www is not set +# CONFIG_PACKAGE_perl-www-curl is not set +# CONFIG_PACKAGE_perl-www-mechanize is not set +# CONFIG_PACKAGE_perl-www-robotrules is not set +# CONFIG_PACKAGE_perl-xml-parser is not set +# CONFIG_PACKAGE_perlbase-anydbm-file is not set +# CONFIG_PACKAGE_perlbase-app is not set +# CONFIG_PACKAGE_perlbase-archive is not set +# CONFIG_PACKAGE_perlbase-arybase is not set +# CONFIG_PACKAGE_perlbase-attribute is not set +# CONFIG_PACKAGE_perlbase-attributes is not set +# CONFIG_PACKAGE_perlbase-autodie is not set +# CONFIG_PACKAGE_perlbase-autoloader is not set +# CONFIG_PACKAGE_perlbase-autosplit is not set +# CONFIG_PACKAGE_perlbase-autouse is not set +# CONFIG_PACKAGE_perlbase-b is not set +CONFIG_PACKAGE_perlbase-base=m +CONFIG_PACKAGE_perlbase-benchmark=m +# CONFIG_PACKAGE_perlbase-bigint is not set +# CONFIG_PACKAGE_perlbase-bignum is not set +# CONFIG_PACKAGE_perlbase-blib is not set +CONFIG_PACKAGE_perlbase-bytes=m +# CONFIG_PACKAGE_perlbase-charnames is not set +CONFIG_PACKAGE_perlbase-class=m +# CONFIG_PACKAGE_perlbase-compress is not set +CONFIG_PACKAGE_perlbase-config=m +# CONFIG_PACKAGE_perlbase-cpan is not set +CONFIG_PACKAGE_perlbase-cwd=m +CONFIG_PACKAGE_perlbase-data=m +# CONFIG_PACKAGE_perlbase-db is not set +# CONFIG_PACKAGE_perlbase-db-file is not set +# CONFIG_PACKAGE_perlbase-dbm-filter is not set +# CONFIG_PACKAGE_perlbase-devel is not set +# CONFIG_PACKAGE_perlbase-diagnostics is not set +# CONFIG_PACKAGE_perlbase-digest is not set +# CONFIG_PACKAGE_perlbase-dirhandle is not set +# CONFIG_PACKAGE_perlbase-dumpvalue is not set +# CONFIG_PACKAGE_perlbase-dumpvar is not set +CONFIG_PACKAGE_perlbase-dynaloader=m +# CONFIG_PACKAGE_perlbase-encode is not set +# CONFIG_PACKAGE_perlbase-encoding is not set +# CONFIG_PACKAGE_perlbase-english is not set +# CONFIG_PACKAGE_perlbase-env is not set +CONFIG_PACKAGE_perlbase-errno=m +CONFIG_PACKAGE_perlbase-essential=m +# CONFIG_PACKAGE_perlbase-experimental is not set +# CONFIG_PACKAGE_perlbase-extutils is not set +# CONFIG_PACKAGE_perlbase-fatal is not set +CONFIG_PACKAGE_perlbase-fcntl=m +# CONFIG_PACKAGE_perlbase-feature is not set +# CONFIG_PACKAGE_perlbase-fields is not set +CONFIG_PACKAGE_perlbase-file=m +# CONFIG_PACKAGE_perlbase-filecache is not set +CONFIG_PACKAGE_perlbase-filehandle=m +# CONFIG_PACKAGE_perlbase-filetest is not set +# CONFIG_PACKAGE_perlbase-filter is not set +# CONFIG_PACKAGE_perlbase-findbin is not set +# CONFIG_PACKAGE_perlbase-gdbm-file is not set +# CONFIG_PACKAGE_perlbase-getopt is not set +# CONFIG_PACKAGE_perlbase-hash is not set +# CONFIG_PACKAGE_perlbase-http-tiny is not set +CONFIG_PACKAGE_perlbase-i18n=m +# CONFIG_PACKAGE_perlbase-if is not set +CONFIG_PACKAGE_perlbase-integer=m +CONFIG_PACKAGE_perlbase-io=m +CONFIG_PACKAGE_perlbase-ipc=m +# CONFIG_PACKAGE_perlbase-json-pp is not set +# CONFIG_PACKAGE_perlbase-less is not set +CONFIG_PACKAGE_perlbase-list=m +CONFIG_PACKAGE_perlbase-locale=m +# CONFIG_PACKAGE_perlbase-math is not set +# CONFIG_PACKAGE_perlbase-memoize is not set +# CONFIG_PACKAGE_perlbase-meta-notation is not set +# CONFIG_PACKAGE_perlbase-mime is not set +# CONFIG_PACKAGE_perlbase-module is not set +# CONFIG_PACKAGE_perlbase-mro is not set +# CONFIG_PACKAGE_perlbase-net is not set +# CONFIG_PACKAGE_perlbase-next is not set +# CONFIG_PACKAGE_perlbase-o is not set +# CONFIG_PACKAGE_perlbase-opcode is not set +# CONFIG_PACKAGE_perlbase-open is not set +# CONFIG_PACKAGE_perlbase-ops is not set +# CONFIG_PACKAGE_perlbase-ostype is not set +CONFIG_PACKAGE_perlbase-params=m +# CONFIG_PACKAGE_perlbase-perl5db is not set +# CONFIG_PACKAGE_perlbase-perlio is not set +# CONFIG_PACKAGE_perlbase-pod is not set +CONFIG_PACKAGE_perlbase-posix=m +CONFIG_PACKAGE_perlbase-re=m +# CONFIG_PACKAGE_perlbase-safe is not set +CONFIG_PACKAGE_perlbase-scalar=m +# CONFIG_PACKAGE_perlbase-sdbm-file is not set +# CONFIG_PACKAGE_perlbase-search is not set +CONFIG_PACKAGE_perlbase-selectsaver=m +CONFIG_PACKAGE_perlbase-selfloader=m +# CONFIG_PACKAGE_perlbase-sigtrap is not set +CONFIG_PACKAGE_perlbase-socket=m +# CONFIG_PACKAGE_perlbase-sort is not set +CONFIG_PACKAGE_perlbase-storable=m +CONFIG_PACKAGE_perlbase-symbol=m +# CONFIG_PACKAGE_perlbase-sys is not set +CONFIG_PACKAGE_perlbase-tap=m +# CONFIG_PACKAGE_perlbase-term is not set +CONFIG_PACKAGE_perlbase-test=m +CONFIG_PACKAGE_perlbase-text=m +# CONFIG_PACKAGE_perlbase-thread is not set +# CONFIG_PACKAGE_perlbase-threads is not set +CONFIG_PACKAGE_perlbase-tie=m +# CONFIG_PACKAGE_perlbase-time is not set +# CONFIG_PACKAGE_perlbase-unicode is not set +CONFIG_PACKAGE_perlbase-unicore=m +CONFIG_PACKAGE_perlbase-universal=m +# CONFIG_PACKAGE_perlbase-user is not set +CONFIG_PACKAGE_perlbase-utf8=m +# CONFIG_PACKAGE_perlbase-version is not set +CONFIG_PACKAGE_perlbase-xsloader=m # # Python @@ -2380,20 +2649,20 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_openpyxl is not set # CONFIG_PACKAGE_pillow is not set # CONFIG_PACKAGE_pyjwt is not set -# CONFIG_PACKAGE_python is not set +CONFIG_PACKAGE_python=m # CONFIG_PACKAGE_python-asn1crypto is not set # CONFIG_PACKAGE_python-attrs is not set # CONFIG_PACKAGE_python-attrs-src is not set # CONFIG_PACKAGE_python-automat is not set # CONFIG_PACKAGE_python-automat-src is not set -# CONFIG_PACKAGE_python-base is not set +CONFIG_PACKAGE_python-base=m # CONFIG_PACKAGE_python-base-src is not set # CONFIG_PACKAGE_python-certifi is not set # CONFIG_PACKAGE_python-cffi is not set # CONFIG_PACKAGE_python-cffi-src is not set -# CONFIG_PACKAGE_python-codecs is not set +CONFIG_PACKAGE_python-codecs=m # CONFIG_PACKAGE_python-codecs-src is not set -# CONFIG_PACKAGE_python-compiler is not set +CONFIG_PACKAGE_python-compiler=m # CONFIG_PACKAGE_python-compiler-src is not set # CONFIG_PACKAGE_python-constantly is not set # CONFIG_PACKAGE_python-constantly-src is not set @@ -2402,27 +2671,27 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_python-crypto-src is not set # CONFIG_PACKAGE_python-cryptography is not set # CONFIG_PACKAGE_python-cryptography-src is not set -# CONFIG_PACKAGE_python-ctypes is not set +CONFIG_PACKAGE_python-ctypes=m # CONFIG_PACKAGE_python-ctypes-src is not set # CONFIG_PACKAGE_python-curl is not set # CONFIG_PACKAGE_python-dateutil is not set -# CONFIG_PACKAGE_python-db is not set +CONFIG_PACKAGE_python-db=m # CONFIG_PACKAGE_python-db-src is not set -# CONFIG_PACKAGE_python-decimal is not set +CONFIG_PACKAGE_python-decimal=m # CONFIG_PACKAGE_python-decimal-src is not set # CONFIG_PACKAGE_python-dev is not set # CONFIG_PACKAGE_python-dev-src is not set -# CONFIG_PACKAGE_python-distutils is not set +CONFIG_PACKAGE_python-distutils=m # CONFIG_PACKAGE_python-distutils-src is not set # CONFIG_PACKAGE_python-dns is not set # CONFIG_PACKAGE_python-dpkt is not set # CONFIG_PACKAGE_python-egenix-mx-base is not set -# CONFIG_PACKAGE_python-email is not set +CONFIG_PACKAGE_python-email=m # CONFIG_PACKAGE_python-email-src is not set # CONFIG_PACKAGE_python-enum34 is not set # CONFIG_PACKAGE_python-enum34-src is not set # CONFIG_PACKAGE_python-evdev is not set -# CONFIG_PACKAGE_python-gdbm is not set +CONFIG_PACKAGE_python-gdbm=m # CONFIG_PACKAGE_python-gdbm-src is not set # CONFIG_PACKAGE_python-gmpy2 is not set # CONFIG_PACKAGE_python-gnupg is not set @@ -2437,23 +2706,23 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_python-ldap is not set # CONFIG_PACKAGE_python-lib2to3 is not set # CONFIG_PACKAGE_python-lib2to3-src is not set -# CONFIG_PACKAGE_python-light is not set +CONFIG_PACKAGE_python-light=m # # Configuration # # CONFIG_PYTHON_BLUETOOTH_SUPPORT is not set # CONFIG_PACKAGE_python-light-src is not set -# CONFIG_PACKAGE_python-logging is not set +CONFIG_PACKAGE_python-logging=m # CONFIG_PACKAGE_python-logging-src is not set # CONFIG_PACKAGE_python-lxml is not set -# CONFIG_PACKAGE_python-multiprocessing is not set +CONFIG_PACKAGE_python-multiprocessing=m # CONFIG_PACKAGE_python-multiprocessing-src is not set # CONFIG_PACKAGE_python-mysql is not set -# CONFIG_PACKAGE_python-ncurses is not set +CONFIG_PACKAGE_python-ncurses=m # CONFIG_PACKAGE_python-ncurses-src is not set # CONFIG_PACKAGE_python-oauthlib is not set -# CONFIG_PACKAGE_python-openssl is not set +CONFIG_PACKAGE_python-openssl=m # CONFIG_PACKAGE_python-openssl-src is not set # CONFIG_PACKAGE_python-parsley is not set # CONFIG_PACKAGE_python-parsley-src is not set @@ -2470,7 +2739,7 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_python-pyasn1-src is not set # CONFIG_PACKAGE_python-pycparser is not set # CONFIG_PACKAGE_python-pycparser-src is not set -# CONFIG_PACKAGE_python-pydoc is not set +CONFIG_PACKAGE_python-pydoc=m # CONFIG_PACKAGE_python-pydoc-src is not set # CONFIG_PACKAGE_python-pyodbc is not set # CONFIG_PACKAGE_python-pyopenssl is not set @@ -2489,65 +2758,65 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_python-six is not set # CONFIG_PACKAGE_python-six-src is not set # CONFIG_PACKAGE_python-smbus is not set -# CONFIG_PACKAGE_python-sqlite3 is not set +CONFIG_PACKAGE_python-sqlite3=m # CONFIG_PACKAGE_python-sqlite3-src is not set # CONFIG_PACKAGE_python-txsocksx is not set # CONFIG_PACKAGE_python-txsocksx-src is not set -# CONFIG_PACKAGE_python-unittest is not set +CONFIG_PACKAGE_python-unittest=m # CONFIG_PACKAGE_python-unittest-src is not set # CONFIG_PACKAGE_python-urllib3 is not set -# CONFIG_PACKAGE_python-xml is not set +CONFIG_PACKAGE_python-xml=m # CONFIG_PACKAGE_python-xml-src is not set # CONFIG_PACKAGE_python-yaml is not set # CONFIG_PACKAGE_python-zope-interface is not set # CONFIG_PACKAGE_python-zope-interface-src is not set -# CONFIG_PACKAGE_python3 is not set -# CONFIG_PACKAGE_python3-asn1crypto is not set -# CONFIG_PACKAGE_python3-asyncio is not set +CONFIG_PACKAGE_python3=m +CONFIG_PACKAGE_python3-asn1crypto=m +CONFIG_PACKAGE_python3-asyncio=m # CONFIG_PACKAGE_python3-asyncio-src is not set # CONFIG_PACKAGE_python3-attrs is not set # CONFIG_PACKAGE_python3-attrs-src is not set # CONFIG_PACKAGE_python3-automat is not set # CONFIG_PACKAGE_python3-automat-src is not set -# CONFIG_PACKAGE_python3-base is not set +CONFIG_PACKAGE_python3-base=m # CONFIG_PACKAGE_python3-base-src is not set # CONFIG_PACKAGE_python3-bottle is not set -# CONFIG_PACKAGE_python3-cffi is not set +CONFIG_PACKAGE_python3-cffi=m # CONFIG_PACKAGE_python3-cffi-src is not set -# CONFIG_PACKAGE_python3-cgi is not set +CONFIG_PACKAGE_python3-cgi=m # CONFIG_PACKAGE_python3-cgi-src is not set -# CONFIG_PACKAGE_python3-cgitb is not set +CONFIG_PACKAGE_python3-cgitb=m # CONFIG_PACKAGE_python3-cgitb-src is not set # CONFIG_PACKAGE_python3-click is not set -# CONFIG_PACKAGE_python3-codecs is not set +CONFIG_PACKAGE_python3-codecs=m # CONFIG_PACKAGE_python3-codecs-src is not set # CONFIG_PACKAGE_python3-constantly is not set # CONFIG_PACKAGE_python3-constantly-src is not set # CONFIG_PACKAGE_python3-crypto is not set # CONFIG_PACKAGE_python3-crypto-src is not set -# CONFIG_PACKAGE_python3-cryptography is not set +CONFIG_PACKAGE_python3-cryptography=m # CONFIG_PACKAGE_python3-cryptography-src is not set -# CONFIG_PACKAGE_python3-ctypes is not set +CONFIG_PACKAGE_python3-ctypes=m # CONFIG_PACKAGE_python3-ctypes-src is not set -# CONFIG_PACKAGE_python3-dbm is not set +CONFIG_PACKAGE_python3-dbm=m # CONFIG_PACKAGE_python3-dbm-src is not set -# CONFIG_PACKAGE_python3-decimal is not set +CONFIG_PACKAGE_python3-decimal=m # CONFIG_PACKAGE_python3-decimal-src is not set # CONFIG_PACKAGE_python3-dev is not set # CONFIG_PACKAGE_python3-dev-src is not set -# CONFIG_PACKAGE_python3-distutils is not set +CONFIG_PACKAGE_python3-distutils=m # CONFIG_PACKAGE_python3-distutils-src is not set -# CONFIG_PACKAGE_python3-email is not set +CONFIG_PACKAGE_python3-email=m # CONFIG_PACKAGE_python3-email-src is not set # CONFIG_PACKAGE_python3-evdev is not set # CONFIG_PACKAGE_python3-flask is not set -# CONFIG_PACKAGE_python3-gdbm is not set +CONFIG_PACKAGE_python3-gdbm=m # CONFIG_PACKAGE_python3-gdbm-src is not set # CONFIG_PACKAGE_python3-gmpy2 is not set # CONFIG_PACKAGE_python3-gnupg is not set # CONFIG_PACKAGE_python3-hyperlink is not set # CONFIG_PACKAGE_python3-hyperlink-src is not set -# CONFIG_PACKAGE_python3-idna is not set +CONFIG_PACKAGE_python3-idna=m # CONFIG_PACKAGE_python3-idna-src is not set # CONFIG_PACKAGE_python3-incremental is not set # CONFIG_PACKAGE_python3-incremental-src is not set @@ -2555,39 +2824,39 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_python3-jinja2 is not set # CONFIG_PACKAGE_python3-lib2to3 is not set # CONFIG_PACKAGE_python3-lib2to3-src is not set -# CONFIG_PACKAGE_python3-light is not set +CONFIG_PACKAGE_python3-light=m # # Configuration # # CONFIG_PYTHON3_BLUETOOTH_SUPPORT is not set # CONFIG_PACKAGE_python3-light-src is not set -# CONFIG_PACKAGE_python3-logging is not set +CONFIG_PACKAGE_python3-logging=m # CONFIG_PACKAGE_python3-logging-src is not set # CONFIG_PACKAGE_python3-lxml is not set -# CONFIG_PACKAGE_python3-lzma is not set +CONFIG_PACKAGE_python3-lzma=m # CONFIG_PACKAGE_python3-lzma-src is not set # CONFIG_PACKAGE_python3-markupsafe is not set -# CONFIG_PACKAGE_python3-multiprocessing is not set +CONFIG_PACKAGE_python3-multiprocessing=m # CONFIG_PACKAGE_python3-multiprocessing-src is not set # CONFIG_PACKAGE_python3-mysql is not set -# CONFIG_PACKAGE_python3-ncurses is not set +CONFIG_PACKAGE_python3-ncurses=m # CONFIG_PACKAGE_python3-ncurses-src is not set -# CONFIG_PACKAGE_python3-openssl is not set +CONFIG_PACKAGE_python3-openssl=m # CONFIG_PACKAGE_python3-openssl-src is not set # CONFIG_PACKAGE_python3-parsley is not set # CONFIG_PACKAGE_python3-parsley-src is not set # CONFIG_PACKAGE_python3-pip is not set # CONFIG_PACKAGE_python3-pip-src is not set -# CONFIG_PACKAGE_python3-ply is not set +CONFIG_PACKAGE_python3-ply=m # CONFIG_PACKAGE_python3-ply-src is not set # CONFIG_PACKAGE_python3-pyasn1 is not set # CONFIG_PACKAGE_python3-pyasn1-modules is not set # CONFIG_PACKAGE_python3-pyasn1-modules-src is not set # CONFIG_PACKAGE_python3-pyasn1-src is not set -# CONFIG_PACKAGE_python3-pycparser is not set +CONFIG_PACKAGE_python3-pycparser=m # CONFIG_PACKAGE_python3-pycparser-src is not set -# CONFIG_PACKAGE_python3-pydoc is not set +CONFIG_PACKAGE_python3-pydoc=m # CONFIG_PACKAGE_python3-pydoc-src is not set # CONFIG_PACKAGE_python3-pyodbc is not set # CONFIG_PACKAGE_python3-pyopenssl is not set @@ -2598,15 +2867,15 @@ CONFIG_PACKAGE_kmod-mt76x2=y # CONFIG_PACKAGE_python3-service-identity-src is not set # CONFIG_PACKAGE_python3-setuptools is not set # CONFIG_PACKAGE_python3-setuptools-src is not set -# CONFIG_PACKAGE_python3-six is not set +CONFIG_PACKAGE_python3-six=m # CONFIG_PACKAGE_python3-six-src is not set # CONFIG_PACKAGE_python3-smbus is not set -# CONFIG_PACKAGE_python3-sqlite3 is not set +CONFIG_PACKAGE_python3-sqlite3=m # CONFIG_PACKAGE_python3-sqlite3-src is not set -# CONFIG_PACKAGE_python3-unittest is not set +CONFIG_PACKAGE_python3-unittest=m # CONFIG_PACKAGE_python3-unittest-src is not set # CONFIG_PACKAGE_python3-werkzeug is not set -# CONFIG_PACKAGE_python3-xml is not set +CONFIG_PACKAGE_python3-xml=m # CONFIG_PACKAGE_python3-xml-src is not set # CONFIG_PACKAGE_python3-yaml is not set # CONFIG_PACKAGE_python3-zope-interface is not set @@ -2634,19 +2903,33 @@ CONFIG_PACKAGE_kmod-mt76x2=y # # Compression # -# CONFIG_PACKAGE_libbz2 is not set -# CONFIG_PACKAGE_liblzma is not set +CONFIG_PACKAGE_libbz2=m +CONFIG_PACKAGE_liblzma=m # CONFIG_PACKAGE_libunrar is not set # # Filesystem # -# CONFIG_PACKAGE_libacl is not set -# CONFIG_PACKAGE_libattr is not set -# CONFIG_PACKAGE_libfuse is not set -# CONFIG_PACKAGE_libow is not set +CONFIG_PACKAGE_libacl=m +CONFIG_PACKAGE_libattr=m +CONFIG_PACKAGE_libfuse=m +CONFIG_PACKAGE_libow=m + +# +# Customize libow +# + +# +# Bus master and adapter support +# +# CONFIG_LIBOW_MASTER_USB is not set +# CONFIG_LIBOW_MASTER_I2C is not set +CONFIG_LIBOW_MASTER_W1=y +# CONFIG_LIBOW_ZEROCONF is not set +# CONFIG_LIBOW_DEBUG is not set +# CONFIG_LIBOW_OWTRAFFIC is not set # CONFIG_PACKAGE_libow-capi is not set -# CONFIG_PACKAGE_libsysfs is not set +CONFIG_PACKAGE_libsysfs=m # # Firewall @@ -2798,9 +3081,37 @@ CONFIG_PACKAGE_libxtables=y # # SSL # -# CONFIG_PACKAGE_libgnutls is not set +CONFIG_PACKAGE_libgnutls=m + +# +# Configuration +# +CONFIG_GNUTLS_DTLS_SRTP=y +CONFIG_GNUTLS_ALPN=y +CONFIG_GNUTLS_OCSP=y +# CONFIG_GNUTLS_CRYPTODEV is not set +CONFIG_GNUTLS_HEARTBEAT=y +# CONFIG_GNUTLS_OPENPGP is not set +# CONFIG_GNUTLS_SRP is not set +CONFIG_GNUTLS_PSK=y +CONFIG_GNUTLS_ANON=y +# CONFIG_GNUTLS_TPM is not set +CONFIG_GNUTLS_PKCS11=y +CONFIG_GNUTLS_EXT_LIBTASN1=y # CONFIG_PACKAGE_libmbedtls is not set -# CONFIG_PACKAGE_libopenssl is not set +CONFIG_PACKAGE_libopenssl=y +CONFIG_OPENSSL_WITH_EC=y +# CONFIG_OPENSSL_WITH_EC2M is not set +# CONFIG_OPENSSL_WITH_SSL3 is not set +CONFIG_OPENSSL_WITH_DEPRECATED=y +# CONFIG_OPENSSL_WITH_DTLS is not set +# CONFIG_OPENSSL_WITH_COMPRESSION is not set +CONFIG_OPENSSL_WITH_NPN=y +CONFIG_OPENSSL_WITH_PSK=y +CONFIG_OPENSSL_WITH_SRP=y +# CONFIG_OPENSSL_HARDWARE_SUPPORT is not set +# CONFIG_OPENSSL_OPTIMIZE_SPEED is not set +# CONFIG_OPENSSL_ENGINE_CRYPTO is not set # CONFIG_PACKAGE_libwolfssl is not set # @@ -2837,7 +3148,13 @@ CONFIG_PACKAGE_libxtables=y # database # # CONFIG_PACKAGE_libpq is not set -# CONFIG_PACKAGE_libsqlite3 is not set +CONFIG_PACKAGE_libsqlite3=m + +# +# Configuration +# +CONFIG_SQLITE_FTS3=y +CONFIG_SQLITE_RTREE=y # CONFIG_PACKAGE_pgsqlodbc is not set # CONFIG_PACKAGE_psqlodbca is not set # CONFIG_PACKAGE_psqlodbcw is not set @@ -2869,8 +3186,8 @@ CONFIG_PACKAGE_libxtables=y # CONFIG_PACKAGE_bind-libs is not set # CONFIG_PACKAGE_bluez-libs is not set # CONFIG_PACKAGE_boost is not set -# CONFIG_PACKAGE_ccid is not set -# CONFIG_PACKAGE_check is not set +CONFIG_PACKAGE_ccid=m +CONFIG_PACKAGE_check=m # CONFIG_PACKAGE_classpath is not set # CONFIG_PACKAGE_classpath-tools is not set # CONFIG_PACKAGE_confuse is not set @@ -2883,7 +3200,7 @@ CONFIG_PACKAGE_libxtables=y # CONFIG_PACKAGE_giflib is not set # CONFIG_PACKAGE_glib2 is not set # CONFIG_PACKAGE_glog is not set -# CONFIG_PACKAGE_hidapi is not set +CONFIG_PACKAGE_hidapi=m # CONFIG_PACKAGE_ibrcommon is not set # CONFIG_PACKAGE_ibrdtn is not set # CONFIG_PACKAGE_icu is not set @@ -2899,24 +3216,67 @@ CONFIG_PACKAGE_libxtables=y # CONFIG_PACKAGE_libarchive-noopenssl is not set # CONFIG_PACKAGE_libartnet is not set # CONFIG_PACKAGE_libaudiofile is not set -# CONFIG_PACKAGE_libavahi-client is not set +CONFIG_PACKAGE_libavahi-client=m # CONFIG_PACKAGE_libavahi-compat-libdnssd is not set -# CONFIG_PACKAGE_libavahi-dbus-support is not set +CONFIG_PACKAGE_libavahi-dbus-support=m # CONFIG_PACKAGE_libavahi-nodbus-support is not set # CONFIG_PACKAGE_libavl is not set # CONFIG_PACKAGE_libbfd is not set # CONFIG_PACKAGE_libblkid is not set CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libcanfestival is not set -# CONFIG_PACKAGE_libcap is not set -# CONFIG_PACKAGE_libcares is not set +CONFIG_PACKAGE_libcap=m +# CONFIG_PACKAGE_libcap-bin is not set +CONFIG_PACKAGE_libcares=m # CONFIG_PACKAGE_libcharset is not set # CONFIG_PACKAGE_libcoap is not set # CONFIG_PACKAGE_libconfig is not set -# CONFIG_PACKAGE_libcurl is not set -# CONFIG_PACKAGE_libdaemon is not set +CONFIG_PACKAGE_libcurl=m + +# +# SSL support +# +# CONFIG_LIBCURL_MBEDTLS is not set +# CONFIG_LIBCURL_WOLFSSL is not set +CONFIG_LIBCURL_OPENSSL=y +# CONFIG_LIBCURL_GNUTLS is not set +# CONFIG_LIBCURL_NOSSL is not set + +# +# Supported protocols +# +# CONFIG_LIBCURL_DICT is not set +CONFIG_LIBCURL_FILE=y +# CONFIG_LIBCURL_FTP is not set +# CONFIG_LIBCURL_GOPHER is not set +CONFIG_LIBCURL_HTTP=y +CONFIG_LIBCURL_COOKIES=y +# CONFIG_LIBCURL_IMAP is not set +# CONFIG_LIBCURL_LDAP is not set +# CONFIG_LIBCURL_POP3 is not set +# CONFIG_LIBCURL_RTSP is not set +# CONFIG_LIBCURL_SSH2 is not set +CONFIG_LIBCURL_NO_SMB="!" +# CONFIG_LIBCURL_SMTP is not set +# CONFIG_LIBCURL_TELNET is not set +# CONFIG_LIBCURL_TFTP is not set +# CONFIG_LIBCURL_NGHTTP2 is not set + +# +# Miscellaneous +# +CONFIG_LIBCURL_PROXY=y +# CONFIG_LIBCURL_CRYPTO_AUTH is not set +# CONFIG_LIBCURL_TLS_SRP is not set +# CONFIG_LIBCURL_LIBIDN2 is not set +# CONFIG_LIBCURL_THREADED_RESOLVER is not set +# CONFIG_LIBCURL_ZLIB is not set +# CONFIG_LIBCURL_UNIX_SOCKETS is not set +# CONFIG_LIBCURL_LIBCURL_OPTION is not set +# CONFIG_LIBCURL_VERBOSE is not set +CONFIG_PACKAGE_libdaemon=m # CONFIG_PACKAGE_libdaq is not set -# CONFIG_PACKAGE_libdb47 is not set +CONFIG_PACKAGE_libdb47=m # CONFIG_PACKAGE_libdbi is not set # CONFIG_PACKAGE_libdevmapper is not set # CONFIG_PACKAGE_libdmapsharing is not set @@ -2927,7 +3287,7 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libelf1 is not set # CONFIG_PACKAGE_libcomerr is not set # CONFIG_PACKAGE_libdb47xx is not set -# CONFIG_PACKAGE_libdbus is not set +CONFIG_PACKAGE_libdbus=m # CONFIG_PACKAGE_libecdsautil is not set # CONFIG_PACKAGE_libesmtp is not set # CONFIG_PACKAGE_libestr is not set @@ -2940,7 +3300,7 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libevent2-pthreads is not set # CONFIG_PACKAGE_libevhtp is not set # CONFIG_PACKAGE_libexif is not set -# CONFIG_PACKAGE_libexpat 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 @@ -2949,7 +3309,7 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libfastjson is not set # CONFIG_PACKAGE_libfdisk is not set # CONFIG_PACKAGE_libfdt is not set -# CONFIG_PACKAGE_libffi 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 @@ -2958,13 +3318,13 @@ CONFIG_PACKAGE_libblobmsg-json=y # CONFIG_PACKAGE_libfmt is not set # CONFIG_PACKAGE_libfreetype is not set # CONFIG_PACKAGE_libftdi is not set -# CONFIG_PACKAGE_libftdi1 is not set +CONFIG_PACKAGE_libftdi1=m # CONFIG_PACKAGE_libgcrypt is not set # CONFIG_PACKAGE_libgd is not set -# CONFIG_PACKAGE_libgdbm is not set +CONFIG_PACKAGE_libgdbm=m # CONFIG_PACKAGE_libgee is not set # CONFIG_PACKAGE_libglpk is not set -# CONFIG_PACKAGE_libgmp is not set +CONFIG_PACKAGE_libgmp=m # CONFIG_PACKAGE_libgnurl is not set # CONFIG_PACKAGE_libgpg-error is not set # CONFIG_PACKAGE_libgphoto2 is not set @@ -2997,7 +3357,7 @@ CONFIG_PACKAGE_libjson-c=y # CONFIG_PACKAGE_liblucihttp is not set # CONFIG_PACKAGE_liblucihttp-lua is not set # CONFIG_PACKAGE_liblz4 is not set -# CONFIG_PACKAGE_liblzo is not set +CONFIG_PACKAGE_liblzo=m # CONFIG_PACKAGE_libmad is not set # CONFIG_PACKAGE_libmagic is not set # CONFIG_PACKAGE_libmariadb is not set @@ -3007,30 +3367,36 @@ CONFIG_PACKAGE_libjson-c=y # CONFIG_PACKAGE_libmilter-sendmail is not set # CONFIG_PACKAGE_libminiupnpc is not set # CONFIG_PACKAGE_libmms is not set -# CONFIG_PACKAGE_libmnl is not set +CONFIG_PACKAGE_libmnl=m # CONFIG_PACKAGE_libmodbus is not set -# CONFIG_PACKAGE_libmosquitto-nossl is not set +CONFIG_PACKAGE_libmosquitto-nossl=m # CONFIG_PACKAGE_libmosquitto-ssl is not set +# CONFIG_PACKAGE_libmosquittopp is not set # CONFIG_PACKAGE_libmount is not set # CONFIG_PACKAGE_libmpdclient is not set # CONFIG_PACKAGE_libmpeg2 is not set # CONFIG_PACKAGE_libmpg123 is not set # CONFIG_PACKAGE_libmraa is not set # CONFIG_PACKAGE_libnatpmp is not set -# CONFIG_PACKAGE_libncurses 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 is not set -# CONFIG_PACKAGE_libnetfilter-cthelper is not set -# CONFIG_PACKAGE_libnetfilter-cttimeout 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 is not set +CONFIG_PACKAGE_libnetfilter-queue=m # CONFIG_PACKAGE_libnetsnmp is not set -# CONFIG_PACKAGE_libnettle is not set -# CONFIG_PACKAGE_libnfnetlink is not set +CONFIG_PACKAGE_libnettle=m + +# +# Configuration +# +# CONFIG_LIBNETTLE_MINI is not set +CONFIG_PACKAGE_libnfnetlink=m # CONFIG_PACKAGE_libnftnl is not set # CONFIG_PACKAGE_libnghttp2 is not set # CONFIG_PACKAGE_libnl is not set @@ -3046,23 +3412,59 @@ CONFIG_PACKAGE_libnl-tiny=y # CONFIG_PACKAGE_libopendkim is not set # CONFIG_PACKAGE_libopenldap is not set # CONFIG_PACKAGE_libopenobex is not set -# CONFIG_PACKAGE_libopensc is not set +CONFIG_PACKAGE_libopensc=m +CONFIG_PACKAGE_libopensc-pkcs11=m +# CONFIG_PACKAGE_libopensc-profile-asepcos is not set +# CONFIG_PACKAGE_libopensc-profile-authentic is not set +# CONFIG_PACKAGE_libopensc-profile-cardos is not set +# CONFIG_PACKAGE_libopensc-profile-cyberflex is not set +# CONFIG_PACKAGE_libopensc-profile-entersafe is not set +# CONFIG_PACKAGE_libopensc-profile-epass2003 is not set +# CONFIG_PACKAGE_libopensc-profile-flex is not set +# CONFIG_PACKAGE_libopensc-profile-gpk is not set +# CONFIG_PACKAGE_libopensc-profile-ias-adele-admin1 is not set +# CONFIG_PACKAGE_libopensc-profile-ias-adele-admin2 is not set +# CONFIG_PACKAGE_libopensc-profile-ias-adele-common is not set +# CONFIG_PACKAGE_libopensc-profile-iasecc is not set +# CONFIG_PACKAGE_libopensc-profile-iasecc-admin-eid is not set +# CONFIG_PACKAGE_libopensc-profile-iasecc-generic-oberthur is not set +# CONFIG_PACKAGE_libopensc-profile-iasecc-generic-pki is not set +# CONFIG_PACKAGE_libopensc-profile-incrypto34 is not set +# CONFIG_PACKAGE_libopensc-profile-jcop is not set +# CONFIG_PACKAGE_libopensc-profile-miocos is not set +CONFIG_PACKAGE_libopensc-profile-muscle=m +# CONFIG_PACKAGE_libopensc-profile-myeid is not set +# CONFIG_PACKAGE_libopensc-profile-oberthur is not set +CONFIG_PACKAGE_libopensc-profile-openpgp=m +CONFIG_PACKAGE_libopensc-profile-pkcs15=m +# CONFIG_PACKAGE_libopensc-profile-rutoken is not set +# CONFIG_PACKAGE_libopensc-profile-rutoken-ecp is not set +CONFIG_PACKAGE_libopensc-profile-sc-hsm=m +# CONFIG_PACKAGE_libopensc-profile-setcos is not set +# CONFIG_PACKAGE_libopensc-profile-starcos is not set +# CONFIG_PACKAGE_libopensc-profile-westcos is not set # CONFIG_PACKAGE_libopenzwave is not set # CONFIG_PACKAGE_liboping is not set # CONFIG_PACKAGE_libopus is not set # CONFIG_PACKAGE_libout123 is not set # CONFIG_PACKAGE_libowfat is not set -# CONFIG_PACKAGE_libp11 is not set +CONFIG_PACKAGE_libp11=m # CONFIG_PACKAGE_libpagekite is not set # CONFIG_PACKAGE_libpam is not set -# CONFIG_PACKAGE_libpcap is not set +CONFIG_PACKAGE_libpcap=m + +# +# Configuration +# +# CONFIG_PCAP_HAS_USB is not set +# CONFIG_PCAP_HAS_NETFILTER is not set # CONFIG_PACKAGE_libpcre is not set # CONFIG_PACKAGE_libpcre16 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_libpcrecpp is not set -# CONFIG_PACKAGE_libpcsclite is not set +CONFIG_PACKAGE_libpcsclite=m # CONFIG_PACKAGE_libpkcs11-spy is not set # CONFIG_PACKAGE_libplist is not set # CONFIG_PACKAGE_libplistcxx is not set @@ -3073,7 +3475,7 @@ CONFIG_PACKAGE_libpopt=m # CONFIG_PACKAGE_libpsl is not set # CONFIG_PACKAGE_libqrencode is not set # CONFIG_PACKAGE_libradcli is not set -# CONFIG_PACKAGE_libreadline is not set +CONFIG_PACKAGE_libreadline=m # CONFIG_PACKAGE_libredblack is not set # CONFIG_PACKAGE_libroxml is not set # CONFIG_PACKAGE_librpc is not set @@ -3106,7 +3508,7 @@ CONFIG_PACKAGE_libpopt=m # CONFIG_PACKAGE_libstoken is not set # CONFIG_PACKAGE_libstrophe is not set # CONFIG_PACKAGE_libtalloc is not set -# CONFIG_PACKAGE_libtasn1 is not set +CONFIG_PACKAGE_libtasn1=m # CONFIG_PACKAGE_libtheora is not set # CONFIG_PACKAGE_libtiff is not set # CONFIG_PACKAGE_libtiffxx is not set @@ -3130,13 +3532,13 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_libupnp is not set # CONFIG_PACKAGE_libupnpp is not set # CONFIG_PACKAGE_liburcu is not set -# CONFIG_PACKAGE_libusb-1.0 is not set -# CONFIG_PACKAGE_libusb-compat is not set +CONFIG_PACKAGE_libusb-1.0=m +CONFIG_PACKAGE_libusb-compat=m # CONFIG_PACKAGE_libusbmuxd is not set # CONFIG_PACKAGE_libustream-mbedtls is not set -# CONFIG_PACKAGE_libustream-openssl is not set +CONFIG_PACKAGE_libustream-openssl=m # CONFIG_PACKAGE_libustream-wolfssl is not set -# CONFIG_PACKAGE_libuuid is not set +CONFIG_PACKAGE_libuuid=m # CONFIG_PACKAGE_libuv is not set # CONFIG_PACKAGE_libuvc is not set # CONFIG_PACKAGE_libv4l is not set @@ -3146,11 +3548,12 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_libwebcam 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_libwebsockets-openssl=m # CONFIG_PACKAGE_libwrap is not set +# CONFIG_PACKAGE_libx264 is not set # CONFIG_PACKAGE_libxerces-c is not set # CONFIG_PACKAGE_libxerces-c-samples is not set -# CONFIG_PACKAGE_libxml2 is not set +CONFIG_PACKAGE_libxml2=m # CONFIG_PACKAGE_libxslt is not set # CONFIG_PACKAGE_libyaml-cpp is not set # CONFIG_PACKAGE_libyang is not set @@ -3165,7 +3568,7 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_mxml is not set # CONFIG_PACKAGE_nacl is not set # CONFIG_PACKAGE_opencv is not set -# CONFIG_PACKAGE_p11-kit is not set +CONFIG_PACKAGE_p11-kit=m # CONFIG_PACKAGE_pixman is not set # CONFIG_PACKAGE_poco is not set # CONFIG_PACKAGE_protobuf is not set @@ -3174,7 +3577,7 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_rpcd-mod-rrdns is not set # CONFIG_PACKAGE_rxtx is not set # CONFIG_PACKAGE_sbc is not set -# CONFIG_PACKAGE_terminfo is not set +CONFIG_PACKAGE_terminfo=m # CONFIG_PACKAGE_tinycdb is not set # CONFIG_PACKAGE_uclibcxx is not set # CONFIG_PACKAGE_uw-imap is not set @@ -3182,7 +3585,12 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_xmlrpc-c-client is not set # CONFIG_PACKAGE_xmlrpc-c-server is not set # CONFIG_PACKAGE_yajl is not set -# CONFIG_PACKAGE_zlib is not set +CONFIG_PACKAGE_zlib=y + +# +# Configuration +# +CONFIG_ZLIB_OPTIMIZE_SPEED=y # # LuCI @@ -3246,6 +3654,7 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_luci-app-ahcp is not set # CONFIG_PACKAGE_luci-app-aria2 is not set # CONFIG_PACKAGE_luci-app-asterisk is not set +# CONFIG_PACKAGE_luci-app-attendedsysupgrade 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 @@ -3372,8 +3781,13 @@ CONFIG_PACKAGE_libuclient=y # CONFIG_PACKAGE_mailman is not set # CONFIG_PACKAGE_mailsend is not set # CONFIG_PACKAGE_mailsend-nossl is not set -# CONFIG_PACKAGE_msmtp is not set -# CONFIG_PACKAGE_msmtp-nossl is not set +CONFIG_PACKAGE_msmtp=m +CONFIG_PACKAGE_msmtp-mta=m +CONFIG_PACKAGE_msmtp-nossl=m +CONFIG_PACKAGE_msmtp-queue=m +CONFIG_PACKAGE_msmtpq-ng=m +CONFIG_PACKAGE_msmtpq-ng-mta=m +CONFIG_PACKAGE_msmtpq-ng-mta-smtpd=m # CONFIG_PACKAGE_mutt is not set # CONFIG_PACKAGE_nail is not set # CONFIG_PACKAGE_opendkim is not set @@ -3473,10 +3887,13 @@ CONFIG_POSTFIX_PCRE=y # 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_curl=m # CONFIG_PACKAGE_gnurl is not set # CONFIG_PACKAGE_lftp is not set -# CONFIG_PACKAGE_rsync is not set +CONFIG_PACKAGE_rsync=m +# CONFIG_RSYNC_xattr is not set +# CONFIG_RSYNC_acl is not set +# CONFIG_RSYNC_zlib is not set # CONFIG_PACKAGE_rsyncd is not set # CONFIG_PACKAGE_vsftpd is not set # CONFIG_PACKAGE_vsftpd-tls is not set @@ -3491,14 +3908,14 @@ CONFIG_POSTFIX_PCRE=y # 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_owserver=m # CONFIG_PACKAGE_sshfs is not set # # Firewall # # CONFIG_PACKAGE_arptables is not set -# CONFIG_PACKAGE_conntrack is not set +CONFIG_PACKAGE_conntrack=m # CONFIG_PACKAGE_conntrackd is not set # CONFIG_PACKAGE_ebtables is not set # CONFIG_PACKAGE_fwknop is not set @@ -3529,7 +3946,7 @@ CONFIG_PACKAGE_iptables=y # CONFIG_PACKAGE_iptables-mod-ipopt is not set # 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-ipsec=m # CONFIG_PACKAGE_iptables-mod-ipv4options is not set # CONFIG_PACKAGE_iptables-mod-led is not set # CONFIG_PACKAGE_iptables-mod-length2 is not set @@ -3584,7 +4001,7 @@ CONFIG_PACKAGE_iptables=y # 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-dbus-daemon=m # CONFIG_PACKAGE_avahi-dnsconfd is not set # CONFIG_PACKAGE_avahi-nodbus-daemon is not set # CONFIG_PACKAGE_avahi-utils is not set @@ -3747,32 +4164,43 @@ CONFIG_PACKAGE_iptables=y # CONFIG_PACKAGE_igmpproxy is not set # CONFIG_PACKAGE_ip-bridge is not set # CONFIG_PACKAGE_ip-full is not set -# CONFIG_PACKAGE_ip-tiny is not set +CONFIG_PACKAGE_ip-tiny=m # CONFIG_PACKAGE_lldpd is not set # CONFIG_PACKAGE_mcproxy is not set # CONFIG_PACKAGE_mwan3 is not set # CONFIG_PACKAGE_nstat is not set # CONFIG_PACKAGE_olsrd is not set # CONFIG_PACKAGE_prince is not set -# CONFIG_PACKAGE_quagga is not set +CONFIG_PACKAGE_quagga=m +CONFIG_PACKAGE_quagga-bgpd=m +# CONFIG_PACKAGE_quagga-isisd is not set +# CONFIG_PACKAGE_quagga-libospf is not set +CONFIG_PACKAGE_quagga-libzebra=m +# CONFIG_PACKAGE_quagga-ospf6d is not set +# CONFIG_PACKAGE_quagga-ospfd is not set +# CONFIG_PACKAGE_quagga-ripd is not set +# CONFIG_PACKAGE_quagga-ripngd is not set +CONFIG_PACKAGE_quagga-vtysh=m +CONFIG_PACKAGE_quagga-watchquagga=m +CONFIG_PACKAGE_quagga-zebra=m # 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 is not set -# CONFIG_PACKAGE_tcpproxy is not set +CONFIG_PACKAGE_tcpproxy=m # CONFIG_PACKAGE_vis is not set # # 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-client=m +CONFIG_PACKAGE_openssh-client-utils=m +CONFIG_PACKAGE_openssh-keygen=y +CONFIG_PACKAGE_openssh-moduli=y +CONFIG_PACKAGE_openssh-server=y # 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 @@ -3872,109 +4300,130 @@ CONFIG_PACKAGE_iptables=y # # CONFIG_PACKAGE_chaosvpn is not set # CONFIG_PACKAGE_fastd is not set -# CONFIG_PACKAGE_ipsec-tools is not set +CONFIG_PACKAGE_globalprotect=m +CONFIG_PACKAGE_ipsec-tools=m # CONFIG_PACKAGE_ocserv is not set # CONFIG_PACKAGE_openconnect is not set # CONFIG_PACKAGE_opennhrp is not set # CONFIG_PACKAGE_openvpn-easy-rsa is not set # CONFIG_PACKAGE_openvpn-mbedtls is not set # CONFIG_PACKAGE_openvpn-nossl is not set -# CONFIG_PACKAGE_openvpn-openssl is not set +CONFIG_PACKAGE_openvpn-openssl=m +CONFIG_OPENVPN_openssl_ENABLE_LZO=y +CONFIG_OPENVPN_openssl_ENABLE_LZ4=y +# CONFIG_OPENVPN_openssl_ENABLE_X509_ALT_USERNAME is not set +CONFIG_OPENVPN_openssl_ENABLE_SERVER=y +# CONFIG_OPENVPN_openssl_ENABLE_MANAGEMENT is not set +CONFIG_OPENVPN_openssl_ENABLE_HTTP=y +CONFIG_OPENVPN_openssl_ENABLE_SOCKS=y +CONFIG_OPENVPN_openssl_ENABLE_FRAGMENT=y +CONFIG_OPENVPN_openssl_ENABLE_MULTIHOME=y +CONFIG_OPENVPN_openssl_ENABLE_PORT_SHARE=y +CONFIG_OPENVPN_openssl_ENABLE_DEF_AUTH=y +CONFIG_OPENVPN_openssl_ENABLE_PF=y +# CONFIG_OPENVPN_openssl_ENABLE_IPROUTE2 is not set +CONFIG_OPENVPN_openssl_ENABLE_SMALL=y # CONFIG_PACKAGE_pptpd is not set # CONFIG_PACKAGE_softethervpn is not set # CONFIG_PACKAGE_sstp-client is not set -# CONFIG_PACKAGE_strongswan is not set -# CONFIG_PACKAGE_strongswan-charon is not set -# CONFIG_PACKAGE_strongswan-charon-cmd is not set -# CONFIG_PACKAGE_strongswan-default is not set -# CONFIG_PACKAGE_strongswan-ipsec is not set -# CONFIG_PACKAGE_strongswan-isakmp is not set -# CONFIG_PACKAGE_strongswan-libtls is not set +CONFIG_PACKAGE_strongswan=m + +# +# Configuration +# +CONFIG_STRONGSWAN_ROUTING_TABLE="220" +CONFIG_STRONGSWAN_ROUTING_TABLE_PRIO="220" +CONFIG_PACKAGE_strongswan-charon=m +CONFIG_PACKAGE_strongswan-charon-cmd=m +CONFIG_PACKAGE_strongswan-default=m +CONFIG_PACKAGE_strongswan-ipsec=m +CONFIG_PACKAGE_strongswan-isakmp=m +CONFIG_PACKAGE_strongswan-libtls=m # CONFIG_PACKAGE_strongswan-minimal is not set # CONFIG_PACKAGE_strongswan-mod-addrblock is not set -# CONFIG_PACKAGE_strongswan-mod-aes is not set -# CONFIG_PACKAGE_strongswan-mod-af-alg is not set +CONFIG_PACKAGE_strongswan-mod-aes=m +CONFIG_PACKAGE_strongswan-mod-af-alg=m # CONFIG_PACKAGE_strongswan-mod-agent is not set -# CONFIG_PACKAGE_strongswan-mod-attr is not set +CONFIG_PACKAGE_strongswan-mod-attr=m # CONFIG_PACKAGE_strongswan-mod-attr-sql is not set -# CONFIG_PACKAGE_strongswan-mod-blowfish is not set -# CONFIG_PACKAGE_strongswan-mod-ccm is not set -# CONFIG_PACKAGE_strongswan-mod-cmac is not set -# CONFIG_PACKAGE_strongswan-mod-connmark is not set -# CONFIG_PACKAGE_strongswan-mod-constraints is not set +CONFIG_PACKAGE_strongswan-mod-blowfish=m +CONFIG_PACKAGE_strongswan-mod-ccm=m +CONFIG_PACKAGE_strongswan-mod-cmac=m +CONFIG_PACKAGE_strongswan-mod-connmark=m +CONFIG_PACKAGE_strongswan-mod-constraints=m # CONFIG_PACKAGE_strongswan-mod-coupling is not set # CONFIG_PACKAGE_strongswan-mod-ctr is not set # CONFIG_PACKAGE_strongswan-mod-curl is not set # CONFIG_PACKAGE_strongswan-mod-curve25519 is not set -# CONFIG_PACKAGE_strongswan-mod-des is not set +CONFIG_PACKAGE_strongswan-mod-des=m # CONFIG_PACKAGE_strongswan-mod-dhcp is not set -# CONFIG_PACKAGE_strongswan-mod-dnskey is not set +CONFIG_PACKAGE_strongswan-mod-dnskey=m # CONFIG_PACKAGE_strongswan-mod-duplicheck is not set -# CONFIG_PACKAGE_strongswan-mod-eap-identity is not set -# CONFIG_PACKAGE_strongswan-mod-eap-md5 is not set -# CONFIG_PACKAGE_strongswan-mod-eap-mschapv2 is not set +CONFIG_PACKAGE_strongswan-mod-eap-identity=m +CONFIG_PACKAGE_strongswan-mod-eap-md5=m +CONFIG_PACKAGE_strongswan-mod-eap-mschapv2=m # CONFIG_PACKAGE_strongswan-mod-eap-radius is not set -# CONFIG_PACKAGE_strongswan-mod-eap-tls is not set +CONFIG_PACKAGE_strongswan-mod-eap-tls=m # CONFIG_PACKAGE_strongswan-mod-farp is not set -# CONFIG_PACKAGE_strongswan-mod-fips-prf is not set +CONFIG_PACKAGE_strongswan-mod-fips-prf=m # CONFIG_PACKAGE_strongswan-mod-forecast is not set # CONFIG_PACKAGE_strongswan-mod-gcm is not set # CONFIG_PACKAGE_strongswan-mod-gcrypt is not set -# CONFIG_PACKAGE_strongswan-mod-gmp is not set -# CONFIG_PACKAGE_strongswan-mod-gmpdh is not set +CONFIG_PACKAGE_strongswan-mod-gmp=m +CONFIG_PACKAGE_strongswan-mod-gmpdh=m # CONFIG_PACKAGE_strongswan-mod-ha is not set -# CONFIG_PACKAGE_strongswan-mod-hmac is not set -# CONFIG_PACKAGE_strongswan-mod-kernel-libipsec is not set -# CONFIG_PACKAGE_strongswan-mod-kernel-netlink is not set +CONFIG_PACKAGE_strongswan-mod-hmac=m +CONFIG_PACKAGE_strongswan-mod-kernel-libipsec=m +CONFIG_PACKAGE_strongswan-mod-kernel-netlink=m # CONFIG_PACKAGE_strongswan-mod-ldap is not set # CONFIG_PACKAGE_strongswan-mod-led is not set # CONFIG_PACKAGE_strongswan-mod-load-tester is not set -# CONFIG_PACKAGE_strongswan-mod-md4 is not set -# CONFIG_PACKAGE_strongswan-mod-md5 is not set +CONFIG_PACKAGE_strongswan-mod-md4=m +CONFIG_PACKAGE_strongswan-mod-md5=m # CONFIG_PACKAGE_strongswan-mod-mysql is not set -# CONFIG_PACKAGE_strongswan-mod-nonce is not set -# CONFIG_PACKAGE_strongswan-mod-openssl is not set -# CONFIG_PACKAGE_strongswan-mod-pem is not set -# CONFIG_PACKAGE_strongswan-mod-pgp is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs1 is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs11 is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs12 is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs7 is not set -# CONFIG_PACKAGE_strongswan-mod-pkcs8 is not set -# CONFIG_PACKAGE_strongswan-mod-pubkey is not set -# CONFIG_PACKAGE_strongswan-mod-random is not set -# CONFIG_PACKAGE_strongswan-mod-rc2 is not set -# CONFIG_PACKAGE_strongswan-mod-resolve is not set -# CONFIG_PACKAGE_strongswan-mod-revocation is not set -# CONFIG_PACKAGE_strongswan-mod-sha1 is not set -# CONFIG_PACKAGE_strongswan-mod-sha2 is not set -# CONFIG_PACKAGE_strongswan-mod-smp is not set -# CONFIG_PACKAGE_strongswan-mod-socket-default is not set -# CONFIG_PACKAGE_strongswan-mod-socket-dynamic is not set +CONFIG_PACKAGE_strongswan-mod-nonce=m +CONFIG_PACKAGE_strongswan-mod-openssl=m +CONFIG_PACKAGE_strongswan-mod-pem=m +CONFIG_PACKAGE_strongswan-mod-pgp=m +CONFIG_PACKAGE_strongswan-mod-pkcs1=m +CONFIG_PACKAGE_strongswan-mod-pkcs11=m +CONFIG_PACKAGE_strongswan-mod-pkcs12=m +CONFIG_PACKAGE_strongswan-mod-pkcs7=m +CONFIG_PACKAGE_strongswan-mod-pkcs8=m +CONFIG_PACKAGE_strongswan-mod-pubkey=m +CONFIG_PACKAGE_strongswan-mod-random=m +CONFIG_PACKAGE_strongswan-mod-rc2=m +CONFIG_PACKAGE_strongswan-mod-resolve=m +CONFIG_PACKAGE_strongswan-mod-revocation=m +CONFIG_PACKAGE_strongswan-mod-sha1=m +CONFIG_PACKAGE_strongswan-mod-sha2=m +CONFIG_PACKAGE_strongswan-mod-smp=m +CONFIG_PACKAGE_strongswan-mod-socket-default=m +CONFIG_PACKAGE_strongswan-mod-socket-dynamic=m # CONFIG_PACKAGE_strongswan-mod-sql is not set # CONFIG_PACKAGE_strongswan-mod-sqlite is not set -# CONFIG_PACKAGE_strongswan-mod-sshkey is not set -# CONFIG_PACKAGE_strongswan-mod-stroke is not set +CONFIG_PACKAGE_strongswan-mod-sshkey=m +CONFIG_PACKAGE_strongswan-mod-stroke=m # CONFIG_PACKAGE_strongswan-mod-test-vectors is not set -# CONFIG_PACKAGE_strongswan-mod-uci is not set +CONFIG_PACKAGE_strongswan-mod-uci=m # CONFIG_PACKAGE_strongswan-mod-unity is not set -# CONFIG_PACKAGE_strongswan-mod-updown is not set -# CONFIG_PACKAGE_strongswan-mod-vici is not set +CONFIG_PACKAGE_strongswan-mod-updown=m +CONFIG_PACKAGE_strongswan-mod-vici=m # CONFIG_PACKAGE_strongswan-mod-whitelist is not set -# CONFIG_PACKAGE_strongswan-mod-x509 is not set +CONFIG_PACKAGE_strongswan-mod-x509=m # CONFIG_PACKAGE_strongswan-mod-xauth-eap is not set -# CONFIG_PACKAGE_strongswan-mod-xauth-generic is not set -# CONFIG_PACKAGE_strongswan-mod-xcbc is not set -# CONFIG_PACKAGE_strongswan-pki is not set +CONFIG_PACKAGE_strongswan-mod-xauth-generic=m +CONFIG_PACKAGE_strongswan-mod-xcbc=m +CONFIG_PACKAGE_strongswan-pki=m # CONFIG_PACKAGE_strongswan-scepclient is not set -# CONFIG_PACKAGE_strongswan-swanctl is not set +CONFIG_PACKAGE_strongswan-swanctl=m # 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_vpnc-scripts=m # CONFIG_PACKAGE_wireguard is not set # CONFIG_PACKAGE_wireguard-tools is not set # CONFIG_PACKAGE_xl2tpd is not set @@ -3984,8 +4433,10 @@ CONFIG_PACKAGE_iptables=y # Version Control Systems # # CONFIG_PACKAGE_fossil is not set -# CONFIG_PACKAGE_git is not set +CONFIG_PACKAGE_git=m +# CONFIG_PACKAGE_git-gitweb is not set # CONFIG_PACKAGE_git-http is not set +# CONFIG_PACKAGE_gitolite is not set # CONFIG_PACKAGE_subversion-client is not set # CONFIG_PACKAGE_subversion-libs is not set # CONFIG_PACKAGE_subversion-server is not set @@ -3993,7 +4444,7 @@ CONFIG_PACKAGE_iptables=y # # WWAN # -# CONFIG_PACKAGE_adb-enablemodem is not set +CONFIG_PACKAGE_adb-enablemodem=m # CONFIG_PACKAGE_comgt is not set # CONFIG_PACKAGE_comgt-directip is not set # CONFIG_PACKAGE_comgt-ncm is not set @@ -4031,7 +4482,9 @@ CONFIG_PACKAGE_iptables=y # CONFIG_PACKAGE_spawn-fcgi is not set # CONFIG_PACKAGE_squid is not set # CONFIG_PACKAGE_tinyproxy is not set -# CONFIG_PACKAGE_uhttpd is not set +CONFIG_PACKAGE_uhttpd=m +# CONFIG_PACKAGE_uhttpd-mod-lua is not set +# CONFIG_PACKAGE_uhttpd-mod-ubus is not set # CONFIG_PACKAGE_uwsgi-cgi is not set # CONFIG_PACKAGE_uwsgi-cgi-luci-support is not set @@ -4144,7 +4597,7 @@ CONFIG_PACKAGE_hostapd-common=y # 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-arping=m # CONFIG_PACKAGE_iputils-clockdiff is not set # CONFIG_PACKAGE_iputils-ping is not set # CONFIG_PACKAGE_iputils-ping6 is not set @@ -4175,9 +4628,9 @@ CONFIG_PACKAGE_iw=y # CONFIG_PACKAGE_mikrotik-btest is not set # CONFIG_PACKAGE_mini_snmpd is not set # CONFIG_PACKAGE_minimalist-pcproxy is not set -# CONFIG_PACKAGE_mosquitto-client-nossl is not set +CONFIG_PACKAGE_mosquitto-client-nossl=m # CONFIG_PACKAGE_mosquitto-client-ssl is not set -# CONFIG_PACKAGE_mosquitto-nossl is not set +CONFIG_PACKAGE_mosquitto-nossl=m # CONFIG_PACKAGE_mosquitto-ssl is not set # CONFIG_PACKAGE_mrd6 is not set # CONFIG_PACKAGE_mtr is not set @@ -4245,7 +4698,7 @@ CONFIG_PACKAGE_ppp-mod-pppoe=y # CONFIG_PACKAGE_seafile-ccnet is not set # CONFIG_PACKAGE_seafile-seahub is not set # CONFIG_PACKAGE_seafile-server is not set -# CONFIG_PACKAGE_ser2net is not set +CONFIG_PACKAGE_ser2net=m # CONFIG_PACKAGE_simple-adblock is not set # CONFIG_PACKAGE_smartsnmpd is not set # CONFIG_PACKAGE_snmp-mibs is not set @@ -4258,7 +4711,7 @@ CONFIG_PACKAGE_ppp-mod-pppoe=y # CONFIG_PACKAGE_soloscli is not set # CONFIG_PACKAGE_stunnel is not set # CONFIG_PACKAGE_tayga is not set -# CONFIG_PACKAGE_tcpdump is not set +CONFIG_PACKAGE_tcpdump=m # CONFIG_PACKAGE_tcpdump-mini is not set # CONFIG_PACKAGE_tor is not set # CONFIG_PACKAGE_tor-gencert is not set @@ -4303,7 +4756,7 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_wpad-wolfssl is not set # CONFIG_PACKAGE_wpan-tools is not set # CONFIG_PACKAGE_wwan is not set -# CONFIG_PACKAGE_xinetd is not set +CONFIG_PACKAGE_xinetd=m # # Sound @@ -4313,6 +4766,7 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_alsa-utils-tests is not set # CONFIG_PACKAGE_espeak is not set # CONFIG_PACKAGE_faad2 is not set +# CONFIG_PACKAGE_fdk-aac is not set # CONFIG_PACKAGE_forked-daapd is not set # CONFIG_PACKAGE_ices is not set # CONFIG_PACKAGE_lame is not set @@ -4395,7 +4849,7 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_joe is not set # CONFIG_PACKAGE_nano is not set # CONFIG_PACKAGE_vim is not set -# CONFIG_PACKAGE_vim-full is not set +CONFIG_PACKAGE_vim-full=m # CONFIG_PACKAGE_vim-fuller is not set # CONFIG_PACKAGE_vim-help is not set # CONFIG_PACKAGE_vim-runtime is not set @@ -4409,7 +4863,7 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_cryptsetup is not set # CONFIG_PACKAGE_cryptsetup-openssl is not set # CONFIG_PACKAGE_gnupg is not set -# CONFIG_PACKAGE_gnutls-utils is not set +CONFIG_PACKAGE_gnutls-utils=m # CONFIG_PACKAGE_gpgv is not set # CONFIG_PACKAGE_px5g-mbedtls is not set # CONFIG_PACKAGE_px5g-standalone is not set @@ -4466,7 +4920,7 @@ CONFIG_PACKAGE_wpad-mini=y # # CONFIG_PACKAGE_avrdude is not set # CONFIG_PACKAGE_dfu-programmer is not set -# CONFIG_PACKAGE_stm32flash is not set +CONFIG_PACKAGE_stm32flash=m # # RTKLIB Suite @@ -4480,7 +4934,7 @@ CONFIG_PACKAGE_wpad-mini=y # # Shells # -# CONFIG_PACKAGE_bash is not set +CONFIG_PACKAGE_bash=m # CONFIG_PACKAGE_klish is not set # CONFIG_PACKAGE_mksh is not set # CONFIG_PACKAGE_tcsh is not set @@ -4500,7 +4954,7 @@ CONFIG_PACKAGE_wpad-mini=y # # CONFIG_PACKAGE_agetty is not set # CONFIG_PACKAGE_dvtm is not set -# CONFIG_PACKAGE_minicom is not set +CONFIG_PACKAGE_minicom=m # CONFIG_PACKAGE_picocom is not set # CONFIG_PACKAGE_rtty-mbedtls is not set # CONFIG_PACKAGE_rtty-nossl is not set @@ -4548,7 +5002,7 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_sqlite3-cli is not set # CONFIG_PACKAGE_unixodbc-tools is not set # CONFIG_PACKAGE_acpid is not set -# CONFIG_PACKAGE_adb is not set +CONFIG_PACKAGE_adb=m # CONFIG_PACKAGE_ap51-flash is not set # CONFIG_PACKAGE_at is not set # CONFIG_PACKAGE_bandwidthd is not set @@ -4569,23 +5023,124 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_cmdpad is not set # CONFIG_PACKAGE_coap-client is not set # CONFIG_PACKAGE_collectd is not set -# CONFIG_PACKAGE_coreutils is not set +CONFIG_PACKAGE_coreutils=m +CONFIG_PACKAGE_coreutils-base64=m +# CONFIG_PACKAGE_coreutils-basename is not set +# CONFIG_PACKAGE_coreutils-cat is not set +# CONFIG_PACKAGE_coreutils-chcon is not set +# CONFIG_PACKAGE_coreutils-chgrp is not set +# CONFIG_PACKAGE_coreutils-chmod is not set +# CONFIG_PACKAGE_coreutils-chown is not set +# CONFIG_PACKAGE_coreutils-chroot is not set +# CONFIG_PACKAGE_coreutils-cksum is not set +# CONFIG_PACKAGE_coreutils-comm is not set +# CONFIG_PACKAGE_coreutils-cp is not set +# CONFIG_PACKAGE_coreutils-csplit is not set +# CONFIG_PACKAGE_coreutils-cut is not set +# CONFIG_PACKAGE_coreutils-date is not set +# CONFIG_PACKAGE_coreutils-dd is not set +# CONFIG_PACKAGE_coreutils-dir is not set +# CONFIG_PACKAGE_coreutils-dircolors is not set +# CONFIG_PACKAGE_coreutils-dirname is not set +# CONFIG_PACKAGE_coreutils-du is not set +# CONFIG_PACKAGE_coreutils-echo is not set +# CONFIG_PACKAGE_coreutils-env is not set +# CONFIG_PACKAGE_coreutils-expand is not set +# CONFIG_PACKAGE_coreutils-expr is not set +# CONFIG_PACKAGE_coreutils-factor is not set +# CONFIG_PACKAGE_coreutils-false is not set +# CONFIG_PACKAGE_coreutils-fmt is not set +# CONFIG_PACKAGE_coreutils-fold is not set +# CONFIG_PACKAGE_coreutils-groups is not set +# CONFIG_PACKAGE_coreutils-head is not set +# CONFIG_PACKAGE_coreutils-hostid is not set +# CONFIG_PACKAGE_coreutils-id is not set +# CONFIG_PACKAGE_coreutils-install is not set +# CONFIG_PACKAGE_coreutils-join is not set +# CONFIG_PACKAGE_coreutils-kill is not set +# CONFIG_PACKAGE_coreutils-link is not set +# CONFIG_PACKAGE_coreutils-ln is not set +# CONFIG_PACKAGE_coreutils-logname is not set +# CONFIG_PACKAGE_coreutils-ls is not set +# CONFIG_PACKAGE_coreutils-md5sum is not set +# CONFIG_PACKAGE_coreutils-mkdir is not set +# CONFIG_PACKAGE_coreutils-mkfifo is not set +# CONFIG_PACKAGE_coreutils-mknod is not set +# CONFIG_PACKAGE_coreutils-mktemp is not set +# CONFIG_PACKAGE_coreutils-mv is not set +# CONFIG_PACKAGE_coreutils-nice is not set +# CONFIG_PACKAGE_coreutils-nl is not set +# CONFIG_PACKAGE_coreutils-nohup is not set +# CONFIG_PACKAGE_coreutils-nproc is not set +# CONFIG_PACKAGE_coreutils-od is not set +# CONFIG_PACKAGE_coreutils-paste is not set +# CONFIG_PACKAGE_coreutils-pathchk is not set +# CONFIG_PACKAGE_coreutils-pinky is not set +# CONFIG_PACKAGE_coreutils-pr is not set +# CONFIG_PACKAGE_coreutils-printenv is not set +# CONFIG_PACKAGE_coreutils-printf is not set +# CONFIG_PACKAGE_coreutils-ptx is not set +# CONFIG_PACKAGE_coreutils-pwd is not set +# CONFIG_PACKAGE_coreutils-readlink is not set +# CONFIG_PACKAGE_coreutils-realpath is not set +# CONFIG_PACKAGE_coreutils-rm is not set +# CONFIG_PACKAGE_coreutils-rmdir is not set +# CONFIG_PACKAGE_coreutils-runcon is not set +# CONFIG_PACKAGE_coreutils-seq is not set +CONFIG_PACKAGE_coreutils-sha1sum=m +CONFIG_PACKAGE_coreutils-sha224sum=m +CONFIG_PACKAGE_coreutils-sha256sum=m +CONFIG_PACKAGE_coreutils-sha384sum=m +CONFIG_PACKAGE_coreutils-sha512sum=m +# CONFIG_PACKAGE_coreutils-shred is not set +# CONFIG_PACKAGE_coreutils-shuf is not set +# CONFIG_PACKAGE_coreutils-sleep is not set +# CONFIG_PACKAGE_coreutils-sort is not set +# CONFIG_PACKAGE_coreutils-split is not set +# CONFIG_PACKAGE_coreutils-stat is not set +# CONFIG_PACKAGE_coreutils-stdbuf is not set +# CONFIG_PACKAGE_coreutils-stty is not set +# CONFIG_PACKAGE_coreutils-sum is not set +# CONFIG_PACKAGE_coreutils-sync is not set +# CONFIG_PACKAGE_coreutils-tac is not set +# CONFIG_PACKAGE_coreutils-tail is not set +# CONFIG_PACKAGE_coreutils-tee is not set +# CONFIG_PACKAGE_coreutils-test is not set +# CONFIG_PACKAGE_coreutils-timeout is not set +# CONFIG_PACKAGE_coreutils-touch is not set +# CONFIG_PACKAGE_coreutils-tr is not set +# CONFIG_PACKAGE_coreutils-true is not set +# CONFIG_PACKAGE_coreutils-truncate is not set +# CONFIG_PACKAGE_coreutils-tsort is not set +# CONFIG_PACKAGE_coreutils-tty is not set +# CONFIG_PACKAGE_coreutils-uname is not set +# CONFIG_PACKAGE_coreutils-unexpand is not set +# CONFIG_PACKAGE_coreutils-uniq is not set +# CONFIG_PACKAGE_coreutils-unlink is not set +# CONFIG_PACKAGE_coreutils-uptime is not set +# CONFIG_PACKAGE_coreutils-users is not set +# CONFIG_PACKAGE_coreutils-vdir is not set +# CONFIG_PACKAGE_coreutils-wc is not set +# CONFIG_PACKAGE_coreutils-who is not set +# CONFIG_PACKAGE_coreutils-whoami is not set +# CONFIG_PACKAGE_coreutils-yes is not set # CONFIG_PACKAGE_crconf is not set # CONFIG_PACKAGE_crelay is not set # CONFIG_PACKAGE_ct-bugcheck is not set -# CONFIG_PACKAGE_dbus is not set +CONFIG_PACKAGE_dbus=m # 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_digitemp=m +CONFIG_PACKAGE_digitemp-usb=m # CONFIG_PACKAGE_dmesg is not set +# CONFIG_PACKAGE_domoticz is not set # CONFIG_PACKAGE_dropbearconvert is not set # CONFIG_PACKAGE_dtc 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_evtest=m # CONFIG_PACKAGE_extract is not set # CONFIG_PACKAGE_fdt-utils is not set # CONFIG_PACKAGE_file is not set @@ -4601,6 +5156,7 @@ CONFIG_PACKAGE_wpad-mini=y # CONFIG_PACKAGE_fritz-caldata is not set # CONFIG_PACKAGE_fritz-tffs is not set # CONFIG_PACKAGE_ftdi_eeprom is not set +CONFIG_PACKAGE_galaxy-tools=m # CONFIG_PACKAGE_gammu is not set # CONFIG_PACKAGE_gawk is not set # CONFIG_PACKAGE_getopt is not set @@ -4672,15 +5228,32 @@ CONFIG_PACKAGE_libjson-script=y # CONFIG_PACKAGE_openldap-utils 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_openocd=m +CONFIG_PACKAGE_opensc-utils=m +CONFIG_PACKAGE_opensc-utils-cardos-tool=m +# CONFIG_PACKAGE_opensc-utils-cryptoflex-tool is not set +# CONFIG_PACKAGE_opensc-utils-dnie-tool is not set +# CONFIG_PACKAGE_opensc-utils-eidenv is not set +# CONFIG_PACKAGE_opensc-utils-iasecc-tool is not set +# CONFIG_PACKAGE_opensc-utils-netkey-tool is not set +CONFIG_PACKAGE_opensc-utils-openpgp-tool=m +# CONFIG_PACKAGE_opensc-utils-opensc-explorer is not set +CONFIG_PACKAGE_opensc-utils-opensc-tool=m +# CONFIG_PACKAGE_opensc-utils-piv-tool is not set +CONFIG_PACKAGE_opensc-utils-pkcs11-tool=m +# CONFIG_PACKAGE_opensc-utils-pkcs15-crypt is not set +CONFIG_PACKAGE_opensc-utils-pkcs15-init=m +CONFIG_PACKAGE_opensc-utils-pkcs15-tool=m +CONFIG_PACKAGE_opensc-utils-sc-hsm-tool=m +# CONFIG_PACKAGE_opensc-utils-westcos-tool is not set +CONFIG_PACKAGE_openssl-util=m # CONFIG_PACKAGE_openzwave is not set # CONFIG_PACKAGE_openzwave-config is not set # CONFIG_PACKAGE_owipcalc is not set # CONFIG_PACKAGE_pciutils is not set # CONFIG_PACKAGE_pcsc-tools is not set -# CONFIG_PACKAGE_pcscd is not set +CONFIG_PACKAGE_pcscd=m +CONFIG_PACKAGE_pingid=m # CONFIG_PACKAGE_pps-tools is not set # CONFIG_PACKAGE_prlimit is not set # CONFIG_PACKAGE_procps-ng is not set @@ -4707,10 +5280,11 @@ CONFIG_PACKAGE_libjson-script=y # CONFIG_PACKAGE_sockread is not set # CONFIG_PACKAGE_spi-tools is not set # CONFIG_PACKAGE_spidev-test is not set -# CONFIG_PACKAGE_strace is not set +CONFIG_PACKAGE_strace=m # CONFIG_PACKAGE_strace_libunwind is not set # CONFIG_PACKAGE_stress is not set # CONFIG_PACKAGE_sumo is not set +CONFIG_PACKAGE_sympathy=m # CONFIG_PACKAGE_sysrepo is not set # CONFIG_PACKAGE_sysrepocfg is not set # CONFIG_PACKAGE_sysrepoctl is not set @@ -4728,13 +5302,14 @@ CONFIG_PACKAGE_libjson-script=y # CONFIG_PACKAGE_unshare is not set # CONFIG_PACKAGE_usb-modeswitch is not set # CONFIG_PACKAGE_usbmuxd is not set -# CONFIG_PACKAGE_usbreset is not set -# CONFIG_PACKAGE_usbutils is not set +CONFIG_PACKAGE_usbreset=m +CONFIG_PACKAGE_usbutils=m # 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_vlmcsd=m # CONFIG_PACKAGE_watchcat is not set # CONFIG_PACKAGE_whereis is not set # CONFIG_PACKAGE_wifitoggle is not set @@ -4742,6 +5317,7 @@ CONFIG_PACKAGE_libjson-script=y # CONFIG_PACKAGE_xxd is not set # CONFIG_PACKAGE_yanglint is not set # CONFIG_PACKAGE_yara is not set +CONFIG_PACKAGE_yubico-piv-tool=m # CONFIG_PACKAGE_yunbridge is not set #