diff --git a/.github/workflows/OpenWrt Official.yml b/.github/workflows/OpenWrt Official.yml index 3a33dd6b..c03de87a 100644 --- a/.github/workflows/OpenWrt Official.yml +++ b/.github/workflows/OpenWrt Official.yml @@ -67,23 +67,27 @@ jobs: DEBIAN_FRONTEND: noninteractive run: | docker rmi `docker images -q` - sudo rm -rf /etc/apt/sources.list.d/* /usr/share/dotnet /etc/mysql /etc/php /usr/local/lib/android /opt/ghc - sudo -E apt-get -y purge azure-cli ghc* zulu* hhvm llvm* firefox google* dotnet* powershell openjdk* adoptopenjdk* mysql* php* mongodb* dotnet* moby* snapd* || true - sudo -E apt-get -qq update - sudo -E apt-get -qq install $(curl -fsSL https://is.gd/depends_ubuntu_2204) - sudo -E apt-get -qq autoremove --purge - sudo -E apt-get -qq clean + sudo rm -rf /usr/share/dotnet /etc/apt/sources.list.d /usr/local/lib/android 2>/dev/null + sudo -E apt -y purge azure-cli ghc* zulu* texlive* firefox google* dotnet* powershell openjdk* mongodb* moby* || true + [[ -n "${AGENT_TOOLSDIRECTORY}" ]] && sudo rm -rf "${AGENT_TOOLSDIRECTORY}" + sudo -E apt update + sudo -E apt -y install $(curl -fsSL https://is.gd/depends_ubuntu_2204) + sudo -E apt -y install clang llvm lld + sudo -E apt -y autoremove --purge + sudo -E systemctl daemon-reload + sudo -E apt clean && sudo -E apt autoclean sudo timedatectl set-timezone "$TZ" - sudo mkdir -p /workdir - sudo chown $USER:$GROUPS /workdir + sudo mkdir -p /mnt/workdir + sudo chown $USER:$GROUPS /mnt/workdir + echo "status=success" >> ${GITHUB_OUTPUT} df -Th - name: Clone source code - working-directory: /workdir + working-directory: /mnt/workdir run: | df -hT $PWD git clone $REPO_URL -b $REPO_BRANCH openwrt - ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt + ln -sf /mnt/workdir/openwrt $GITHUB_WORKSPACE/openwrt cd openwrt useVersionInfo=$(git show -s --date=short --format="Author: %an
date: %cd
commit: %s
commit hash: %H") echo "useVersionInfo=$useVersionInfo" >> $GITHUB_ENV diff --git a/ARMv8/official-gcc11.config b/ARMv8/official-gcc11.config index f694969e..59d644b2 100644 --- a/ARMv8/official-gcc11.config +++ b/ARMv8/official-gcc11.config @@ -7,20 +7,21 @@ CONFIG_HAVE_DOT_CONFIG=y CONFIG_HOST_OS_LINUX=y # CONFIG_HOST_OS_MACOS is not set # CONFIG_TARGET_airoha is not set +# CONFIG_TARGET_d1 is not set # CONFIG_TARGET_sunxi is not set # CONFIG_TARGET_apm821xx is not set -# CONFIG_TARGET_ath25 is not set +CONFIG_TARGET_armsr=y # CONFIG_TARGET_ath79 is not set # CONFIG_TARGET_bcm27xx is not set # CONFIG_TARGET_bcm53xx is not set # CONFIG_TARGET_bcm47xx is not set # CONFIG_TARGET_bcm4908 is not set -# CONFIG_TARGET_bcm63xx is not set # CONFIG_TARGET_bmips is not set # CONFIG_TARGET_octeon is not set # CONFIG_TARGET_gemini is not set # CONFIG_TARGET_mpc85xx is not set # CONFIG_TARGET_mxs is not set +# CONFIG_TARGET_ixp4xx is not set # CONFIG_TARGET_lantiq is not set # CONFIG_TARGET_malta is not set # CONFIG_TARGET_pistachio is not set @@ -35,28 +36,33 @@ CONFIG_HOST_OS_LINUX=y # CONFIG_TARGET_imx is not set # CONFIG_TARGET_octeontx is not set # CONFIG_TARGET_oxnas is not set -CONFIG_TARGET_armvirt=y +# CONFIG_TARGET_qualcommax is not set # CONFIG_TARGET_ipq40xx is not set # CONFIG_TARGET_ipq806x is not set # CONFIG_TARGET_realtek is not set # CONFIG_TARGET_rockchip is not set +# CONFIG_TARGET_sifiveu is not set +# CONFIG_TARGET_starfive is not set # CONFIG_TARGET_archs38 is not set # CONFIG_TARGET_omap is not set # CONFIG_TARGET_uml is not set # CONFIG_TARGET_zynq is not set # CONFIG_TARGET_x86 is not set -# CONFIG_TARGET_armvirt_32 is not set -CONFIG_TARGET_armvirt_64=y -CONFIG_TARGET_armvirt_64_Default=y +# CONFIG_TARGET_armsr_armv7 is not set +CONFIG_TARGET_armsr_armv8=y +# CONFIG_TARGET_MULTI_PROFILE is not set +CONFIG_TARGET_armsr_armv8_DEVICE_generic=y CONFIG_HAS_SUBTARGETS=y -CONFIG_TARGET_BOARD="armvirt" -CONFIG_TARGET_SUBTARGET="64" -CONFIG_TARGET_PROFILE="Default" -CONFIG_TARGET_ARCH_PACKAGES="aarch64_cortex-a53" -CONFIG_DEFAULT_TARGET_OPTIMIZATION="-Os -pipe -mcpu=cortex-a53" -CONFIG_CPU_TYPE="cortex-a53" -CONFIG_LINUX_5_15=y +CONFIG_HAS_DEVICES=y +CONFIG_TARGET_BOARD="armsr" +CONFIG_TARGET_SUBTARGET="armv8" +CONFIG_TARGET_PROFILE="DEVICE_generic" +CONFIG_TARGET_ARCH_PACKAGES="aarch64_generic" +CONFIG_DEFAULT_TARGET_OPTIMIZATION="-Os -pipe -mcpu=generic" +CONFIG_CPU_TYPE="generic" +CONFIG_LINUX_6_1=y CONFIG_DEFAULT_base-files=y +CONFIG_DEFAULT_blkid=y CONFIG_DEFAULT_busybox=y CONFIG_DEFAULT_ca-bundle=y CONFIG_DEFAULT_dnsmasq=y @@ -64,10 +70,36 @@ CONFIG_DEFAULT_dropbear=y CONFIG_DEFAULT_e2fsprogs=y CONFIG_DEFAULT_firewall4=y CONFIG_DEFAULT_fstools=y +CONFIG_DEFAULT_kmod-amazon-ena=y +CONFIG_DEFAULT_kmod-atlantic=y +CONFIG_DEFAULT_kmod-bcmgenet=y +CONFIG_DEFAULT_kmod-dwmac-imx=y +CONFIG_DEFAULT_kmod-dwmac-rockchip=y +CONFIG_DEFAULT_kmod-dwmac-sun8i=y +CONFIG_DEFAULT_kmod-e1000e=y +CONFIG_DEFAULT_kmod-fs-vfat=y +CONFIG_DEFAULT_kmod-fsl-dpaa1-net=y +CONFIG_DEFAULT_kmod-fsl-dpaa2-net=y +CONFIG_DEFAULT_kmod-fsl-enetc-net=y +CONFIG_DEFAULT_kmod-fsl-fec=y +CONFIG_DEFAULT_kmod-gpio-pca953x=y +CONFIG_DEFAULT_kmod-i2c-mux-pca954x=y +CONFIG_DEFAULT_kmod-mvneta=y +CONFIG_DEFAULT_kmod-mvpp2=y CONFIG_DEFAULT_kmod-nft-offload=y +CONFIG_DEFAULT_kmod-octeontx2-net=y +CONFIG_DEFAULT_kmod-phy-aquantia=y +CONFIG_DEFAULT_kmod-phy-broadcom=y +CONFIG_DEFAULT_kmod-phy-marvell=y +CONFIG_DEFAULT_kmod-phy-marvell-10g=y +CONFIG_DEFAULT_kmod-rtc-rx8025=y +CONFIG_DEFAULT_kmod-sfp=y +CONFIG_DEFAULT_kmod-thunderx-net=y +CONFIG_DEFAULT_kmod-vmxnet3=y +CONFIG_DEFAULT_kmod-wdt-sp805=y CONFIG_DEFAULT_libc=y CONFIG_DEFAULT_libgcc=y -CONFIG_DEFAULT_libustream-wolfssl=y +CONFIG_DEFAULT_libustream-mbedtls=y CONFIG_DEFAULT_logd=y CONFIG_DEFAULT_mkf2fs=y CONFIG_DEFAULT_mtd=y @@ -76,6 +108,7 @@ CONFIG_DEFAULT_nftables=y CONFIG_DEFAULT_odhcp6c=y CONFIG_DEFAULT_odhcpd-ipv6only=y CONFIG_DEFAULT_opkg=y +CONFIG_DEFAULT_partx-utils=y CONFIG_DEFAULT_ppp=y CONFIG_DEFAULT_ppp-mod-pppoe=y CONFIG_DEFAULT_procd=y @@ -88,6 +121,7 @@ CONFIG_HAS_FPU=y CONFIG_AUDIO_SUPPORT=y CONFIG_GPIO_SUPPORT=y CONFIG_PCI_SUPPORT=y +CONFIG_PCIE_SUPPORT=y CONFIG_USB_SUPPORT=y CONFIG_RTC_SUPPORT=y CONFIG_USES_DEVICETREE=y @@ -98,6 +132,8 @@ CONFIG_USES_TARGZ=y CONFIG_USES_CPIOGZ=y CONFIG_ARCH_64BIT=y CONFIG_VIRTIO_SUPPORT=y +CONFIG_USES_ROOTFS_PART=y +CONFIG_USES_BOOT_PART=y CONFIG_aarch64=y CONFIG_ARCH="aarch64" @@ -120,11 +156,14 @@ CONFIG_TARGET_ROOTFS_TARGZ=y # CONFIG_TARGET_ROOTFS_SQUASHFS is not set CONFIG_TARGET_UBIFS_FREE_SPACE_FIXUP=y CONFIG_TARGET_UBIFS_JOURNAL_SIZE="" +CONFIG_TARGET_SERIAL="ttyS0" # CONFIG_TARGET_IMAGES_GZIP is not set # # Image Options # +CONFIG_TARGET_KERNEL_PARTSIZE=128 +CONFIG_TARGET_ROOTFS_PARTSIZE=104 CONFIG_TARGET_ROOTFS_PERSIST_VAR=y # end of Target Images @@ -134,6 +173,7 @@ CONFIG_TARGET_ROOTFS_PERSIST_VAR=y # Global build settings # # CONFIG_JSON_OVERVIEW_IMAGE_INFO is not set +# CONFIG_JSON_CYCLONEDX_SBOM is not set # CONFIG_ALL_NONSHARED is not set # CONFIG_ALL_KMODS is not set # CONFIG_ALL is not set @@ -176,6 +216,7 @@ CONFIG_KERNEL_KALLSYMS=y CONFIG_KERNEL_DEBUG_KERNEL=y CONFIG_KERNEL_DEBUG_INFO=y CONFIG_KERNEL_DEBUG_INFO_REDUCED=y +CONFIG_KERNEL_FRAME_WARN=2048 # CONFIG_KERNEL_DEBUG_VIRTUAL is not set # CONFIG_KERNEL_DYNAMIC_DEBUG is not set # CONFIG_KERNEL_KPROBES is not set @@ -197,11 +238,13 @@ CONFIG_KERNEL_COREDUMP=y CONFIG_KERNEL_ELF_CORE=y # CONFIG_KERNEL_PROVE_LOCKING is not set # CONFIG_KERNEL_SOFTLOCKUP_DETECTOR is not set +# CONFIG_KERNEL_HARDLOCKUP_DETECTOR is not set # CONFIG_KERNEL_DETECT_HUNG_TASK is not set # CONFIG_KERNEL_WQ_WATCHDOG is not set # CONFIG_KERNEL_DEBUG_ATOMIC_SLEEP is not set # CONFIG_KERNEL_DEBUG_VM is not set CONFIG_KERNEL_PRINTK_TIME=y +# CONFIG_KERNEL_SLUB_DEBUG is not set # CONFIG_KERNEL_SLABINFO is not set # CONFIG_KERNEL_PROC_PAGE_MONITOR is not set # CONFIG_KERNEL_KEXEC is not set @@ -266,11 +309,8 @@ CONFIG_KERNEL_IPV6_PIMSM_V2=y CONFIG_KERNEL_IPV6_SEG6_LWTUNNEL=y # CONFIG_KERNEL_LWTUNNEL_BPF is not set # CONFIG_KERNEL_NET_L3_MASTER_DEV is not set -# CONFIG_KERNEL_WIRELESS_EXT is not set -# CONFIG_KERNEL_WEXT_CORE is not set -# CONFIG_KERNEL_WEXT_PRIV is not set -# CONFIG_KERNEL_WEXT_PROC is not set -# CONFIG_KERNEL_WEXT_SPY is not set +# CONFIG_KERNEL_XDP_SOCKETS is not set +# CONFIG_KERNEL_PAGE_POOL is not set # CONFIG_KERNEL_IP_PNP is not set # @@ -309,12 +349,17 @@ CONFIG_KERNEL_EXT4_FS_SECURITY=y # CONFIG_KERNEL_F2FS_FS_SECURITY is not set # CONFIG_KERNEL_UBIFS_FS_SECURITY is not set # CONFIG_KERNEL_JFFS2_FS_SECURITY is not set +# CONFIG_KERNEL_WERROR is not set # end of Kernel build options # # Package build options # # CONFIG_DEBUG is not set +# CONFIG_USE_GC_SECTIONS is not set +# CONFIG_USE_LTO is not set +CONFIG_MOLD=y +# CONFIG_USE_MOLD is not set CONFIG_IPV6=y # @@ -323,7 +368,7 @@ CONFIG_IPV6=y # CONFIG_NO_STRIP is not set # CONFIG_USE_STRIP is not set CONFIG_USE_SSTRIP=y -CONFIG_SSTRIP_ARGS="-z" +CONFIG_SSTRIP_DISCARD_TRAILING_ZEROES=y # CONFIG_STRIP_KERNEL_EXPORTS is not set # CONFIG_USE_MKLIBS is not set @@ -337,6 +382,7 @@ CONFIG_PKG_ASLR_PIE_REGULAR=y # CONFIG_PKG_CC_STACKPROTECTOR_NONE is not set CONFIG_PKG_CC_STACKPROTECTOR_REGULAR=y # CONFIG_PKG_CC_STACKPROTECTOR_STRONG is not set +# CONFIG_PKG_CC_STACKPROTECTOR_ALL is not set # CONFIG_KERNEL_CC_STACKPROTECTOR_NONE is not set CONFIG_KERNEL_CC_STACKPROTECTOR_REGULAR=y # CONFIG_KERNEL_CC_STACKPROTECTOR_STRONG is not set @@ -386,16 +432,20 @@ CONFIG_TOOLCHAINOPTS=y # Binary tools # # CONFIG_BINUTILS_USE_VERSION_2_37 is not set -CONFIG_BINUTILS_USE_VERSION_2_38=y +# CONFIG_BINUTILS_USE_VERSION_2_38 is not set # CONFIG_BINUTILS_USE_VERSION_2_39 is not set +# CONFIG_BINUTILS_USE_VERSION_2_40 is not set +# CONFIG_BINUTILS_USE_VERSION_2_41 is not set +CONFIG_BINUTILS_USE_VERSION_2_42=y CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="" # CONFIG_DWARVES is not set # # Compiler # -CONFIG_GCC_USE_VERSION_11=y +# CONFIG_GCC_USE_VERSION_11 is not set # CONFIG_GCC_USE_VERSION_12 is not set +CONFIG_GCC_USE_VERSION_13=y # CONFIG_GCC_USE_GRAPHITE is not set CONFIG_EXTRA_GCC_CONFIG_OPTIONS="" # CONFIG_GCC_DEFAULT_PIE is not set @@ -418,15 +468,16 @@ CONFIG_GDB=y # CONFIG_HAS_PREBUILT_LLVM_TOOLCHAIN is not set CONFIG_USE_MUSL=y CONFIG_SSP_SUPPORT=y -CONFIG_BINUTILS_VERSION_2_38=y -CONFIG_BINUTILS_VERSION="2.38" -CONFIG_GCC_VERSION="11.3.0" +CONFIG_BINUTILS_VERSION_2_42=y +CONFIG_BINUTILS_VERSION="2.42" +CONFIG_GCC_VERSION="13.2.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_IMAGEOPT is not set +# CONFIG_TARGET_DEFAULT_LAN_IP_FROM_PREINIT is not set # CONFIG_PREINITOPT is not set CONFIG_TARGET_PREINIT_SUPPRESS_STDERR=y # CONFIG_TARGET_PREINIT_DISABLE_FAILSAFE is not set @@ -530,6 +581,9 @@ CONFIG_BUSYBOX_DEFAULT_FEATURE_BUFFERS_GO_ON_STACK=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_BUFFERS_GO_IN_BSS is not set CONFIG_BUSYBOX_DEFAULT_PASSWORD_MINLEN=6 CONFIG_BUSYBOX_DEFAULT_MD5_SMALL=1 +CONFIG_BUSYBOX_DEFAULT_SHA1_SMALL=3 +CONFIG_BUSYBOX_DEFAULT_SHA1_HWACCEL=y +CONFIG_BUSYBOX_DEFAULT_SHA256_HWACCEL=y CONFIG_BUSYBOX_DEFAULT_SHA3_SMALL=1 CONFIG_BUSYBOX_DEFAULT_FEATURE_NON_POSIX_CP=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_VERBOSE_CP_MESSAGE is not set @@ -560,6 +614,9 @@ CONFIG_BUSYBOX_DEFAULT_LAST_SUPPORTED_WCHAR=0 # CONFIG_BUSYBOX_DEFAULT_UNICODE_BIDI_SUPPORT is not set # CONFIG_BUSYBOX_DEFAULT_UNICODE_NEUTRAL_TABLE is not set # CONFIG_BUSYBOX_DEFAULT_UNICODE_PRESERVE_BROKEN is not set +# CONFIG_BUSYBOX_DEFAULT_LOOP_CONFIGURE is not set +# CONFIG_BUSYBOX_DEFAULT_NO_LOOP_CONFIGURE is not set +CONFIG_BUSYBOX_DEFAULT_TRY_LOOP_CONFIGURE=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_SEAMLESS_XZ is not set # CONFIG_BUSYBOX_DEFAULT_FEATURE_SEAMLESS_LZMA is not set # CONFIG_BUSYBOX_DEFAULT_FEATURE_SEAMLESS_BZ2 is not set @@ -747,6 +804,7 @@ CONFIG_BUSYBOX_DEFAULT_TR=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_TR_EQUIV is not set CONFIG_BUSYBOX_DEFAULT_TRUE=y # CONFIG_BUSYBOX_DEFAULT_TRUNCATE is not set +# CONFIG_BUSYBOX_DEFAULT_TSORT is not set # CONFIG_BUSYBOX_DEFAULT_TTY is not set CONFIG_BUSYBOX_DEFAULT_UNAME=y CONFIG_BUSYBOX_DEFAULT_UNAME_OSNAME="GNU/Linux" @@ -780,7 +838,7 @@ CONFIG_BUSYBOX_DEFAULT_DEFAULT_SETFONT_DIR="" # CONFIG_BUSYBOX_DEFAULT_LOADKMAP is not set # CONFIG_BUSYBOX_DEFAULT_OPENVT is not set CONFIG_BUSYBOX_DEFAULT_RESET=y -# CONFIG_BUSYBOX_DEFAULT_RESIZE is not set +CONFIG_BUSYBOX_DEFAULT_RESIZE=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT is not set # CONFIG_BUSYBOX_DEFAULT_SETCONSOLE is not set # CONFIG_BUSYBOX_DEFAULT_FEATURE_SETCONSOLE_LONG_OPTIONS is not set @@ -897,7 +955,7 @@ CONFIG_BUSYBOX_DEFAULT_FEATURE_SHADOWPASSWDS=y # CONFIG_BUSYBOX_DEFAULT_USE_BB_PWD_GRP is not set # CONFIG_BUSYBOX_DEFAULT_USE_BB_SHADOW is not set # CONFIG_BUSYBOX_DEFAULT_USE_BB_CRYPT is not set -# CONFIG_BUSYBOX_DEFAULT_USE_BB_CRYPT_SHA is not set +CONFIG_BUSYBOX_DEFAULT_USE_BB_CRYPT_SHA=y # CONFIG_BUSYBOX_DEFAULT_ADD_SHELL is not set # CONFIG_BUSYBOX_DEFAULT_REMOVE_SHELL is not set # CONFIG_BUSYBOX_DEFAULT_ADDGROUP is not set @@ -908,7 +966,7 @@ CONFIG_BUSYBOX_DEFAULT_LAST_ID=0 CONFIG_BUSYBOX_DEFAULT_FIRST_SYSTEM_ID=0 CONFIG_BUSYBOX_DEFAULT_LAST_SYSTEM_ID=0 # CONFIG_BUSYBOX_DEFAULT_CHPASSWD is not set -CONFIG_BUSYBOX_DEFAULT_FEATURE_DEFAULT_PASSWD_ALGO="md5" +CONFIG_BUSYBOX_DEFAULT_FEATURE_DEFAULT_PASSWD_ALGO="sha256" # CONFIG_BUSYBOX_DEFAULT_CRYPTPW is not set # CONFIG_BUSYBOX_DEFAULT_MKPASSWD is not set # CONFIG_BUSYBOX_DEFAULT_DELUSER is not set @@ -1060,9 +1118,9 @@ CONFIG_BUSYBOX_DEFAULT_FEATURE_SWAPON_PRI=y CONFIG_BUSYBOX_DEFAULT_SWAPOFF=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_SWAPONOFF_LABEL is not set CONFIG_BUSYBOX_DEFAULT_SWITCH_ROOT=y -# CONFIG_BUSYBOX_DEFAULT_TASKSET is not set -# CONFIG_BUSYBOX_DEFAULT_FEATURE_TASKSET_FANCY is not set -# CONFIG_BUSYBOX_DEFAULT_FEATURE_TASKSET_CPULIST is not set +CONFIG_BUSYBOX_DEFAULT_TASKSET=y +CONFIG_BUSYBOX_DEFAULT_FEATURE_TASKSET_FANCY=y +CONFIG_BUSYBOX_DEFAULT_FEATURE_TASKSET_CPULIST=y # CONFIG_BUSYBOX_DEFAULT_UEVENT is not set CONFIG_BUSYBOX_DEFAULT_UMOUNT=y CONFIG_BUSYBOX_DEFAULT_FEATURE_UMOUNT_ALL=y @@ -1181,10 +1239,12 @@ CONFIG_BUSYBOX_DEFAULT_LOCK=y # CONFIG_BUSYBOX_DEFAULT_RFKILL is not set # CONFIG_BUSYBOX_DEFAULT_RUNLEVEL is not set # CONFIG_BUSYBOX_DEFAULT_RX is not set +# CONFIG_BUSYBOX_DEFAULT_SEEDRNG is not set # CONFIG_BUSYBOX_DEFAULT_SETFATTR is not set # CONFIG_BUSYBOX_DEFAULT_SETSERIAL is not set CONFIG_BUSYBOX_DEFAULT_STRINGS=y CONFIG_BUSYBOX_DEFAULT_TIME=y +# CONFIG_BUSYBOX_DEFAULT_TREE is not set # CONFIG_BUSYBOX_DEFAULT_TS is not set # CONFIG_BUSYBOX_DEFAULT_TTYSIZE is not set # CONFIG_BUSYBOX_DEFAULT_UBIATTACH is not set @@ -1354,6 +1414,7 @@ CONFIG_BUSYBOX_DEFAULT_UDHCPC=y # CONFIG_BUSYBOX_DEFAULT_FEATURE_UDHCPC_ARPING is not set # CONFIG_BUSYBOX_DEFAULT_FEATURE_UDHCPC_SANITIZEOPT is not set CONFIG_BUSYBOX_DEFAULT_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script" +CONFIG_BUSYBOX_DEFAULT_UDHCPC6_DEFAULT_SCRIPT="" # CONFIG_BUSYBOX_DEFAULT_UDHCPC6 is not set # CONFIG_BUSYBOX_DEFAULT_FEATURE_UDHCPC6_RFC3646 is not set # CONFIG_BUSYBOX_DEFAULT_FEATURE_UDHCPC6_RFC4704 is not set @@ -1457,13 +1518,14 @@ CONFIG_BUSYBOX_DEFAULT_ASH_BASH_COMPAT=y # CONFIG_BUSYBOX_DEFAULT_ASH_BASH_NOT_FOUND_HOOK is not set CONFIG_BUSYBOX_DEFAULT_ASH_JOB_CONTROL=y CONFIG_BUSYBOX_DEFAULT_ASH_ALIAS=y -# CONFIG_BUSYBOX_DEFAULT_ASH_RANDOM_SUPPORT is not set +CONFIG_BUSYBOX_DEFAULT_ASH_RANDOM_SUPPORT=y CONFIG_BUSYBOX_DEFAULT_ASH_EXPAND_PRMT=y # CONFIG_BUSYBOX_DEFAULT_ASH_IDLE_TIMEOUT is not set # CONFIG_BUSYBOX_DEFAULT_ASH_MAIL is not set CONFIG_BUSYBOX_DEFAULT_ASH_ECHO=y CONFIG_BUSYBOX_DEFAULT_ASH_PRINTF=y CONFIG_BUSYBOX_DEFAULT_ASH_TEST=y +# CONFIG_BUSYBOX_DEFAULT_ASH_SLEEP is not set # CONFIG_BUSYBOX_DEFAULT_ASH_HELP is not set CONFIG_BUSYBOX_DEFAULT_ASH_GETOPTS=y CONFIG_BUSYBOX_DEFAULT_ASH_CMDCMD=y @@ -1530,6 +1592,8 @@ CONFIG_BUSYBOX_DEFAULT_FEATURE_SYSLOGD_READ_BUFFER_SIZE=0 CONFIG_BUSYBOX_DEFAULT_FEATURE_IPC_SYSLOG_BUFFER_SIZE=0 # CONFIG_BUSYBOX_DEFAULT_FEATURE_KMSG_SYSLOG is not set # CONFIG_BUSYBOX_CONFIG_DIFF 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=y CONFIG_PACKAGE_ca-certificates=y @@ -1599,11 +1663,14 @@ CONFIG_PACKAGE_ubusd=y # CONFIG_PACKAGE_ucert is not set CONFIG_PACKAGE_ucert-full=y CONFIG_PACKAGE_uci=y -# CONFIG_PACKAGE_uencrypt is not set +# CONFIG_PACKAGE_uencrypt-mbedtls is not set +# 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_wifi-scripts=y CONFIG_PACKAGE_wireless-tools=y # CONFIG_PACKAGE_zram-swap is not set # CONFIG_PACKAGE_zyxel-bootconfig is not set @@ -1653,6 +1720,7 @@ CONFIG_ZABBIX_POSTGRESQL=y # 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 @@ -1686,6 +1754,8 @@ CONFIG_PACKAGE_netdata=y # # Boot Loaders # +# CONFIG_PACKAGE_grub2-efi-arm is not set +CONFIG_PACKAGE_u-boot-qemu_armv8=y # end of Boot Loaders # @@ -1712,17 +1782,20 @@ CONFIG_PACKAGE_diffutils=y # 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_ledhwbmon is not set +# CONFIG_PACKAGE_ledumon 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_objdump is not set -# CONFIG_PACKAGE_packr is not set CONFIG_PACKAGE_patch=y # CONFIG_PACKAGE_perf is not set # CONFIG_PACKAGE_pkg-config is not set # CONFIG_PACKAGE_pkgconf is not set +# CONFIG_PACKAGE_tmon is not set # CONFIG_PACKAGE_trace-cmd is not set # CONFIG_PACKAGE_trace-cmd-extra is not set # CONFIG_PACKAGE_valgrind is not set @@ -1737,7 +1810,7 @@ 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_nginx-util=y # CONFIG_PACKAGE_tang is not set # end of Extra packages @@ -1751,6 +1824,7 @@ CONFIG_PACKAGE_libiwinfo-data=y # end of ath10k Board-Specific Overrides # CONFIG_PACKAGE_aircard-pcmcia-firmware is not set +# CONFIG_PACKAGE_airoha-en8811h-firmware is not set # CONFIG_PACKAGE_amdgpu-firmware is not set # CONFIG_PACKAGE_ar3k-firmware is not set # CONFIG_PACKAGE_ath10k-board-qca4019 is not set @@ -1784,6 +1858,12 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_ath10k-firmware-qca99x0-ct is not set # 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-ipq6018 is not set +# CONFIG_PACKAGE_ath11k-firmware-ipq8074 is not set +# CONFIG_PACKAGE_ath11k-firmware-qca6390 is not set +# CONFIG_PACKAGE_ath11k-firmware-qcn9074 is not set +# 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 @@ -1797,7 +1877,26 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_brcmfmac-firmware-usb is not set # CONFIG_PACKAGE_brcmfmac-nvram-43430-sdio is not set # CONFIG_PACKAGE_brcmfmac-nvram-43455-sdio is not set +# CONFIG_PACKAGE_brcmfmac-nvram-4356-sdio is not set # CONFIG_PACKAGE_brcmsmac-firmware is not set +# CONFIG_PACKAGE_broadcom-4306-sprom is not set +# CONFIG_PACKAGE_broadcom-43112-sprom is not set +# CONFIG_PACKAGE_broadcom-4313-sprom is not set +# CONFIG_PACKAGE_broadcom-43131-sprom is not set +# CONFIG_PACKAGE_broadcom-4318-sprom is not set +# CONFIG_PACKAGE_broadcom-4321-sprom is not set +# CONFIG_PACKAGE_broadcom-43217-sprom is not set +# CONFIG_PACKAGE_broadcom-4322-sprom is not set +# CONFIG_PACKAGE_broadcom-43222-sprom is not set +# CONFIG_PACKAGE_broadcom-43224-sprom is not set +# CONFIG_PACKAGE_broadcom-43225-sprom is not set +# CONFIG_PACKAGE_broadcom-43226-sprom is not set +# CONFIG_PACKAGE_broadcom-43227-sprom is not set +# CONFIG_PACKAGE_broadcom-43228-sprom is not set +# CONFIG_PACKAGE_broadcom-4331-sprom is not set +# 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_cypress-firmware-43012-sdio is not set # CONFIG_PACKAGE_cypress-firmware-43340-sdio is not set @@ -1825,8 +1924,11 @@ CONFIG_PACKAGE_libiwinfo-data=y # CONFIG_PACKAGE_ibt-firmware is not set # CONFIG_PACKAGE_iwl3945-firmware is not set # CONFIG_PACKAGE_iwl4965-firmware is not set +# CONFIG_PACKAGE_iwlwifi-firmware-ax101 is not set # CONFIG_PACKAGE_iwlwifi-firmware-ax200 is not set +# CONFIG_PACKAGE_iwlwifi-firmware-ax201 is not set # CONFIG_PACKAGE_iwlwifi-firmware-ax210 is not set +# CONFIG_PACKAGE_iwlwifi-firmware-be200 is not set # CONFIG_PACKAGE_iwlwifi-firmware-iwl100 is not set # CONFIG_PACKAGE_iwlwifi-firmware-iwl1000 is not set # CONFIG_PACKAGE_iwlwifi-firmware-iwl105 is not set @@ -1852,10 +1954,14 @@ CONFIG_PACKAGE_libiwinfo-data=y # 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_mlxsw_spectrum-firmware is not set CONFIG_PACKAGE_mt7601u-firmware=y # 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_mt7988-2p5g-phy-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 @@ -1871,6 +1977,7 @@ CONFIG_PACKAGE_rt2800-usb-firmware=y # CONFIG_PACKAGE_rt61-pci-firmware is not set CONFIG_PACKAGE_rt73-usb-firmware=y # CONFIG_PACKAGE_rtl8188eu-firmware is not set +# CONFIG_PACKAGE_rtl8188fu-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 @@ -1878,12 +1985,18 @@ CONFIG_PACKAGE_rt73-usb-firmware=y # CONFIG_PACKAGE_rtl8192se-firmware is not set # CONFIG_PACKAGE_rtl8723au-firmware is not set # CONFIG_PACKAGE_rtl8723bu-firmware is not set +# CONFIG_PACKAGE_rtl8723de-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_rtl8821ce-firmware is not set # CONFIG_PACKAGE_rtl8822be-firmware is not set # CONFIG_PACKAGE_rtl8822ce-firmware is not set +# CONFIG_PACKAGE_rtl8851be-firmware is not set +# CONFIG_PACKAGE_rtl8852ae-firmware is not set +# CONFIG_PACKAGE_rtl8852be-firmware is not set +# CONFIG_PACKAGE_rtl8852ce-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 @@ -1924,10 +2037,6 @@ CONFIG_PACKAGE_wireless-regdb=y # end of DejaVu # end of Fonts -# -# Kernel -# - # # Kernel modules # @@ -1939,6 +2048,7 @@ CONFIG_PACKAGE_wireless-regdb=y # 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-dwc 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 @@ -2013,6 +2123,7 @@ CONFIG_PACKAGE_kmod-crypto-rng=y CONFIG_PACKAGE_kmod-crypto-seqiv=y CONFIG_PACKAGE_kmod-crypto-sha1=y CONFIG_PACKAGE_kmod-crypto-sha256=y +# CONFIG_PACKAGE_kmod-crypto-sha3 is not set CONFIG_PACKAGE_kmod-crypto-sha512=y # CONFIG_PACKAGE_kmod-crypto-test is not set CONFIG_PACKAGE_kmod-crypto-user=y @@ -2053,6 +2164,7 @@ CONFIG_PACKAGE_kmod-fs-nfsd=y # CONFIG_PACKAGE_kmod-fs-ntfs is not set CONFIG_PACKAGE_kmod-fs-ntfs3=y CONFIG_PACKAGE_kmod-fs-reiserfs=y +CONFIG_PACKAGE_kmod-fs-smbfs-common=y CONFIG_PACKAGE_kmod-fs-squashfs=y # CONFIG_PACKAGE_kmod-fs-udf is not set CONFIG_PACKAGE_kmod-fs-vfat=y @@ -2070,25 +2182,31 @@ CONFIG_PACKAGE_kmod-fuse=y # # GPIO support # +# CONFIG_PACKAGE_kmod-gpio-beeper is not set +# CONFIG_PACKAGE_kmod-gpio-button-hotplug is not set # CONFIG_PACKAGE_kmod-gpio-cascade is not set +# 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 # end of GPIO support # # Hardware Monitoring Support # -# CONFIG_PACKAGE_kmod-gl-mifi-mcu is not set # 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-core is not set +CONFIG_PACKAGE_kmod-hwmon-core=y # CONFIG_PACKAGE_kmod-hwmon-dme1737 is not set # CONFIG_PACKAGE_kmod-hwmon-drivetemp is not set # CONFIG_PACKAGE_kmod-hwmon-g762 is not set # CONFIG_PACKAGE_kmod-hwmon-gpiofan is not set +# CONFIG_PACKAGE_kmod-hwmon-gsc 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-jc42 is not set # CONFIG_PACKAGE_kmod-hwmon-lm63 is not set # CONFIG_PACKAGE_kmod-hwmon-lm70 is not set # CONFIG_PACKAGE_kmod-hwmon-lm75 is not set @@ -2098,12 +2216,15 @@ CONFIG_PACKAGE_kmod-fuse=y # 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-max6642 is not set +# CONFIG_PACKAGE_kmod-hwmon-max6697 is not set # CONFIG_PACKAGE_kmod-hwmon-mcp3021 is not set # CONFIG_PACKAGE_kmod-hwmon-nct7802 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-sht3x is not set +# CONFIG_PACKAGE_kmod-hwmon-tc654 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 @@ -2127,6 +2248,7 @@ CONFIG_PACKAGE_kmod-fuse=y # 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-mux-reg 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 @@ -2191,10 +2313,12 @@ CONFIG_PACKAGE_kmod-input-evdev=y # # CONFIG_PACKAGE_kmod-input-leds is not set # CONFIG_PACKAGE_kmod-leds-gpio is not set +# CONFIG_PACKAGE_kmod-leds-lp5562 is not set +# CONFIG_PACKAGE_kmod-leds-lp55xx-common is not set +# CONFIG_PACKAGE_kmod-leds-mlxcpld is not set # CONFIG_PACKAGE_kmod-leds-pca955x is not set # CONFIG_PACKAGE_kmod-leds-pca963x is not set # CONFIG_PACKAGE_kmod-leds-tlc591xx is not set -# CONFIG_PACKAGE_kmod-leds-ubnt-ledbar is not set # CONFIG_PACKAGE_kmod-leds-uleds is not set # CONFIG_PACKAGE_kmod-ledtrig-activity is not set # CONFIG_PACKAGE_kmod-ledtrig-audio is not set @@ -2202,6 +2326,7 @@ CONFIG_PACKAGE_kmod-input-evdev=y # CONFIG_PACKAGE_kmod-ledtrig-oneshot is not set # CONFIG_PACKAGE_kmod-ledtrig-pattern is not set # CONFIG_PACKAGE_kmod-ledtrig-transient is not set +# CONFIG_PACKAGE_kmod-ledtrig-tty is not set # end of LED modules # @@ -2209,6 +2334,7 @@ CONFIG_PACKAGE_kmod-input-evdev=y # CONFIG_PACKAGE_kmod-asn1-decoder=y CONFIG_PACKAGE_kmod-asn1-encoder=y +# CONFIG_PACKAGE_kmod-lib-842 is not set # CONFIG_PACKAGE_kmod-lib-cordic is not set CONFIG_PACKAGE_kmod-lib-crc-ccitt=y CONFIG_PACKAGE_kmod-lib-crc-itu-t=y @@ -2218,6 +2344,8 @@ CONFIG_PACKAGE_kmod-lib-crc32c=y # CONFIG_PACKAGE_kmod-lib-crc8 is not set # CONFIG_PACKAGE_kmod-lib-lz4 is not set CONFIG_PACKAGE_kmod-lib-lzo=y +# CONFIG_PACKAGE_kmod-lib-objagg is not set +# CONFIG_PACKAGE_kmod-lib-parman is not set CONFIG_PACKAGE_kmod-lib-raid6=y CONFIG_PACKAGE_kmod-lib-textsearch=y CONFIG_PACKAGE_kmod-lib-xor=y @@ -2271,6 +2399,7 @@ CONFIG_PACKAGE_kmod-ebtables-watchers=y CONFIG_PACKAGE_kmod-ip6tables=y CONFIG_PACKAGE_kmod-ip6tables-extra=y CONFIG_PACKAGE_kmod-ipt-account=y +# CONFIG_PACKAGE_kmod-ipt-asn is not set CONFIG_PACKAGE_kmod-ipt-chaos=y CONFIG_PACKAGE_kmod-ipt-checksum=y CONFIG_PACKAGE_kmod-ipt-cluster=y @@ -2288,7 +2417,6 @@ CONFIG_PACKAGE_kmod-ipt-dhcpmac=y CONFIG_PACKAGE_kmod-ipt-dnetmap=y CONFIG_PACKAGE_kmod-ipt-extra=y CONFIG_PACKAGE_kmod-ipt-filter=y -CONFIG_PACKAGE_kmod-ipt-fullconenat=y CONFIG_PACKAGE_kmod-ipt-fuzzy=y CONFIG_PACKAGE_kmod-ipt-geoip=y CONFIG_PACKAGE_kmod-ipt-hashlimit=y @@ -2327,6 +2455,7 @@ CONFIG_PACKAGE_kmod-ipt-tee=y CONFIG_PACKAGE_kmod-ipt-tproxy=y CONFIG_PACKAGE_kmod-ipt-u32=y CONFIG_PACKAGE_kmod-netatop=y +CONFIG_PACKAGE_kmod-nf-conncount=y CONFIG_PACKAGE_kmod-nf-conntrack=y CONFIG_PACKAGE_kmod-nf-conntrack-netlink=y CONFIG_PACKAGE_kmod-nf-conntrack6=y @@ -2352,7 +2481,9 @@ CONFIG_PACKAGE_kmod-nfnetlink-queue=y CONFIG_PACKAGE_kmod-nft-arp=y CONFIG_PACKAGE_kmod-nft-bridge=y CONFIG_PACKAGE_kmod-nft-compat=y +# CONFIG_PACKAGE_kmod-nft-connlimit is not set CONFIG_PACKAGE_kmod-nft-core=y +# CONFIG_PACKAGE_kmod-nft-dup-inet is not set CONFIG_PACKAGE_kmod-nft-fib=y CONFIG_PACKAGE_kmod-nft-nat=y CONFIG_PACKAGE_kmod-nft-netdev=y @@ -2369,24 +2500,37 @@ CONFIG_PACKAGE_kmod-nft-tproxy=y # CONFIG_PACKAGE_kmod-3c59x is not set # CONFIG_PACKAGE_kmod-8139cp is not set # CONFIG_PACKAGE_kmod-8139too is not set +CONFIG_PACKAGE_kmod-acpi-mdio=y # CONFIG_PACKAGE_kmod-alx is not set +CONFIG_PACKAGE_kmod-amazon-ena=y # 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-atlantic is not set CONFIG_PACKAGE_kmod-b44=y +CONFIG_PACKAGE_kmod-bcmgenet=y # 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=y +CONFIG_PACKAGE_kmod-dwmac-imx=y +CONFIG_PACKAGE_kmod-dwmac-rockchip=y +CONFIG_PACKAGE_kmod-dwmac-sun8i=y # CONFIG_PACKAGE_kmod-e100 is not set # CONFIG_PACKAGE_kmod-e1000 is not set +CONFIG_PACKAGE_kmod-e1000e=y # CONFIG_PACKAGE_kmod-et131x is not set # CONFIG_PACKAGE_kmod-ethoc is not set CONFIG_PACKAGE_kmod-fixed-phy=y # CONFIG_PACKAGE_kmod-forcedeth is not set +CONFIG_PACKAGE_kmod-fsl-dpaa1-net=y +CONFIG_PACKAGE_kmod-fsl-dpaa2-net=y +CONFIG_PACKAGE_kmod-fsl-enetc-net=y +CONFIG_PACKAGE_kmod-fsl-fec=y +CONFIG_PACKAGE_kmod-fsl-pcs-lynx=y +CONFIG_PACKAGE_kmod-fsl-xgmac-mdio=y # CONFIG_PACKAGE_kmod-hfcmulti is not set # CONFIG_PACKAGE_kmod-hfcpci is not set # CONFIG_PACKAGE_kmod-i40e is not set @@ -2397,30 +2541,49 @@ CONFIG_PACKAGE_kmod-ifb=y # CONFIG_PACKAGE_kmod-ipvlan is not set # CONFIG_PACKAGE_kmod-ixgbe is not set # CONFIG_PACKAGE_kmod-ixgbevf is not set +# CONFIG_PACKAGE_kmod-lan743x is not set CONFIG_PACKAGE_kmod-libphy=y CONFIG_PACKAGE_kmod-macvlan=y +CONFIG_PACKAGE_kmod-marvell-mdio=y +CONFIG_PACKAGE_kmod-mdio-bcm-unimac=y CONFIG_PACKAGE_kmod-mdio-devres=y # CONFIG_PACKAGE_kmod-mdio-gpio is not set +CONFIG_PACKAGE_kmod-mdio-thunder=y # CONFIG_PACKAGE_kmod-mhi-net is not set # CONFIG_PACKAGE_kmod-mhi-wwan-ctrl is not set # CONFIG_PACKAGE_kmod-mhi-wwan-mbim is not set CONFIG_PACKAGE_kmod-mii=y # CONFIG_PACKAGE_kmod-mlx4-core is not set # CONFIG_PACKAGE_kmod-mlx5-core is not set +# CONFIG_PACKAGE_kmod-mlxfw is not set +# CONFIG_PACKAGE_kmod-mlxsw-core is not set +# CONFIG_PACKAGE_kmod-mlxsw-i2c is not set +# CONFIG_PACKAGE_kmod-mlxsw-minimal is not set +# CONFIG_PACKAGE_kmod-mlxsw-pci is not set +# CONFIG_PACKAGE_kmod-mlxsw-spectrum is not set +# CONFIG_PACKAGE_kmod-mtk-t7xx is not set +CONFIG_PACKAGE_kmod-mvneta=y +CONFIG_PACKAGE_kmod-mvpp2=y # CONFIG_PACKAGE_kmod-natsemi is not set # CONFIG_PACKAGE_kmod-ne2k-pci is not set CONFIG_PACKAGE_kmod-net-selftests=y # CONFIG_PACKAGE_kmod-niu is not set +CONFIG_PACKAGE_kmod-octeontx2-net=y CONFIG_PACKAGE_kmod-of-mdio=y # CONFIG_PACKAGE_kmod-pcnet32 is not set +CONFIG_PACKAGE_kmod-pcs-xpcs=y +# CONFIG_PACKAGE_kmod-phy-airoha-en8811h is not set +# CONFIG_PACKAGE_kmod-phy-amd is not set +CONFIG_PACKAGE_kmod-phy-aquantia=y CONFIG_PACKAGE_kmod-phy-ax88796b=y # CONFIG_PACKAGE_kmod-phy-bcm84881 is not set # CONFIG_PACKAGE_kmod-phy-broadcom is not set # CONFIG_PACKAGE_kmod-phy-marvell is not set +CONFIG_PACKAGE_kmod-phy-marvell-10g=y # CONFIG_PACKAGE_kmod-phy-microchip is not set # CONFIG_PACKAGE_kmod-phy-realtek is not set CONFIG_PACKAGE_kmod-phy-smsc=y -# CONFIG_PACKAGE_kmod-phylink is not set +CONFIG_PACKAGE_kmod-phylink=y # CONFIG_PACKAGE_kmod-qlcnic is not set # CONFIG_PACKAGE_kmod-r6040 is not set # CONFIG_PACKAGE_kmod-r8169 is not set @@ -2434,6 +2597,7 @@ CONFIG_PACKAGE_kmod-phy-smsc=y # 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-stmmac-core=y # CONFIG_PACKAGE_kmod-swconfig is not set # CONFIG_PACKAGE_kmod-switch-ar8xxx is not set # CONFIG_PACKAGE_kmod-switch-bcm53xx is not set @@ -2446,6 +2610,7 @@ CONFIG_PACKAGE_kmod-phy-smsc=y # CONFIG_PACKAGE_kmod-switch-rtl8367 is not set # CONFIG_PACKAGE_kmod-switch-rtl8367b is not set # CONFIG_PACKAGE_kmod-tg3 is not set +CONFIG_PACKAGE_kmod-thunderx-net=y # CONFIG_PACKAGE_kmod-tulip is not set # CONFIG_PACKAGE_kmod-via-rhine is not set # CONFIG_PACKAGE_kmod-via-velocity is not set @@ -2457,6 +2622,7 @@ CONFIG_PACKAGE_kmod-phy-smsc=y # Network Support # # CONFIG_PACKAGE_kmod-9pnet is not set +# CONFIG_PACKAGE_kmod-9pvirtio is not set # CONFIG_PACKAGE_kmod-atm is not set # CONFIG_PACKAGE_kmod-ax25 is not set # CONFIG_PACKAGE_kmod-batman-adv is not set @@ -2485,7 +2651,8 @@ CONFIG_PACKAGE_kmod-l2tp=y # CONFIG_PACKAGE_kmod-l2tp-eth is not set # CONFIG_PACKAGE_kmod-l2tp-ip is not set # CONFIG_PACKAGE_kmod-macremapper is not set -# CONFIG_PACKAGE_kmod-macsec is not set +CONFIG_PACKAGE_kmod-macsec=y +CONFIG_PACKAGE_kmod-mdio-bus-mux=y # CONFIG_PACKAGE_kmod-mdio-netlink is not set # CONFIG_PACKAGE_kmod-misdn is not set # CONFIG_PACKAGE_kmod-mpls is not set @@ -2505,7 +2672,7 @@ CONFIG_PACKAGE_kmod-l2tp=y # 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 is not set +# CONFIG_PACKAGE_kmod-ovpn-dco-v2 is not set # CONFIG_PACKAGE_kmod-pf-ring is not set # CONFIG_PACKAGE_kmod-pktgen is not set CONFIG_PACKAGE_kmod-ppp=y @@ -2516,6 +2683,8 @@ CONFIG_PACKAGE_kmod-pppoe=y CONFIG_PACKAGE_kmod-pppol2tp=y CONFIG_PACKAGE_kmod-pppox=y CONFIG_PACKAGE_kmod-pptp=y +# CONFIG_PACKAGE_kmod-qrtr-mhi is not set +# CONFIG_PACKAGE_kmod-qrtr-tun is not set # CONFIG_PACKAGE_kmod-sched is not set # CONFIG_PACKAGE_kmod-sched-act-ipt is not set # CONFIG_PACKAGE_kmod-sched-act-police is not set @@ -2534,6 +2703,7 @@ CONFIG_PACKAGE_kmod-sched-core=y # CONFIG_PACKAGE_kmod-sched-pie is not set # CONFIG_PACKAGE_kmod-sched-prio is not set # CONFIG_PACKAGE_kmod-sched-red is not set +# CONFIG_PACKAGE_kmod-sched-skbprio is not set # CONFIG_PACKAGE_kmod-sctp is not set # CONFIG_PACKAGE_kmod-shortcut-fe is not set # CONFIG_PACKAGE_kmod-shortcut-fe-cm is not set @@ -2543,6 +2713,7 @@ CONFIG_PACKAGE_kmod-slhc=y CONFIG_PACKAGE_kmod-tcp-bbr=y # CONFIG_PACKAGE_kmod-tcp-hybla is not set # CONFIG_PACKAGE_kmod-tcp-scalable is not set +# CONFIG_PACKAGE_kmod-tls is not set # CONFIG_PACKAGE_kmod-trelay is not set CONFIG_PACKAGE_kmod-tun=y CONFIG_PACKAGE_kmod-udptunnel4=y @@ -2568,16 +2739,16 @@ CONFIG_PACKAGE_kmod-wireguard=y CONFIG_PACKAGE_kmod-eeprom-93cx6=y # CONFIG_PACKAGE_kmod-eeprom-at24 is not set # CONFIG_PACKAGE_kmod-eeprom-at25 is not set +# CONFIG_PACKAGE_kmod-fsl-dpaa2-console is not set +CONFIG_PACKAGE_kmod-fsl-mc-dpio=y # CONFIG_PACKAGE_kmod-google-firmware is not set -# CONFIG_PACKAGE_kmod-gpio-beeper is not set -# CONFIG_PACKAGE_kmod-gpio-button-hotplug is not set -# 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-i6300esb-wdt is not set CONFIG_PACKAGE_kmod-ikconfig=y +# CONFIG_PACKAGE_kmod-imx2-wdt is not set +# CONFIG_PACKAGE_kmod-imx7-ulp-wdt is not set CONFIG_PACKAGE_kmod-keys-encrypted=y CONFIG_PACKAGE_kmod-keys-trusted=y +# CONFIG_PACKAGE_kmod-lkdtm is not set # CONFIG_PACKAGE_kmod-lp is not set # CONFIG_PACKAGE_kmod-mhi-bus is not set # CONFIG_PACKAGE_kmod-mhi-pci-generic is not set @@ -2590,10 +2761,10 @@ CONFIG_PACKAGE_kmod-mmc=y # CONFIG_PACKAGE_kmod-pinctrl-mcp23s08-i2c is not set # CONFIG_PACKAGE_kmod-pinctrl-mcp23s08-spi is not set # CONFIG_PACKAGE_kmod-ppdev is not set -# CONFIG_PACKAGE_kmod-pps is not set +CONFIG_PACKAGE_kmod-pps=y # CONFIG_PACKAGE_kmod-pps-gpio is not set # CONFIG_PACKAGE_kmod-pps-ldisc is not set -# CONFIG_PACKAGE_kmod-ptp is not set +CONFIG_PACKAGE_kmod-ptp=y # CONFIG_PACKAGE_kmod-ramoops is not set CONFIG_PACKAGE_kmod-random-core=y # CONFIG_PACKAGE_kmod-reed-solomon is not set @@ -2602,12 +2773,15 @@ CONFIG_PACKAGE_kmod-random-core=y # 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-mv 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-r7301 is not set # 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-rtc-x1205 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 @@ -2616,11 +2790,9 @@ CONFIG_PACKAGE_kmod-ssb=y CONFIG_PACKAGE_kmod-tpm=y # CONFIG_PACKAGE_kmod-tpm-i2c-atmel is not set # CONFIG_PACKAGE_kmod-tpm-i2c-infineon is not set +# CONFIG_PACKAGE_kmod-ubootenv-nvram is not set +CONFIG_PACKAGE_kmod-wdt-sp805=y # CONFIG_PACKAGE_kmod-zram is not set -CONFIG_ZRAM_DEF_COMP_LZORLE=y -# CONFIG_ZRAM_DEF_COMP_LZO is not set -# CONFIG_ZRAM_DEF_COMP_LZ4 is not set -# CONFIG_ZRAM_DEF_COMP_ZSTD is not set # end of Other modules # @@ -2651,6 +2823,7 @@ CONFIG_PACKAGE_kmod-sound-core=y # CONFIG_PACKAGE_kmod-sound-soc-ac97 is not set # CONFIG_PACKAGE_kmod-sound-soc-core is not set # CONFIG_PACKAGE_kmod-sound-soc-spdif is not set +# CONFIG_PACKAGE_kmod-sound-soc-wm8960 is not set # CONFIG_PACKAGE_kmod-sound-via82xx is not set CONFIG_PACKAGE_kmod-usb-audio=y # end of Sound Support @@ -2661,6 +2834,8 @@ CONFIG_PACKAGE_kmod-usb-audio=y # CONFIG_PACKAGE_kmod-chaoskey is not set # CONFIG_PACKAGE_kmod-usb-acm is not set # CONFIG_PACKAGE_kmod-usb-atm is not set +# CONFIG_PACKAGE_kmod-usb-cdns is not set +# CONFIG_PACKAGE_kmod-usb-cdns3 is not set # CONFIG_PACKAGE_kmod-usb-cm109 is not set CONFIG_PACKAGE_kmod-usb-core=y CONFIG_PACKAGE_kmod-usb-dwc2=y @@ -2748,6 +2923,8 @@ CONFIG_PACKAGE_kmod-usbmon=y # Video Support # # CONFIG_PACKAGE_kmod-backlight-pwm is not set +# CONFIG_PACKAGE_kmod-drm-buddy is not set +# CONFIG_PACKAGE_kmod-drm-display-helper is not set # CONFIG_PACKAGE_kmod-drm-kms-helper is not set # CONFIG_PACKAGE_kmod-drm-ttm is not set # CONFIG_PACKAGE_kmod-fb is not set @@ -2758,13 +2935,17 @@ CONFIG_PACKAGE_kmod-usbmon=y # CONFIG_PACKAGE_kmod-fb-sys-ram is not set # CONFIG_PACKAGE_kmod-fb-tft is not set # CONFIG_PACKAGE_kmod-fb-tft-ili9486 is not set -# CONFIG_PACKAGE_kmod-v4l2loopback is not set # CONFIG_PACKAGE_kmod-video-core is not set +# CONFIG_PACKAGE_kmod-v4l2loopback is not set # end of Video Support # # Virtualization # +# CONFIG_PACKAGE_kmod-vfio is not set +# CONFIG_PACKAGE_kmod-vfio-pci is not set +# CONFIG_PACKAGE_kmod-vhost is not set +# CONFIG_PACKAGE_kmod-vhost-net is not set # end of Virtualization # @@ -2805,6 +2986,8 @@ CONFIG_PACKAGE_ATH_DFS=y # CONFIG_PACKAGE_kmod-ath10k-ct is not set # CONFIG_PACKAGE_kmod-ath10k-ct-smallbuffers is not set # CONFIG_PACKAGE_kmod-ath10k-smallbuffers is not set +# CONFIG_PACKAGE_kmod-ath11k is not set +# CONFIG_PACKAGE_kmod-ath11k-pci is not set # CONFIG_PACKAGE_kmod-ath5k is not set # CONFIG_PACKAGE_kmod-ath6kl-sdio is not set # CONFIG_PACKAGE_kmod-ath6kl-usb is not set @@ -2832,6 +3015,7 @@ CONFIG_PACKAGE_kmod-mt7601u=y # CONFIG_PACKAGE_kmod-mt7603 is not set # CONFIG_PACKAGE_kmod-mt7615-firmware is not set # CONFIG_PACKAGE_kmod-mt7615e is not set +# CONFIG_PACKAGE_kmod-mt7622-firmware is not set # 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 @@ -2840,12 +3024,18 @@ CONFIG_PACKAGE_kmod-mt7601u=y # CONFIG_PACKAGE_kmod-mt76x0u is not set # CONFIG_PACKAGE_kmod-mt76x2 is not set # CONFIG_PACKAGE_kmod-mt76x2u is not set +# CONFIG_PACKAGE_kmod-mt7915-firmware is not set # CONFIG_PACKAGE_kmod-mt7915e is not set # CONFIG_PACKAGE_kmod-mt7916-firmware is not set # CONFIG_PACKAGE_kmod-mt7921-firmware is not set # CONFIG_PACKAGE_kmod-mt7921e is not set # CONFIG_PACKAGE_kmod-mt7921s is not set # CONFIG_PACKAGE_kmod-mt7921u is not set +# CONFIG_PACKAGE_kmod-mt7922-firmware is not set +# CONFIG_PACKAGE_kmod-mt7925e is not set +# CONFIG_PACKAGE_kmod-mt7925u is not set +# CONFIG_PACKAGE_kmod-mt7996-firmware is not set +# CONFIG_PACKAGE_kmod-mt7996e is not set # CONFIG_PACKAGE_kmod-mwifiex-pcie is not set # CONFIG_PACKAGE_kmod-mwifiex-sdio is not set # CONFIG_PACKAGE_kmod-mwl8k is not set @@ -2867,7 +3057,13 @@ CONFIG_PACKAGE_kmod-rt2x00-usb=y # 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-rtw88-8723de is not set +# CONFIG_PACKAGE_kmod-rtw88-8821ce is not set +# CONFIG_PACKAGE_kmod-rtw88-8821cu is not set +# CONFIG_PACKAGE_kmod-rtw88-8822be is not set +# CONFIG_PACKAGE_kmod-rtw88-8822bu is not set +# CONFIG_PACKAGE_kmod-rtw88-8822ce is not set +# CONFIG_PACKAGE_kmod-rtw88-8822cu is not set # CONFIG_PACKAGE_kmod-wil6210 is not set # CONFIG_PACKAGE_kmod-wl12xx is not set # CONFIG_PACKAGE_kmod-wl18xx is not set @@ -2921,7 +3117,6 @@ CONFIG_GOLANG_BUILD_CACHE_DIR="" # 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 -# CONFIG_PACKAGE_golang-torproject-tor-fw-helper-dev is not set # end of Go # @@ -2935,6 +3130,7 @@ 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 @@ -2945,19 +3141,25 @@ CONFIG_PACKAGE_lua-cjson=y # 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-iw 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-ssh is not set # CONFIG_PACKAGE_lua-eco-ssl is not set -CONFIG_LUA_ECO_DEFAULT_OPENSSL=y CONFIG_LUA_ECO_OPENSSL=y # CONFIG_LUA_ECO_WOLFSSL is not set # CONFIG_LUA_ECO_MBEDTLS is not set -# 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 @@ -2966,11 +3168,13 @@ CONFIG_LUA_ECO_OPENSSL=y CONFIG_PACKAGE_lua-md5=y # CONFIG_PACKAGE_lua-mobdebug is not set # CONFIG_PACKAGE_lua-mosquitto is not set +CONFIG_PACKAGE_lua-neturl=y # 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-struct 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 @@ -2981,6 +3185,8 @@ CONFIG_PACKAGE_lua-md5=y # CONFIG_PACKAGE_luaexpat is not set # CONFIG_PACKAGE_luafilesystem is not set # CONFIG_PACKAGE_luajit is not set +CONFIG_HAS_LUAJIT_ARCH=y +CONFIG_PACKAGE_luajit2=y # CONFIG_PACKAGE_lualanes is not set # CONFIG_PACKAGE_luaossl is not set # CONFIG_PACKAGE_luaposix is not set @@ -3075,6 +3281,7 @@ CONFIG_PACKAGE_perl-http-date=y # 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-time-moment is not set # CONFIG_PACKAGE_perl-try-tiny is not set # CONFIG_PACKAGE_perl-uri is not set # CONFIG_PACKAGE_perl-www is not set @@ -3085,7 +3292,6 @@ CONFIG_PACKAGE_perl-xml-parser=y # 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 @@ -3198,18 +3404,23 @@ CONFIG_PACKAGE_perlbase-xsloader=y # # Python # -# CONFIG_PACKAGE_borgbackup is not set CONFIG_PACKAGE_libpython3=y # 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-nossl is not set -CONFIG_PACKAGE_python-pip-conf=y +# CONFIG_PACKAGE_pipx is not set CONFIG_PACKAGE_python3=y +# 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-argcomplete 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 @@ -3229,6 +3440,8 @@ CONFIG_PACKAGE_python3-base=y CONFIG_PACKAGE_python3-bcrypt=y # CONFIG_PACKAGE_python3-bcrypt-src 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 @@ -3246,6 +3459,7 @@ CONFIG_PACKAGE_python3-cgitb=y # CONFIG_PACKAGE_python3-cgitb-src is not set CONFIG_PACKAGE_python3-chardet=y # CONFIG_PACKAGE_python3-chardet-src is not set +# CONFIG_PACKAGE_python3-charset-normalizer is not set # CONFIG_PACKAGE_python3-ciso8601 is not set CONFIG_PACKAGE_python3-click=y # CONFIG_PACKAGE_python3-click-log is not set @@ -3267,6 +3481,7 @@ CONFIG_PACKAGE_python3-dateutil=y # CONFIG_PACKAGE_python3-dateutil-src is not set CONFIG_PACKAGE_python3-dbm=y # CONFIG_PACKAGE_python3-dbm-src is not set +# CONFIG_PACKAGE_python3-dbus-fast is not set CONFIG_PACKAGE_python3-decimal=y # CONFIG_PACKAGE_python3-decimal-src is not set # CONFIG_PACKAGE_python3-decorator is not set @@ -3278,7 +3493,6 @@ CONFIG_PACKAGE_python3-distutils=y # CONFIG_PACKAGE_python3-distutils-src 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=y @@ -3297,7 +3511,6 @@ CONFIG_PACKAGE_python3-email=y # 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 @@ -3306,8 +3519,12 @@ CONFIG_PACKAGE_python3-email=y # 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-flent is not set # CONFIG_PACKAGE_python3-flup is not set +# CONFIG_PACKAGE_python3-fnv-hash-fast is not set +# CONFIG_PACKAGE_python3-fnvhash is not set +# CONFIG_PACKAGE_python3-frozenlist is not set +# CONFIG_PACKAGE_python3-gensio is not set +# CONFIG_PACKAGE_python3-gevent is not set # CONFIG_PACKAGE_python3-gmpy2 is not set # CONFIG_PACKAGE_python3-gnupg is not set # CONFIG_PACKAGE_python3-gpiod is not set @@ -3327,11 +3544,11 @@ CONFIG_PACKAGE_python3-idna=y # CONFIG_PACKAGE_python3-jmespath is not set # CONFIG_PACKAGE_python3-jsonpath-ng is not set CONFIG_PACKAGE_python3-jsonschema=y +CONFIG_PACKAGE_python3-jsonschema-specifications=y +# CONFIG_PACKAGE_python3-jsonschema-specifications-src is not set # CONFIG_PACKAGE_python3-jsonschema-src is not set # CONFIG_PACKAGE_python3-lib2to3 is not set # CONFIG_PACKAGE_python3-libmodbus is not set -# CONFIG_PACKAGE_python3-libselinux is not set -# CONFIG_PACKAGE_python3-libsemanage is not set CONFIG_PACKAGE_python3-light=y # @@ -3343,6 +3560,7 @@ CONFIG_PACKAGE_python3-light=y # CONFIG_PACKAGE_python3-light-src is not set CONFIG_PACKAGE_python3-logging=y # CONFIG_PACKAGE_python3-logging-src is not set +# CONFIG_PACKAGE_python3-lru-dict is not set # CONFIG_PACKAGE_python3-lxml is not set CONFIG_PACKAGE_python3-lzma=y # CONFIG_PACKAGE_python3-lzma-src is not set @@ -3371,6 +3589,7 @@ CONFIG_PACKAGE_python3-ncurses=y # CONFIG_PACKAGE_python3-openpyxl is not set CONFIG_PACKAGE_python3-openssl=y # CONFIG_PACKAGE_python3-openssl-src is not set +# CONFIG_PACKAGE_python3-orjson is not set # CONFIG_PACKAGE_python3-outcome is not set # CONFIG_PACKAGE_python3-packages is not set CONFIG_PACKAGE_python3-packaging=y @@ -3384,6 +3603,7 @@ CONFIG_PACKAGE_python3-paramiko=y # CONFIG_PACKAGE_python3-pip is not set CONFIG_PACKAGE_python3-pkg-resources=y # CONFIG_PACKAGE_python3-pkg-resources-src is not set +# CONFIG_PACKAGE_python3-platformdirs is not set # CONFIG_PACKAGE_python3-pluggy is not set CONFIG_PACKAGE_python3-ply=y # CONFIG_PACKAGE_python3-ply-src is not set @@ -3401,13 +3621,7 @@ CONFIG_PACKAGE_python3-pydoc=y # CONFIG_PACKAGE_python3-pyfuse3 is not set # CONFIG_PACKAGE_python3-pyinotify is not set CONFIG_PACKAGE_python3-pymysql=y - -# -# Configuration -# -# CONFIG_PYTHON3_PYMYSQL_SHA_PASSWORD_SUPPORT is not set -# end of Configuration - +# CONFIG_PACKAGE_python3-pymysql-sha-pwd is not set # CONFIG_PACKAGE_python3-pymysql-src is not set CONFIG_PACKAGE_python3-pynacl=y # CONFIG_PACKAGE_python3-pynacl-src is not set @@ -3416,6 +3630,7 @@ CONFIG_PACKAGE_python3-pynacl=y # CONFIG_PACKAGE_python3-pyotp is not set CONFIG_PACKAGE_python3-pyparsing=y # CONFIG_PACKAGE_python3-pyparsing-src is not set +# CONFIG_PACKAGE_python3-pyproject-metadata is not set # CONFIG_PACKAGE_python3-pyroute2 is not set CONFIG_PACKAGE_python3-pyrsistent=y # CONFIG_PACKAGE_python3-pyrsistent-src is not set @@ -3427,17 +3642,25 @@ CONFIG_PACKAGE_python3-pyrsistent=y # CONFIG_PACKAGE_python3-pytz is not set CONFIG_PACKAGE_python3-readline=y # CONFIG_PACKAGE_python3-readline-src is not set +CONFIG_PACKAGE_python3-referencing=y +# CONFIG_PACKAGE_python3-referencing-src is not set CONFIG_PACKAGE_python3-requests=y # CONFIG_PACKAGE_python3-requests-src is not set +CONFIG_PACKAGE_python3-rpds-py=y +# CONFIG_PACKAGE_python3-rpds-py-src 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=y # CONFIG_PACKAGE_python3-setuptools-src is not set CONFIG_PACKAGE_python3-six=y @@ -3462,7 +3685,8 @@ CONFIG_PACKAGE_python3-texttable=y # 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-typing-extensions=y +# CONFIG_PACKAGE_python3-typing-extensions-src is not set # CONFIG_PACKAGE_python3-ubus is not set # CONFIG_PACKAGE_python3-uci is not set # CONFIG_PACKAGE_python3-unidecode is not set @@ -3472,8 +3696,10 @@ CONFIG_PACKAGE_python3-urllib=y # CONFIG_PACKAGE_python3-urllib-src is not set CONFIG_PACKAGE_python3-urllib3=y # CONFIG_PACKAGE_python3-urllib3-src is not set +# CONFIG_PACKAGE_python3-userpath is not set CONFIG_PACKAGE_python3-uuid=y # CONFIG_PACKAGE_python3-uuid-src 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 @@ -3490,6 +3716,7 @@ CONFIG_PACKAGE_python3-yaml=y # 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-event is not set # CONFIG_PACKAGE_python3-zope-interface is not set # end of Python @@ -3542,6 +3769,7 @@ CONFIG_PACKAGE_ruby-json=y # CONFIG_PACKAGE_ruby-logger is not set # CONFIG_PACKAGE_ruby-matrix is not set # CONFIG_PACKAGE_ruby-minitest is not set +# CONFIG_PACKAGE_ruby-mjit is not set # CONFIG_PACKAGE_ruby-mkmf is not set # CONFIG_PACKAGE_ruby-monitor is not set # CONFIG_PACKAGE_ruby-mutex_m is not set @@ -3590,6 +3818,7 @@ CONFIG_PACKAGE_ruby-reline=y CONFIG_PACKAGE_ruby-socket=y CONFIG_PACKAGE_ruby-stringio=y CONFIG_PACKAGE_ruby-strscan=y +# CONFIG_PACKAGE_ruby-syntax_suggest is not set # CONFIG_PACKAGE_ruby-syslog is not set CONFIG_PACKAGE_ruby-tempfile=y # CONFIG_PACKAGE_ruby-testunit is not set @@ -3606,15 +3835,44 @@ CONFIG_PACKAGE_ruby-yaml=y # CONFIG_PACKAGE_ruby-zlib is not set # end of Ruby +# +# Rust +# +# 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 +# +CONFIG_PACKAGE_ucode=y +# CONFIG_PACKAGE_ucode-mod-debug is not set +CONFIG_PACKAGE_ucode-mod-fs=y +# CONFIG_PACKAGE_ucode-mod-log is not set +CONFIG_PACKAGE_ucode-mod-math=y +CONFIG_PACKAGE_ucode-mod-nl80211=y +# CONFIG_PACKAGE_ucode-mod-resolv is not set +CONFIG_PACKAGE_ucode-mod-rtnl=y +# CONFIG_PACKAGE_ucode-mod-struct is not set +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_python3-gensio is not set # CONFIG_PACKAGE_slsh is not set # end of Languages @@ -3642,6 +3900,9 @@ CONFIG_ZSTD_OPTIMIZE_O3=y # Database # # CONFIG_PACKAGE_libmariadb is not set +# CONFIG_PACKAGE_libodbc is not set +# CONFIG_PACKAGE_libodbccr is not set +# CONFIG_PACKAGE_libodbcinst is not set # CONFIG_PACKAGE_libpq is not set # CONFIG_PACKAGE_libpqxx is not set CONFIG_PACKAGE_libsqlite3=y @@ -3655,7 +3916,6 @@ CONFIG_SQLITE3_DYNAMIC_EXTENSIONS=y CONFIG_SQLITE3_FTS3=y CONFIG_SQLITE3_FTS4=y CONFIG_SQLITE3_FTS5=y -CONFIG_SQLITE3_JSON1=y CONFIG_SQLITE3_RTREE=y # CONFIG_SQLITE3_SESSION is not set # end of Configuration @@ -3695,12 +3955,6 @@ CONFIG_PACKAGE_libxtables=y CONFIG_IPTABLES_CONNLABEL=y # end of Firewall -# -# Instant Messaging -# -# CONFIG_PACKAGE_quasselc is not set -# end of Instant Messaging - # # IoT # @@ -4269,6 +4523,8 @@ CONFIG_MBEDTLS_ECP_DP_CURVE25519_ENABLED=y # CONFIG_MBEDTLS_PLATFORM_C is not set # CONFIG_MBEDTLS_SELF_TEST is not set # CONFIG_MBEDTLS_SSL_TRUNCATED_HMAC is not set +CONFIG_MBEDTLS_THREADING_C=y +CONFIG_MBEDTLS_THREADING_PTHREAD=y # CONFIG_MBEDTLS_VERSION_C is not set # CONFIG_MBEDTLS_VERSION_FEATURES is not set @@ -4332,11 +4588,11 @@ CONFIG_PACKAGE_libopenssl-afalg_sync=y # Build Options # CONFIG_AFALG_DIGESTS=y -CONFIG_AFALG_FALLBACK=y CONFIG_AFALG_UPDATE_CTR_IV=y # CONFIG_AFALG_ZERO_COPY is not set CONFIG_PACKAGE_libopenssl-conf=y # CONFIG_PACKAGE_libopenssl-gost_engine is not set +CONFIG_PACKAGE_libopenssl-legacy=y CONFIG_PACKAGE_libwolfssl=y # @@ -4455,6 +4711,7 @@ CONFIG_boost-variant-release=y # CONFIG_boost-graph-parallel is not set CONFIG_PACKAGE_boost-atomic=y CONFIG_PACKAGE_boost-chrono=y +# CONFIG_PACKAGE_boost-cobalt is not set CONFIG_PACKAGE_boost-container=y CONFIG_PACKAGE_boost-context=y CONFIG_PACKAGE_boost-contract=y @@ -4480,6 +4737,7 @@ CONFIG_PACKAGE_boost-system=y CONFIG_PACKAGE_boost-thread=y CONFIG_PACKAGE_boost-timer=y CONFIG_PACKAGE_boost-type_erasure=y +# CONFIG_PACKAGE_boost-url is not set CONFIG_PACKAGE_boost-wave=y # end of Select Boost libraries @@ -4489,11 +4747,15 @@ CONFIG_PACKAGE_boost-wave=y # CONFIG_PACKAGE_check is not set # CONFIG_PACKAGE_confuse is not set # CONFIG_PACKAGE_czmq is not set +# CONFIG_PACKAGE_davici is not set # CONFIG_PACKAGE_dtndht is not set +# CONFIG_PACKAGE_efivar is not set # CONFIG_PACKAGE_getdns is not set # CONFIG_PACKAGE_giflib is not set # CONFIG_PACKAGE_glib2 is not set # CONFIG_PACKAGE_google-authenticator-libpam is not set +# CONFIG_PACKAGE_gperftools-headers is not set +# CONFIG_PACKAGE_gperftools-runtime is not set # CONFIG_PACKAGE_hidapi is not set # CONFIG_PACKAGE_ibrcommon is not set # CONFIG_PACKAGE_ibrdtn is not set @@ -4519,9 +4781,9 @@ CONFIG_PACKAGE_libarchive=y # CONFIG_PACKAGE_libaudit is not set # CONFIG_PACKAGE_libauparse is not set CONFIG_PACKAGE_libavahi-client=y -CONFIG_PACKAGE_libavahi-compat-libdnssd=y CONFIG_PACKAGE_libavahi-dbus-support=y # CONFIG_PACKAGE_libavahi-nodbus-support is not set +# CONFIG_PACKAGE_libbase16384 is not set CONFIG_PACKAGE_libbfd=y CONFIG_PACKAGE_libblkid=y CONFIG_PACKAGE_libblobmsg-json=y @@ -4585,21 +4847,24 @@ CONFIG_LIBCURL_ZSTD=y # CONFIG_LIBCURL_UNIX_SOCKETS is not set # CONFIG_LIBCURL_LIBCURL_OPTION is not set # CONFIG_LIBCURL_VERBOSE is not set +# CONFIG_PACKAGE_libcurl-gnutls is not set CONFIG_PACKAGE_libdaemon=y -# CONFIG_PACKAGE_libdaq is not set # CONFIG_PACKAGE_libdaq3 is not set CONFIG_PACKAGE_libdb47=y # CONFIG_PACKAGE_libdb47xx is not set # CONFIG_PACKAGE_libdbi is not set CONFIG_PACKAGE_libdbus=y +CONFIG_PACKAGE_libdeflate=y CONFIG_PACKAGE_libdevmapper=y # CONFIG_PACKAGE_libdevmapper-selinux is not set +CONFIG_PACKAGE_libdht=y # CONFIG_PACKAGE_libdmapsharing is not set # CONFIG_PACKAGE_libdnet is not set # CONFIG_PACKAGE_libdouble-conversion is not set # CONFIG_PACKAGE_libdrm is not set # CONFIG_PACKAGE_libdvbcsa is not set # CONFIG_PACKAGE_libdw is not set +CONFIG_PACKAGE_libe2p=y # CONFIG_PACKAGE_libecdsautil is not set CONFIG_PACKAGE_libedit=y CONFIG_PACKAGE_libelf=y @@ -4611,7 +4876,7 @@ CONFIG_PACKAGE_libevent2=y CONFIG_PACKAGE_libevent2-core=y # CONFIG_PACKAGE_libevent2-extra is not set # CONFIG_PACKAGE_libevent2-openssl is not set -# CONFIG_PACKAGE_libevent2-pthreads is not set +CONFIG_PACKAGE_libevent2-pthreads=y CONFIG_PACKAGE_libexif=y CONFIG_PACKAGE_libexpat=y # CONFIG_PACKAGE_libexslt is not set @@ -4646,15 +4911,12 @@ CONFIG_PACKAGE_libgdbm=y # CONFIG_PACKAGE_libgensio is not set # CONFIG_PACKAGE_libgensiocpp is not set CONFIG_PACKAGE_libgmp=y -# CONFIG_PACKAGE_libgnurl is not set CONFIG_PACKAGE_libgpg-error=y # 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 @@ -4665,15 +4927,17 @@ CONFIG_PACKAGE_libgpg-error=y CONFIG_PACKAGE_libiconv-full=y CONFIG_PACKAGE_libid3tag=y # CONFIG_PACKAGE_libidn is not set -# CONFIG_PACKAGE_libidn2 is not set +CONFIG_PACKAGE_libidn2=y # CONFIG_PACKAGE_libiio is not set +CONFIG_PACKAGE_libinih=y +# 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=y -# CONFIG_PACKAGE_libipfs-http-client is not set # CONFIG_PACKAGE_libiw is not set CONFIG_PACKAGE_libiwinfo=y +# CONFIG_PACKAGE_libjaylink is not set CONFIG_PACKAGE_libjpeg-turbo=y CONFIG_PACKAGE_libjson-c=y CONFIG_PACKAGE_libkeyutils=y @@ -4691,7 +4955,7 @@ CONFIG_PACKAGE_liblucihttp-ucode=y CONFIG_PACKAGE_liblzo=y # CONFIG_PACKAGE_libmad is not set # CONFIG_PACKAGE_libmagic is not set -# CONFIG_PACKAGE_libmaxminddb is not set +CONFIG_PACKAGE_libmaxminddb=y # CONFIG_PACKAGE_libmbim is not set # CONFIG_PACKAGE_libmcrypt is not set # CONFIG_PACKAGE_libmd is not set @@ -4705,8 +4969,10 @@ CONFIG_PACKAGE_libmnl=y # CONFIG_PACKAGE_libmosquitto-nossl is not set # CONFIG_PACKAGE_libmosquitto-ssl is not set CONFIG_PACKAGE_libmount=y +# 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=y CONFIG_PACKAGE_libncurses=y @@ -4733,7 +4999,10 @@ CONFIG_PACKAGE_libnettle=y CONFIG_PACKAGE_libnfnetlink=y CONFIG_PACKAGE_libnftnl=y CONFIG_PACKAGE_libnghttp2=y +# 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 # CONFIG_PACKAGE_libnl-genl is not set # CONFIG_PACKAGE_libnl-nf is not set @@ -4742,10 +5011,14 @@ 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=y # 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_libopenelp is not set # CONFIG_PACKAGE_libopenobex is not set # CONFIG_PACKAGE_libopensc is not set # CONFIG_PACKAGE_libopenzwave is not set @@ -4788,7 +5061,7 @@ CONFIG_PACKAGE_libpng=y CONFIG_PACKAGE_libpopt=y # CONFIG_PACKAGE_libpri is not set # CONFIG_PACKAGE_libprotobuf-c is not set -# CONFIG_PACKAGE_libpsl is not set +CONFIG_PACKAGE_libpsl=y # CONFIG_PACKAGE_libqmi is not set # CONFIG_PACKAGE_libqrencode is not set # CONFIG_PACKAGE_libqrtr-glib is not set @@ -4805,6 +5078,7 @@ CONFIG_PACKAGE_libruby=y # CONFIG_PACKAGE_libsane is not set # CONFIG_PACKAGE_libsasl2 is not set # CONFIG_PACKAGE_libsasl2-sasldb is not set +# CONFIG_PACKAGE_libsasl2-utils is not set CONFIG_PACKAGE_libseccomp=y # CONFIG_PACKAGE_libselinux is not set # CONFIG_PACKAGE_libsemanage is not set @@ -4815,30 +5089,10 @@ CONFIG_PACKAGE_libsensors=y # CONFIG_PACKAGE_libshout-nossl is not set # CONFIG_PACKAGE_libsispmctl is not set # CONFIG_PACKAGE_libslang2 is not set -# CONFIG_PACKAGE_libslang2-mod-base64 is not set -# CONFIG_PACKAGE_libslang2-mod-chksum is not set -# CONFIG_PACKAGE_libslang2-mod-csv is not set -# CONFIG_PACKAGE_libslang2-mod-fcntl is not set -# CONFIG_PACKAGE_libslang2-mod-fork is not set -# CONFIG_PACKAGE_libslang2-mod-histogram is not set -# CONFIG_PACKAGE_libslang2-mod-iconv is not set -# CONFIG_PACKAGE_libslang2-mod-json is not set -# CONFIG_PACKAGE_libslang2-mod-onig is not set -# CONFIG_PACKAGE_libslang2-mod-pcre is not set -# CONFIG_PACKAGE_libslang2-mod-png is not set -# CONFIG_PACKAGE_libslang2-mod-rand is not set -# CONFIG_PACKAGE_libslang2-mod-select is not set -# CONFIG_PACKAGE_libslang2-mod-slsmg is not set -# CONFIG_PACKAGE_libslang2-mod-socket is not set -# CONFIG_PACKAGE_libslang2-mod-stats is not set -# CONFIG_PACKAGE_libslang2-mod-sysconf is not set -# CONFIG_PACKAGE_libslang2-mod-termios is not set -# CONFIG_PACKAGE_libslang2-mod-varray is not set -# CONFIG_PACKAGE_libslang2-mod-zlib is not set -# CONFIG_PACKAGE_libslang2-modules is not set CONFIG_PACKAGE_libsmartcols=y # CONFIG_PACKAGE_libsndfile is not set # CONFIG_PACKAGE_libsoc is not set +# CONFIG_PACKAGE_libsocketcan is not set # CONFIG_PACKAGE_libsocks is not set CONFIG_PACKAGE_libsodium=y @@ -4848,9 +5102,9 @@ CONFIG_PACKAGE_libsodium=y CONFIG_LIBSODIUM_MINIMAL=y # end of Configuration -# CONFIG_PACKAGE_libsoup is not set # CONFIG_PACKAGE_libsoup3 is not set CONFIG_PACKAGE_libsoxr=y +# 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 @@ -4881,21 +5135,25 @@ CONFIG_PACKAGE_libuci=y CONFIG_PACKAGE_libuci-lua=y # CONFIG_PACKAGE_libuci2 is not set CONFIG_PACKAGE_libuclient=y +CONFIG_PACKAGE_libucode=y +# CONFIG_PACKAGE_libucontext is not set +CONFIG_PACKAGE_libudebug=y CONFIG_PACKAGE_libudev-zero=y CONFIG_PACKAGE_libudns=y # CONFIG_PACKAGE_libuecc is not set # CONFIG_PACKAGE_libugpio is not set -# CONFIG_PACKAGE_libunistring is not set +CONFIG_PACKAGE_libunistring=y # 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_liburcu=y CONFIG_PACKAGE_liburing=y CONFIG_PACKAGE_libusb-1.0=y # CONFIG_PACKAGE_libusb-compat is not set # CONFIG_PACKAGE_libustream-mbedtls is not set CONFIG_PACKAGE_libustream-openssl=y # CONFIG_PACKAGE_libustream-wolfssl is not set +CONFIG_PACKAGE_libutp=y CONFIG_PACKAGE_libuuid=y CONFIG_PACKAGE_libuv=y # CONFIG_PACKAGE_libuwifi is not set @@ -4930,6 +5188,7 @@ CONFIG_PACKAGE_msgpack-c=y CONFIG_PACKAGE_musl-fts=y # CONFIG_PACKAGE_mxml is not set CONFIG_PACKAGE_nspr=y +# CONFIG_PACKAGE_oath-pam is not set CONFIG_PACKAGE_oniguruma=y # CONFIG_PACKAGE_open-isns is not set # CONFIG_PACKAGE_openblas is not set @@ -4946,6 +5205,7 @@ CONFIG_PACKAGE_oniguruma=y CONFIG_PACKAGE_rpcd-mod-luci=y # CONFIG_PACKAGE_rpcd-mod-rad2-enc is not set CONFIG_PACKAGE_rpcd-mod-rrdns=y +# CONFIG_PACKAGE_rpcd-mod-wireguard is not set # CONFIG_PACKAGE_sbc is not set # CONFIG_PACKAGE_scmp_sys_resolver is not set # CONFIG_PACKAGE_serdisplib is not set @@ -4954,9 +5214,12 @@ CONFIG_PACKAGE_terminfo=y # 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-abyss is not set # CONFIG_PACKAGE_xmlrpc-c-client is not set +# CONFIG_PACKAGE_xmlrpc-c-internal is not set +# CONFIG_PACKAGE_xmlrpc-c-libxml2 is not set # CONFIG_PACKAGE_xmlrpc-c-server is not set +# CONFIG_PACKAGE_xmlrpc-c-server-abyss is not set # CONFIG_PACKAGE_yajl is not set # CONFIG_PACKAGE_yubico-pam is not set CONFIG_PACKAGE_zlib=y @@ -4979,6 +5242,7 @@ CONFIG_ZLIB_OPTIMIZE_SPEED=y # CONFIG_PACKAGE_luci=y CONFIG_PACKAGE_luci-lib-docker=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 @@ -5013,6 +5277,7 @@ CONFIG_LUCI_CSSTIDY=y # 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 @@ -5036,6 +5301,7 @@ 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 is not set CONFIG_PACKAGE_luci-mod-status=y @@ -5048,24 +5314,26 @@ CONFIG_PACKAGE_luci-mod-system=y # 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-airplay2 is not set +# CONFIG_PACKAGE_luci-app-alist is not set # CONFIG_PACKAGE_luci-app-apinger is not set CONFIG_PACKAGE_luci-app-aria2=y CONFIG_PACKAGE_luci-app-attendedsysupgrade=y CONFIG_PACKAGE_luci-app-autoreboot=y # 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-bmx6 is not set # CONFIG_PACKAGE_luci-app-bmx7 is not set CONFIG_PACKAGE_luci-app-cifs-mount=y # 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-cpufreq=y +# 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 @@ -5075,6 +5343,7 @@ CONFIG_PACKAGE_luci-app-ddns=y CONFIG_PACKAGE_luci-app-dockerman=y # CONFIG_PACKAGE_luci-app-dump1090 is not set # CONFIG_PACKAGE_luci-app-dynapoint is not set +# CONFIG_PACKAGE_luci-app-email is not set # CONFIG_PACKAGE_luci-app-eoip is not set # CONFIG_PACKAGE_luci-app-example is not set CONFIG_PACKAGE_luci-app-filetransfer=y @@ -5089,30 +5358,36 @@ CONFIG_PACKAGE_luci-app-hd-idle=y # CONFIG_PACKAGE_luci-app-hnet is not set # CONFIG_PACKAGE_luci-app-https-dns-proxy is not set CONFIG_PACKAGE_luci-app-ikoolproxy=y +# CONFIG_PACKAGE_luci-app-irqbalance is not set # CONFIG_PACKAGE_luci-app-keepalived 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-libreswan 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=y # CONFIG_PACKAGE_luci-app-mjpg-streamer is not set # CONFIG_PACKAGE_luci-app-mwan3 is not set CONFIG_PACKAGE_luci-app-n2n_v2=y +# CONFIG_PACKAGE_luci-app-natmap is not set CONFIG_PACKAGE_luci-app-netdata=y # CONFIG_PACKAGE_luci-app-nextdns is not set CONFIG_PACKAGE_luci-app-nfs=y # CONFIG_PACKAGE_luci-app-nft-qos is not set # 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-openclash=y +CONFIG_PACKAGE_iptables-mod-tproxy=y +CONFIG_PACKAGE_iptables-mod-extra=y +# CONFIG_PACKAGE_luci-app-openthread is not set CONFIG_PACKAGE_luci-app-openvpn=y CONFIG_PACKAGE_luci-app-openvpn-server=y # CONFIG_PACKAGE_luci-app-openwisp is not set @@ -5124,9 +5399,8 @@ CONFIG_PACKAGE_luci-app-passwall=y # # Configuration # -CONFIG_PACKAGE_luci-app-passwall_Transparent_Proxy=y -CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Brook=y -CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ChinaDNS_NG=y +CONFIG_PACKAGE_luci-app-passwall_Iptables_Transparent_Proxy=y +CONFIG_PACKAGE_luci-app-passwall_Nftables_Transparent_Proxy=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Haproxy=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Hysteria=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_NaiveProxy=y @@ -5137,14 +5411,37 @@ CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Shadowsocks_Rust_Server=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ShadowsocksR_Libev_Client=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_ShadowsocksR_Libev_Server=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Simple_Obfs=y -CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Trojan_GO=y +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_SingBox=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Trojan_Plus=y -# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray is not set +CONFIG_PACKAGE_luci-app-passwall_INCLUDE_tuic_client=y +# CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray_Geodata is not set # CONFIG_PACKAGE_luci-app-passwall_INCLUDE_V2ray_Plugin is not set CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Xray_Plugin=y # end of Configuration +CONFIG_PACKAGE_luci-app-passwall2=y + +# +# Configuration +# +CONFIG_PACKAGE_luci-app-passwall2_Iptables_Transparent_Proxy=y +CONFIG_PACKAGE_luci-app-passwall2_Nftables_Transparent_Proxy=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Haproxy=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Hysteria=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_NaiveProxy=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Shadowsocks_Libev_Client=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Shadowsocks_Libev_Server=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Shadowsocks_Rust_Client=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Shadowsocks_Rust_Server=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_ShadowsocksR_Libev_Client=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_ShadowsocksR_Libev_Server=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Simple_Obfs=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_SingBox=y +CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_tuic_client=y +# CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_V2ray_Plugin is not set +# end of Configuration + # CONFIG_PACKAGE_luci-app-pbr is not set # CONFIG_PACKAGE_luci-app-polipo is not set # CONFIG_PACKAGE_luci-app-privoxy is not set @@ -5160,32 +5457,44 @@ CONFIG_PACKAGE_luci-app-samba4=y # CONFIG_PACKAGE_luci-app-ser2net is not set CONFIG_PACKAGE_luci-app-serverchan=y # 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-simple-adblock is not set CONFIG_PACKAGE_luci-app-smartdns=y # 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=y # CONFIG_PACKAGE_luci-app-squid is not set +# CONFIG_PACKAGE_luci-app-sshtunnel is not set CONFIG_PACKAGE_luci-app-ssr-plus=y +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_libustream-mbedtls is not set +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_libustream-openssl=y +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_PACKAGE_libustream-wolfssl is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_NONE_Client is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client is not set +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Rust_Client=y +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_NONE_Server is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server is not set +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Rust_Server=y +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_NONE_V2RAY is not set +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray is not set +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ChinaDNS_NG=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_MosDNS=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Hysteria=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Tuic_Client=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadow_TLS=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_IPT2Socks=y # CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Kcptun is not set CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_NaiveProxy=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_IPT2Socks=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Redsocks2=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Client=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Libev_Server=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Rust_Client=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Rust_Server=y +CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_Simple_Obfs=y +# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Shadowsocks_V2ray_Plugin is not set CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Client=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_ShadowsocksR_Libev_Server=y -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Simple_Obfs=y CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Trojan=y -# CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_V2ray_Plugin is not set -CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_Xray=y CONFIG_PACKAGE_luci-app-statistics=y # CONFIG_PACKAGE_luci-app-tinyproxy is not set +# CONFIG_PACKAGE_luci-app-tor is not set CONFIG_PACKAGE_luci-app-transmission=y # CONFIG_PACKAGE_luci-app-travelmate is not set CONFIG_PACKAGE_luci-app-ttyd=y @@ -5202,6 +5511,8 @@ CONFIG_PACKAGE_luci-app-uhttpd=y # CONFIG_PACKAGE_luci-app-unbound is not set CONFIG_PACKAGE_luci-app-upnp=y CONFIG_PACKAGE_luci-app-usb-printer=y +# CONFIG_PACKAGE_luci-app-usteer is not set +# CONFIG_PACKAGE_luci-app-v2raya is not set # CONFIG_PACKAGE_luci-app-vlmcsd is not set # CONFIG_PACKAGE_luci-app-vnstat is not set # CONFIG_PACKAGE_luci-app-vnstat2 is not set @@ -5210,7 +5521,6 @@ CONFIG_PACKAGE_luci-app-watchcat=y CONFIG_PACKAGE_luci-app-wol=y # CONFIG_PACKAGE_luci-app-xfrpc is not set # CONFIG_PACKAGE_luci-app-xinetd is not set -# CONFIG_PACKAGE_luci-app-yggdrasil is not set CONFIG_PACKAGE_luci-app-zerotier=y # end of 3. Applications @@ -5228,12 +5538,15 @@ CONFIG_PACKAGE_luci-theme-openwrt-2020=y # 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 is not set # CONFIG_PACKAGE_luci-proto-hnet is not set -# CONFIG_PACKAGE_luci-proto-ipip is not set +CONFIG_PACKAGE_luci-proto-ipip=y CONFIG_PACKAGE_luci-proto-ipv6=y +# CONFIG_PACKAGE_luci-proto-mbim is not set # CONFIG_PACKAGE_luci-proto-modemmanager is not set # CONFIG_PACKAGE_luci-proto-ncm is not set # CONFIG_PACKAGE_luci-proto-nebula is not set @@ -5242,27 +5555,26 @@ CONFIG_PACKAGE_luci-proto-ipv6=y 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-relay=y # 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-vti is not set # CONFIG_PACKAGE_luci-proto-vxlan is not set -# CONFIG_PACKAGE_luci-proto-wireguard is not set +CONFIG_PACKAGE_luci-proto-wireguard=y # CONFIG_PACKAGE_luci-proto-xfrm is not set +# CONFIG_PACKAGE_luci-proto-yggdrasil is not set # end of 5. Protocols # # 6. Libraries # CONFIG_PACKAGE_luci-lib-base=y -# CONFIG_PACKAGE_luci-lib-dracula is not set # CONFIG_PACKAGE_luci-lib-httpclient is not set # CONFIG_PACKAGE_luci-lib-httpprotoutils is not set CONFIG_PACKAGE_luci-lib-ip=y CONFIG_PACKAGE_luci-lib-ipkg=y # CONFIG_PACKAGE_luci-lib-iptparser is not set -# CONFIG_PACKAGE_luci-lib-jquery-1-4 is not set # CONFIG_PACKAGE_luci-lib-json is not set CONFIG_PACKAGE_luci-lib-jsonc=y CONFIG_PACKAGE_luci-lib-nixio=y @@ -5287,6 +5599,7 @@ CONFIG_PACKAGE_default-settings=y # CONFIG_PACKAGE_luci-i18n-aria2-it is not set # CONFIG_PACKAGE_luci-i18n-aria2-ja is not set # CONFIG_PACKAGE_luci-i18n-aria2-ko is not set +# CONFIG_PACKAGE_luci-i18n-aria2-lt is not set # CONFIG_PACKAGE_luci-i18n-aria2-mr is not set # CONFIG_PACKAGE_luci-i18n-aria2-ms is not set # CONFIG_PACKAGE_luci-i18n-aria2-nl is not set @@ -5320,8 +5633,10 @@ CONFIG_PACKAGE_luci-i18n-aria2-zh-cn=y # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-it is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-ja is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-ko is not set +# CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-lt is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-mr is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-ms is not set +# CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-nl is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-no is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-pl is not set # CONFIG_PACKAGE_luci-i18n-attendedsysupgrade-pt is not set @@ -5353,6 +5668,7 @@ CONFIG_PACKAGE_luci-i18n-autoreboot-zh-cn=y # 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 @@ -5388,6 +5704,7 @@ CONFIG_PACKAGE_luci-i18n-cpufreq-zh-cn=y # 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 @@ -5421,8 +5738,10 @@ CONFIG_PACKAGE_luci-i18n-dashboard-zh-cn=y # 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 @@ -5453,8 +5772,10 @@ CONFIG_PACKAGE_luci-i18n-ddns-zh-cn=y # CONFIG_PACKAGE_luci-i18n-dockerman-it is not set # CONFIG_PACKAGE_luci-i18n-dockerman-ja is not set # CONFIG_PACKAGE_luci-i18n-dockerman-ko is not set +# CONFIG_PACKAGE_luci-i18n-dockerman-lt is not set # CONFIG_PACKAGE_luci-i18n-dockerman-mr is not set # CONFIG_PACKAGE_luci-i18n-dockerman-ms is not set +# CONFIG_PACKAGE_luci-i18n-dockerman-nl is not set # CONFIG_PACKAGE_luci-i18n-dockerman-no is not set # CONFIG_PACKAGE_luci-i18n-dockerman-pl is not set # CONFIG_PACKAGE_luci-i18n-dockerman-pt is not set @@ -5486,6 +5807,7 @@ CONFIG_PACKAGE_luci-i18n-filetransfer-zh-cn=y # 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 @@ -5519,8 +5841,10 @@ CONFIG_PACKAGE_luci-i18n-firewall-zh-cn=y # CONFIG_PACKAGE_luci-i18n-frpc-it is not set # CONFIG_PACKAGE_luci-i18n-frpc-ja is not set # CONFIG_PACKAGE_luci-i18n-frpc-ko is not set +# CONFIG_PACKAGE_luci-i18n-frpc-lt is not set # CONFIG_PACKAGE_luci-i18n-frpc-mr is not set # CONFIG_PACKAGE_luci-i18n-frpc-ms is not set +# CONFIG_PACKAGE_luci-i18n-frpc-nl is not set # CONFIG_PACKAGE_luci-i18n-frpc-no is not set # CONFIG_PACKAGE_luci-i18n-frpc-pl is not set # CONFIG_PACKAGE_luci-i18n-frpc-pt is not set @@ -5534,17 +5858,27 @@ CONFIG_PACKAGE_luci-i18n-firewall-zh-cn=y # CONFIG_PACKAGE_luci-i18n-frpc-vi is not set CONFIG_PACKAGE_luci-i18n-frpc-zh-cn=y # CONFIG_PACKAGE_luci-i18n-frpc-zh-tw is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-ar is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-bg is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-bn is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-ca is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-cs is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-da is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-de is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-el is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-es is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-fi is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-fr is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-he is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-hi is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-hu is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-it is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-ja is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-ko is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-lt is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-mr is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-ms is not set +# CONFIG_PACKAGE_luci-i18n-hd-idle-nl is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-no is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-pl is not set # CONFIG_PACKAGE_luci-i18n-hd-idle-pt is not set @@ -5575,8 +5909,10 @@ CONFIG_PACKAGE_luci-i18n-hd-idle-zh-cn=y # CONFIG_PACKAGE_luci-i18n-minidlna-it is not set # CONFIG_PACKAGE_luci-i18n-minidlna-ja is not set # CONFIG_PACKAGE_luci-i18n-minidlna-ko is not set +# CONFIG_PACKAGE_luci-i18n-minidlna-lt is not set # CONFIG_PACKAGE_luci-i18n-minidlna-mr is not set # CONFIG_PACKAGE_luci-i18n-minidlna-ms is not set +# CONFIG_PACKAGE_luci-i18n-minidlna-nl is not set # CONFIG_PACKAGE_luci-i18n-minidlna-no is not set # CONFIG_PACKAGE_luci-i18n-minidlna-pl is not set # CONFIG_PACKAGE_luci-i18n-minidlna-pt is not set @@ -5610,8 +5946,10 @@ CONFIG_PACKAGE_luci-i18n-nfs-zh-cn=y # CONFIG_PACKAGE_luci-i18n-openvpn-it is not set # CONFIG_PACKAGE_luci-i18n-openvpn-ja is not set # CONFIG_PACKAGE_luci-i18n-openvpn-ko is not set +# CONFIG_PACKAGE_luci-i18n-openvpn-lt is not set # CONFIG_PACKAGE_luci-i18n-openvpn-mr is not set # CONFIG_PACKAGE_luci-i18n-openvpn-ms is not set +# CONFIG_PACKAGE_luci-i18n-openvpn-nl is not set # CONFIG_PACKAGE_luci-i18n-openvpn-no is not set # CONFIG_PACKAGE_luci-i18n-openvpn-pl is not set # CONFIG_PACKAGE_luci-i18n-openvpn-pt is not set @@ -5643,8 +5981,10 @@ CONFIG_PACKAGE_luci-i18n-openvpn-zh-cn=y # 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-nl 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 @@ -5675,8 +6015,10 @@ CONFIG_PACKAGE_luci-i18n-opkg-zh-cn=y # CONFIG_PACKAGE_luci-i18n-p910nd-it is not set # CONFIG_PACKAGE_luci-i18n-p910nd-ja is not set # CONFIG_PACKAGE_luci-i18n-p910nd-ko is not set +# CONFIG_PACKAGE_luci-i18n-p910nd-lt is not set # CONFIG_PACKAGE_luci-i18n-p910nd-mr is not set # CONFIG_PACKAGE_luci-i18n-p910nd-ms is not set +# CONFIG_PACKAGE_luci-i18n-p910nd-nl is not set # CONFIG_PACKAGE_luci-i18n-p910nd-no is not set # CONFIG_PACKAGE_luci-i18n-p910nd-pl is not set # CONFIG_PACKAGE_luci-i18n-p910nd-pt is not set @@ -5691,6 +6033,7 @@ CONFIG_PACKAGE_luci-i18n-opkg-zh-cn=y CONFIG_PACKAGE_luci-i18n-p910nd-zh-cn=y # CONFIG_PACKAGE_luci-i18n-p910nd-zh-tw is not set CONFIG_PACKAGE_luci-i18n-passwall-zh-cn=y +CONFIG_PACKAGE_luci-i18n-passwall2-zh-cn=y CONFIG_PACKAGE_luci-i18n-qbittorrent-zh-cn=y CONFIG_PACKAGE_luci-i18n-ramfree-zh-cn=y # CONFIG_PACKAGE_luci-i18n-samba4-ar is not set @@ -5710,6 +6053,7 @@ CONFIG_PACKAGE_luci-i18n-ramfree-zh-cn=y # CONFIG_PACKAGE_luci-i18n-samba4-it is not set # CONFIG_PACKAGE_luci-i18n-samba4-ja is not set # CONFIG_PACKAGE_luci-i18n-samba4-ko is not set +# CONFIG_PACKAGE_luci-i18n-samba4-lt is not set # CONFIG_PACKAGE_luci-i18n-samba4-mr is not set # CONFIG_PACKAGE_luci-i18n-samba4-ms is not set # CONFIG_PACKAGE_luci-i18n-samba4-nl is not set @@ -5726,9 +6070,40 @@ CONFIG_PACKAGE_luci-i18n-ramfree-zh-cn=y # CONFIG_PACKAGE_luci-i18n-samba4-vi is not set CONFIG_PACKAGE_luci-i18n-samba4-zh-cn=y # CONFIG_PACKAGE_luci-i18n-samba4-zh-tw is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ar is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-bg is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-bn is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ca is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-cs is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-da is not set # CONFIG_PACKAGE_luci-i18n-smartdns-de is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-el is not set # CONFIG_PACKAGE_luci-i18n-smartdns-es is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-fi is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-fr is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-he is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-hi is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-hu is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-it is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ja is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ko is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-lt is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-mr is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ms is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-nl is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-no is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-pl is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-pt is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-pt-br is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ro is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-ru is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-sk is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-sv is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-tr is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-uk is not set +# CONFIG_PACKAGE_luci-i18n-smartdns-vi is not set CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn=y +# 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 @@ -5746,8 +6121,10 @@ CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn=y # 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 @@ -5779,6 +6156,7 @@ CONFIG_PACKAGE_luci-i18n-ssr-plus-zh-cn=y # 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 @@ -5812,8 +6190,10 @@ CONFIG_PACKAGE_luci-i18n-statistics-zh-cn=y # CONFIG_PACKAGE_luci-i18n-transmission-it is not set # CONFIG_PACKAGE_luci-i18n-transmission-ja is not set # CONFIG_PACKAGE_luci-i18n-transmission-ko is not set +# CONFIG_PACKAGE_luci-i18n-transmission-lt is not set # CONFIG_PACKAGE_luci-i18n-transmission-mr is not set # CONFIG_PACKAGE_luci-i18n-transmission-ms is not set +# CONFIG_PACKAGE_luci-i18n-transmission-nl is not set # CONFIG_PACKAGE_luci-i18n-transmission-no is not set # CONFIG_PACKAGE_luci-i18n-transmission-pl is not set # CONFIG_PACKAGE_luci-i18n-transmission-pt is not set @@ -5844,8 +6224,10 @@ CONFIG_PACKAGE_luci-i18n-transmission-zh-cn=y # CONFIG_PACKAGE_luci-i18n-ttyd-it is not set # CONFIG_PACKAGE_luci-i18n-ttyd-ja is not set # CONFIG_PACKAGE_luci-i18n-ttyd-ko is not set +# CONFIG_PACKAGE_luci-i18n-ttyd-lt is not set # CONFIG_PACKAGE_luci-i18n-ttyd-mr is not set # CONFIG_PACKAGE_luci-i18n-ttyd-ms is not set +# CONFIG_PACKAGE_luci-i18n-ttyd-nl is not set # CONFIG_PACKAGE_luci-i18n-ttyd-no is not set # CONFIG_PACKAGE_luci-i18n-ttyd-pl is not set # CONFIG_PACKAGE_luci-i18n-ttyd-pt is not set @@ -5877,8 +6259,10 @@ CONFIG_PACKAGE_luci-i18n-turboacc-zh-cn=y # 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-nl 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 @@ -5909,8 +6293,10 @@ CONFIG_PACKAGE_luci-i18n-uhttpd-zh-cn=y # 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-nl 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 @@ -5942,8 +6328,10 @@ CONFIG_PACKAGE_luci-i18n-usb-printer-zh-cn=y # CONFIG_PACKAGE_luci-i18n-watchcat-it is not set # CONFIG_PACKAGE_luci-i18n-watchcat-ja is not set # CONFIG_PACKAGE_luci-i18n-watchcat-ko is not set +# CONFIG_PACKAGE_luci-i18n-watchcat-lt is not set # CONFIG_PACKAGE_luci-i18n-watchcat-mr is not set # CONFIG_PACKAGE_luci-i18n-watchcat-ms is not set +# CONFIG_PACKAGE_luci-i18n-watchcat-nl is not set # CONFIG_PACKAGE_luci-i18n-watchcat-no is not set # CONFIG_PACKAGE_luci-i18n-watchcat-pl is not set # CONFIG_PACKAGE_luci-i18n-watchcat-pt is not set @@ -5974,8 +6362,10 @@ CONFIG_PACKAGE_luci-i18n-watchcat-zh-cn=y # CONFIG_PACKAGE_luci-i18n-wol-it is not set # CONFIG_PACKAGE_luci-i18n-wol-ja is not set # CONFIG_PACKAGE_luci-i18n-wol-ko is not set +# CONFIG_PACKAGE_luci-i18n-wol-lt is not set # CONFIG_PACKAGE_luci-i18n-wol-mr is not set # CONFIG_PACKAGE_luci-i18n-wol-ms is not set +# CONFIG_PACKAGE_luci-i18n-wol-nl is not set # CONFIG_PACKAGE_luci-i18n-wol-no is not set # CONFIG_PACKAGE_luci-i18n-wol-pl is not set # CONFIG_PACKAGE_luci-i18n-wol-pt is not set @@ -6057,6 +6447,7 @@ CONFIG_PACKAGE_minidlna=y # CONFIG_PACKAGE_mjpg-streamer is not set # CONFIG_PACKAGE_motion is not set # CONFIG_PACKAGE_tvheadend is not set +# CONFIG_PACKAGE_v4l2camera is not set # CONFIG_PACKAGE_v4l2rtspserver is not set # CONFIG_PACKAGE_v4l2tools is not set # CONFIG_PACKAGE_vips is not set @@ -6093,6 +6484,8 @@ CONFIG_PACKAGE_transmission-web-control=y # 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 @@ -6146,8 +6539,8 @@ CONFIG_ARIA2_WEBSOCKET=y # CONFIG_PACKAGE_atftp is not set # CONFIG_PACKAGE_atftpd is not set +# CONFIG_PACKAGE_croc is not set CONFIG_PACKAGE_curl=y -# CONFIG_PACKAGE_gnurl is not set # CONFIG_PACKAGE_lftp is not set # CONFIG_PACKAGE_rclone is not set # CONFIG_PACKAGE_rclone-config is not set @@ -6199,6 +6592,7 @@ CONFIG_PACKAGE_ip6tables-mod-nat=y CONFIG_PACKAGE_ip6tables-nft=y CONFIG_PACKAGE_ip6tables-zz-legacy=y CONFIG_PACKAGE_iptables-mod-account=y +# CONFIG_PACKAGE_iptables-mod-asn is not set CONFIG_PACKAGE_iptables-mod-chaos=y CONFIG_PACKAGE_iptables-mod-checksum=y CONFIG_PACKAGE_iptables-mod-cluster=y @@ -6209,9 +6603,7 @@ CONFIG_PACKAGE_iptables-mod-conntrack-label=y CONFIG_PACKAGE_iptables-mod-delude=y CONFIG_PACKAGE_iptables-mod-dhcpmac=y CONFIG_PACKAGE_iptables-mod-dnetmap=y -CONFIG_PACKAGE_iptables-mod-extra=y CONFIG_PACKAGE_iptables-mod-filter=y -CONFIG_PACKAGE_iptables-mod-fullconenat=y CONFIG_PACKAGE_iptables-mod-fuzzy=y CONFIG_PACKAGE_iptables-mod-geoip=y CONFIG_PACKAGE_iptables-mod-hashlimit=y @@ -6242,10 +6634,17 @@ CONFIG_PACKAGE_iptables-zz-legacy=y CONFIG_PACKAGE_iptables-mod-sysrq=y CONFIG_PACKAGE_iptables-mod-tarpit=y CONFIG_PACKAGE_iptables-mod-tee=y -CONFIG_PACKAGE_iptables-mod-tproxy=y CONFIG_PACKAGE_iptables-mod-trace=y CONFIG_PACKAGE_iptables-mod-u32=y CONFIG_PACKAGE_iptaccount=y +# CONFIG_PACKAGE_iptasn is not set + +# +# Select iptasn options +# +# CONFIG_IPTASN_PRESERVE is not set +# end of Select iptasn options + # CONFIG_PACKAGE_iptgeoip is not set # @@ -6260,12 +6659,12 @@ CONFIG_PACKAGE_miniupnpd-iptables=y # CONFIG_PACKAGE_natpmpc is not set CONFIG_PACKAGE_nftables-json=y # CONFIG_PACKAGE_nftables-nojson is not set +# 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_xtables-legacy=y CONFIG_PACKAGE_xtables-nft=y @@ -6308,6 +6707,7 @@ CONFIG_PACKAGE_bind-nslookup=y # CONFIG_PACKAGE_bind-rndc is not set # CONFIG_PACKAGE_bind-server is not set CONFIG_BIND_ENABLE_DOH=y +# CONFIG_BIND_ENABLE_GSSAPI is not set # CONFIG_PACKAGE_bind-tools is not set CONFIG_PACKAGE_chinadns-ng=y CONFIG_PACKAGE_ddns-scripts=y @@ -6317,7 +6717,9 @@ CONFIG_PACKAGE_ddns-scripts-digitalocean=y CONFIG_PACKAGE_ddns-scripts-dnspod=y CONFIG_PACKAGE_ddns-scripts-freedns=y CONFIG_PACKAGE_ddns-scripts-gandi=y +# CONFIG_PACKAGE_ddns-scripts-gcp is not set CONFIG_PACKAGE_ddns-scripts-godaddy=y +# CONFIG_PACKAGE_ddns-scripts-luadns is not set CONFIG_PACKAGE_ddns-scripts-noip=y CONFIG_PACKAGE_ddns-scripts-ns1=y CONFIG_PACKAGE_ddns-scripts-nsupdate=y @@ -6326,12 +6728,16 @@ CONFIG_PACKAGE_ddns-scripts-pdns=y CONFIG_PACKAGE_ddns-scripts-route53=y CONFIG_PACKAGE_ddns-scripts-services=y CONFIG_PACKAGE_ddns-scripts-transip=y +# CONFIG_PACKAGE_ddns-scripts-utils is not set # CONFIG_PACKAGE_dhcp-forwarder is not set +# CONFIG_PACKAGE_dhtd is not set # CONFIG_PACKAGE_dns-over-https is not set CONFIG_PACKAGE_dns2socks=y +CONFIG_PACKAGE_dns2tcp=y # 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=y # CONFIG_PACKAGE_drill is not set @@ -6378,6 +6784,7 @@ CONFIG_PACKAGE_dnsproxy=y # CONFIG_PACKAGE_mdns-utils is not set # CONFIG_PACKAGE_mdnsd is not set # CONFIG_PACKAGE_mdnsresponder is not set +CONFIG_PACKAGE_mosdns=y # CONFIG_PACKAGE_nsd is not set # CONFIG_PACKAGE_nsd-control is not set # CONFIG_PACKAGE_nsd-control-setup is not set @@ -6412,7 +6819,6 @@ CONFIG_PACKAGE_wsdd2=y # 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 @@ -6527,18 +6933,9 @@ CONFIG_v2ray-plugin_INCLUDE_GOPROXY=y # 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_bmx6 is not set # CONFIG_PACKAGE_bmx7 is not set # CONFIG_PACKAGE_cjdns is not set # CONFIG_PACKAGE_cjdns-tests is not set @@ -6557,10 +6954,11 @@ CONFIG_PACKAGE_ip-full=y # 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_relayd=y # CONFIG_PACKAGE_smcroute is not set # CONFIG_PACKAGE_ss is not set # CONFIG_PACKAGE_sslh is not set @@ -6578,6 +6976,9 @@ CONFIG_PACKAGE_tc-tiny=y # SSH # CONFIG_PACKAGE_autossh=y +# CONFIG_PACKAGE_mosh-client is not set +# CONFIG_PACKAGE_mosh-full is not set +# CONFIG_PACKAGE_mosh-server is not set CONFIG_PACKAGE_openssh-client=y CONFIG_PACKAGE_openssh-client-utils=y CONFIG_PACKAGE_openssh-keygen=y @@ -6698,7 +7099,6 @@ CONFIG_PACKAGE_tmate=y # 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 @@ -6710,8 +7110,10 @@ CONFIG_PACKAGE_tmate=y # CONFIG_PACKAGE_eoip is not set # CONFIG_PACKAGE_fastd is not set # CONFIG_PACKAGE_libreswan is not set +# CONFIG_PACKAGE_libreswan-iptables is not set CONFIG_PACKAGE_n2n-edge=y CONFIG_PACKAGE_n2n-supernode=y +# CONFIG_PACKAGE_netbird is not set # CONFIG_PACKAGE_ocserv is not set # CONFIG_PACKAGE_openconnect is not set # CONFIG_PACKAGE_openfortivpn is not set @@ -6723,15 +7125,11 @@ CONFIG_OPENVPN_openssl_ENABLE_LZ4=y # CONFIG_OPENVPN_openssl_ENABLE_X509_ALT_USERNAME is not set # CONFIG_OPENVPN_openssl_ENABLE_MANAGEMENT is not set 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_DCO is not set CONFIG_OPENVPN_openssl_ENABLE_SMALL=y # CONFIG_PACKAGE_openvpn-wolfssl is not set -# CONFIG_PACKAGE_pbr is not set -# CONFIG_PACKAGE_pbr-iptables is not set CONFIG_PACKAGE_pptpd=y # CONFIG_PACKAGE_softethervpn-base is not set # CONFIG_PACKAGE_softethervpn-bridge is not set @@ -6743,7 +7141,6 @@ CONFIG_PACKAGE_pptpd=y # CONFIG_PACKAGE_sstp-client is not set # CONFIG_PACKAGE_strongswan is not set # CONFIG_PACKAGE_tailscale is not set -# CONFIG_PACKAGE_tailscaled is not set # CONFIG_PACKAGE_tinc is not set # CONFIG_PACKAGE_uanytun is not set # CONFIG_PACKAGE_uanytun-nettle is not set @@ -6751,7 +7148,7 @@ CONFIG_PACKAGE_pptpd=y # CONFIG_PACKAGE_uanytun-sslcrypt is not set # CONFIG_PACKAGE_vpnc is not set # CONFIG_PACKAGE_vpnc-scripts is not set -# CONFIG_PACKAGE_wireguard-tools is not set +CONFIG_PACKAGE_wireguard-tools=y # CONFIG_PACKAGE_xl2tpd is not set CONFIG_PACKAGE_zerotier=y @@ -6810,10 +7207,66 @@ CONFIG_PACKAGE_haproxy=y # CONFIG_PACKAGE_lighttpd is not set CONFIG_PACKAGE_microsocks=y CONFIG_PACKAGE_naiveproxy=y -# CONFIG_PACKAGE_nginx-all-module is not set -# CONFIG_PACKAGE_nginx-mod-luci is not set -# CONFIG_PACKAGE_nginx-ssl is not set -# CONFIG_PACKAGE_nginx-ssl-util is not set +# CONFIG_PACKAGE_nginx-full is not set +CONFIG_PACKAGE_nginx-mod-brotli=y +CONFIG_PACKAGE_nginx-mod-dav-ext=y +CONFIG_PACKAGE_nginx-mod-geoip2=y +CONFIG_PACKAGE_nginx-mod-headers-more=y +CONFIG_PACKAGE_nginx-mod-lua=y +CONFIG_PACKAGE_nginx-mod-lua-resty-core=y +CONFIG_PACKAGE_nginx-mod-lua-resty-lrucache=y +CONFIG_PACKAGE_nginx-mod-luci=y +CONFIG_PACKAGE_nginx-mod-naxsi=y +CONFIG_PACKAGE_nginx-mod-rtmp=y +CONFIG_PACKAGE_nginx-mod-stream=y +CONFIG_PACKAGE_nginx-mod-ts=y +CONFIG_PACKAGE_nginx-mod-ubus=y +CONFIG_PACKAGE_nginx-ssl=y + +# +# Configuration +# +CONFIG_NGINX_DAV=y +CONFIG_NGINX_FLV=y +CONFIG_NGINX_STUB_STATUS=y +CONFIG_NGINX_HTTP_CHARSET=y +CONFIG_NGINX_HTTP_GZIP=y +CONFIG_NGINX_HTTP_GZIP_STATIC=y +CONFIG_NGINX_HTTP_SSI=y +CONFIG_NGINX_HTTP_USERID=y +CONFIG_NGINX_HTTP_ACCESS=y +CONFIG_NGINX_HTTP_AUTH_BASIC=y +CONFIG_NGINX_HTTP_AUTH_REQUEST=y +CONFIG_NGINX_HTTP_AUTOINDEX=y +CONFIG_NGINX_HTTP_GEO=y +CONFIG_NGINX_HTTP_MAP=y +CONFIG_NGINX_HTTP_SPLIT_CLIENTS=y +CONFIG_NGINX_HTTP_REFERER=y +CONFIG_NGINX_HTTP_REWRITE=y +CONFIG_NGINX_HTTP_PROXY=y +CONFIG_NGINX_HTTP_FASTCGI=y +CONFIG_NGINX_HTTP_UWSGI=y +CONFIG_NGINX_HTTP_SCGI=y +CONFIG_NGINX_HTTP_MEMCACHED=y +CONFIG_NGINX_HTTP_LIMIT_CONN=y +CONFIG_NGINX_HTTP_LIMIT_REQ=y +CONFIG_NGINX_HTTP_EMPTY_GIF=y +CONFIG_NGINX_HTTP_BROWSER=y +CONFIG_NGINX_HTTP_UPSTREAM_HASH=y +CONFIG_NGINX_HTTP_UPSTREAM_IP_HASH=y +CONFIG_NGINX_HTTP_UPSTREAM_LEAST_CONN=y +CONFIG_NGINX_HTTP_UPSTREAM_KEEPALIVE=y +CONFIG_NGINX_HTTP_CACHE=y +CONFIG_NGINX_HTTP_V2=y +CONFIG_NGINX_HTTP_QUIC=y +CONFIG_NGINX_PCRE=y +CONFIG_NGINX_HTTP_REAL_IP=y +CONFIG_NGINX_HTTP_SECURE_LINK=y +CONFIG_NGINX_HTTP_SUB=y +CONFIG_NGINX_STREAM_REAL_IP=y +# end of Configuration + +CONFIG_PACKAGE_nginx-ssl-util=y # CONFIG_PACKAGE_nginx-ssl-util-nopcre is not set # CONFIG_PACKAGE_polipo is not set # CONFIG_PACKAGE_privoxy is not set @@ -6821,6 +7274,7 @@ CONFIG_PACKAGE_naiveproxy=y # CONFIG_PACKAGE_radicale2 is not set # CONFIG_PACKAGE_radicale2-examples is not set CONFIG_PACKAGE_redsocks2=y +CONFIG_PACKAGE_shadow-tls=y CONFIG_PACKAGE_shadowsocks-libev-config=y CONFIG_PACKAGE_shadowsocks-libev-ss-local=y CONFIG_PACKAGE_shadowsocks-libev-ss-redir=y @@ -6843,11 +7297,17 @@ CONFIG_PACKAGE_shadowsocksr-libev-ssr-server=y # CONFIG_PACKAGE_squid is not set # CONFIG_PACKAGE_tinyproxy is not set CONFIG_PACKAGE_trojan-go=y +CONFIG_PACKAGE_tuic-client=y CONFIG_PACKAGE_uhttpd=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_uwsgi=y +CONFIG_PACKAGE_uwsgi-cgi-plugin=y +# CONFIG_PACKAGE_uwsgi-logfile-plugin is not set +CONFIG_PACKAGE_uwsgi-luci-support=y +# CONFIG_PACKAGE_uwsgi-python3-plugin is not set +CONFIG_PACKAGE_uwsgi-syslog-plugin=y # CONFIG_PACKAGE_v2raya is not set # CONFIG_PACKAGE_xfrpc is not set CONFIG_PACKAGE_xray-plugin=y @@ -6872,13 +7332,16 @@ CONFIG_PACKAGE_xray-plugin=y # WirelessAPD # # CONFIG_PACKAGE_eapol-test is not set +# CONFIG_PACKAGE_eapol-test-mbedtls is not set # CONFIG_PACKAGE_eapol-test-openssl is not set # CONFIG_PACKAGE_eapol-test-wolfssl is not set CONFIG_PACKAGE_hostapd=y # CONFIG_PACKAGE_hostapd-basic is not set +# CONFIG_PACKAGE_hostapd-basic-mbedtls is not set # CONFIG_PACKAGE_hostapd-basic-openssl is not set # CONFIG_PACKAGE_hostapd-basic-wolfssl is not set 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 @@ -6891,13 +7354,13 @@ CONFIG_PACKAGE_wpa-supplicant=y # CONFIG_WPA_RFKILL_SUPPORT is not set CONFIG_WPA_MSG_MIN_PRIORITY=3 # CONFIG_WPA_WOLFSSL is not set -# CONFIG_DRIVER_WEXT_SUPPORT is not set -CONFIG_DRIVER_11N_SUPPORT=y CONFIG_DRIVER_11AC_SUPPORT=y # CONFIG_DRIVER_11AX_SUPPORT is not set # CONFIG_WPA_ENABLE_WEP is not set CONFIG_WPA_MBO_SUPPORT=y # CONFIG_PACKAGE_wpa-supplicant-basic is not set +# CONFIG_PACKAGE_wpa-supplicant-mbedtls is not set +# CONFIG_PACKAGE_wpa-supplicant-mesh-mbedtls is not set # CONFIG_PACKAGE_wpa-supplicant-mesh-openssl is not set # CONFIG_PACKAGE_wpa-supplicant-mesh-wolfssl is not set # CONFIG_PACKAGE_wpa-supplicant-mini is not set @@ -6906,8 +7369,11 @@ CONFIG_WPA_MBO_SUPPORT=y # CONFIG_PACKAGE_wpa-supplicant-wolfssl is not set # CONFIG_PACKAGE_wpad is not set # CONFIG_PACKAGE_wpad-basic is not set +# CONFIG_PACKAGE_wpad-basic-mbedtls is not set # 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 is not set # CONFIG_PACKAGE_wpad-mesh-wolfssl is not set # CONFIG_PACKAGE_wpad-mini is not set @@ -6927,11 +7393,13 @@ CONFIG_PACKAGE_6in4=y # 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 @@ -6939,6 +7407,7 @@ CONFIG_PACKAGE_6in4=y # CONFIG_PACKAGE_adguardhome is not set # CONFIG_PACKAGE_ahcpd is not set # CONFIG_PACKAGE_alfred is not set +# CONFIG_PACKAGE_alist is not set # CONFIG_PACKAGE_apcupsd is not set # CONFIG_PACKAGE_apcupsd-cgi is not set # CONFIG_PACKAGE_apinger is not set @@ -6946,12 +7415,14 @@ CONFIG_PACKAGE_6in4=y # 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 @@ -6963,27 +7434,31 @@ CONFIG_PACKAGE_cifsmount=y # 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_dns2tcp=y # CONFIG_PACKAGE_dnscrypt-proxy2 is not set CONFIG_PACKAGE_dnsforwarder=y # CONFIG_PACKAGE_dnstap is not set # CONFIG_PACKAGE_dnstop is not set # CONFIG_PACKAGE_ds-lite is not set # CONFIG_PACKAGE_esniper is not set +# CONFIG_PACKAGE_esp2net is not set CONFIG_PACKAGE_etherwake=y # CONFIG_PACKAGE_etherwake-nfqueue is not set CONFIG_PACKAGE_ethtool=y # CONFIG_PACKAGE_ethtool-full is not set +# CONFIG_PACKAGE_evilginx2 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_flent is not set # CONFIG_PACKAGE_foolsm is not set # CONFIG_PACKAGE_fping is not set # CONFIG_PACKAGE_generate-ipv6-address is not set @@ -6993,6 +7468,7 @@ CONFIG_PACKAGE_ethtool=y # CONFIG_PACKAGE_gg is not set # CONFIG_PACKAGE_git-lfs is not set # CONFIG_PACKAGE_gnunet is not set +# CONFIG_PACKAGE_gping is not set # CONFIG_PACKAGE_gre is not set # CONFIG_PACKAGE_gsocket is not set # CONFIG_PACKAGE_hnet-full is not set @@ -7016,7 +7492,7 @@ CONFIG_PACKAGE_hysteria=y # CONFIG_PACKAGE_iperf is not set CONFIG_PACKAGE_iperf3=y # CONFIG_PACKAGE_iperf3-ssl is not set -# CONFIG_PACKAGE_ipip is not set +CONFIG_PACKAGE_ipip=y CONFIG_PACKAGE_ipset=y # CONFIG_PACKAGE_ipset-dns is not set CONFIG_PACKAGE_ipt2socks=y @@ -7061,7 +7537,6 @@ CONFIG_PACKAGE_libipset=y # CONFIG_PACKAGE_mosquitto-client-ssl is not set # CONFIG_PACKAGE_mosquitto-nossl is not set # 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 @@ -7072,7 +7547,9 @@ CONFIG_PACKAGE_libipset=y # CONFIG_PACKAGE_ndptool is not set # CONFIG_PACKAGE_nebula is not set # CONFIG_PACKAGE_nebula-cert is not set +# CONFIG_PACKAGE_net-mtools 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 @@ -7083,6 +7560,7 @@ CONFIG_PACKAGE_libipset=y # CONFIG_PACKAGE_nfdump is not set # CONFIG_PACKAGE_nlbwmon is not set # CONFIG_PACKAGE_noping is not set +# CONFIG_PACKAGE_nqptp is not set # CONFIG_PACKAGE_nut is not set # CONFIG_PACKAGE_obfs4proxy is not set CONFIG_PACKAGE_odhcp6c=y @@ -7099,9 +7577,10 @@ CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0 # CONFIG_PACKAGE_ola is not set # CONFIG_PACKAGE_omcproxy is not set # CONFIG_PACKAGE_onionshare-cli is not set -# CONFIG_PACKAGE_ooniprobe is not set # CONFIG_PACKAGE_oor is not set # CONFIG_PACKAGE_open-iscsi is not set +# CONFIG_PACKAGE_openelp is not set +# CONFIG_PACKAGE_openthread-br is not set # CONFIG_PACKAGE_oping is not set # CONFIG_PACKAGE_ostiary is not set # CONFIG_PACKAGE_pagekitec is not set @@ -7132,6 +7611,7 @@ CONFIG_PACKAGE_ppp-mod-pptp=y # CONFIG_PACKAGE_ratechecker is not set CONFIG_PACKAGE_redsocks=y # CONFIG_PACKAGE_remserial is not set +# CONFIG_PACKAGE_respondd is not set # CONFIG_PACKAGE_restic-rest-server is not set # CONFIG_PACKAGE_rpcapd is not set CONFIG_PACKAGE_rpcbind=y @@ -7146,6 +7626,7 @@ CONFIG_PACKAGE_samba4-server=y CONFIG_SAMBA4_SERVER_WSDD2=y CONFIG_SAMBA4_SERVER_NETBIOS=y CONFIG_SAMBA4_SERVER_AVAHI=y +CONFIG_SAMBA4_SERVER_QUOTAS=y CONFIG_SAMBA4_SERVER_VFS=y # CONFIG_SAMBA4_SERVER_VFSX is not set # CONFIG_SAMBA4_SERVER_AD_DC is not set @@ -7154,7 +7635,6 @@ CONFIG_PACKAGE_samba4-utils=y # CONFIG_PACKAGE_scapy is not set # CONFIG_PACKAGE_sctp-tools is not set # CONFIG_PACKAGE_ser2net is not set -# CONFIG_PACKAGE_simple-adblock is not set CONFIG_PACKAGE_simple-obfs=y # CONFIG_PACKAGE_simple-obfs-server is not set @@ -7164,6 +7644,25 @@ CONFIG_PACKAGE_simple-obfs=y # CONFIG_SIMPLE_OBFS_STATIC_LINK is not set # end of Simple-obfs Compile Configuration +CONFIG_PACKAGE_sing-box=y + +# +# Select build options +# +CONFIG_SINGBOX_WITH_ACME=y +CONFIG_SINGBOX_WITH_CLASH_API=y +CONFIG_SINGBOX_WITH_DHCP=y +CONFIG_SINGBOX_WITH_ECH=y +CONFIG_SINGBOX_WITH_EMBEDDED_TOR=y +CONFIG_SINGBOX_WITH_GRPC=y +CONFIG_SINGBOX_WITH_GVISOR=y +CONFIG_SINGBOX_WITH_QUIC=y +CONFIG_SINGBOX_WITH_REALITY_SERVER=y +CONFIG_SINGBOX_WITH_UTLS=y +CONFIG_SINGBOX_WITH_V2RAY_API=y +CONFIG_SINGBOX_WITH_WIREGUARD=y +# end of Select build options + # CONFIG_PACKAGE_slirp4netns is not set CONFIG_PACKAGE_smartdns=y # CONFIG_PACKAGE_smbinfo is not set @@ -7173,7 +7672,6 @@ CONFIG_PACKAGE_smartdns=y # CONFIG_PACKAGE_snmptrapd is not set # CONFIG_PACKAGE_snowflake-broker is not set # CONFIG_PACKAGE_snowflake-client is not set -# CONFIG_PACKAGE_snowflake-distinctcounter is not set # CONFIG_PACKAGE_snowflake-probetest is not set # CONFIG_PACKAGE_snowflake-proxy is not set # CONFIG_PACKAGE_snowflake-server is not set @@ -7182,8 +7680,9 @@ CONFIG_SOCAT_SSL=y # CONFIG_PACKAGE_softflowd is not set # CONFIG_PACKAGE_soloscli is not set # CONFIG_PACKAGE_speedtest-netperf is not set -# CONFIG_PACKAGE_speedtestpp is not set +# CONFIG_PACKAGE_speedtestcpp is not set # CONFIG_PACKAGE_spoofer is not set +# CONFIG_PACKAGE_sscep is not set CONFIG_PACKAGE_ssocks=y CONFIG_PACKAGE_ssocksd=y # CONFIG_PACKAGE_static-neighbor-reports is not set @@ -7200,16 +7699,18 @@ CONFIG_PACKAGE_tcping=y # CONFIG_PACKAGE_tmate-ssh-server is not set # CONFIG_PACKAGE_tor is not set # CONFIG_PACKAGE_tor-basic is not set -# CONFIG_PACKAGE_tor-fw-helper is not set # CONFIG_PACKAGE_trafficshaper is not set # CONFIG_PACKAGE_travelmate is not set CONFIG_PACKAGE_trojan=y CONFIG_PACKAGE_trojan-plus=y +# 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 @@ -7218,6 +7719,7 @@ CONFIG_PACKAGE_uclient-fetch=y # 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 @@ -7238,6 +7740,7 @@ CONFIG_PACKAGE_wwan=y # CONFIG_PACKAGE_xinetd is not set CONFIG_PACKAGE_xray-core=y # CONFIG_PACKAGE_xray-example is not set +# CONFIG_PACKAGE_ztdns is not set # end of Network # @@ -7283,14 +7786,14 @@ CONFIG_PACKAGE_lame-lib=y # 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-custom is not set +# CONFIG_PACKAGE_squeezelite-dynamic 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 @@ -7395,6 +7898,7 @@ CONFIG_PACKAGE_lsblk=y # CONFIG_PACKAGE_lvm2-selinux is not set # CONFIG_PACKAGE_mdadm is not set CONFIG_PACKAGE_mtools=y +# CONFIG_PACKAGE_nvme-cli is not set CONFIG_PACKAGE_parted=y # @@ -7577,34 +8081,44 @@ CONFIG_PACKAGE_ttyd=y # end of Terminal # -# Userspace GPIO Drivers -# -# end of Userspace GPIO Drivers - -# -# Virtualization -# -# CONFIG_PACKAGE_qemu-ga is not set -# CONFIG_PACKAGE_virtio-console-helper is not set -# end of Virtualization - -# -# Zoneinfo +# 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=y # 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-core=y # CONFIG_PACKAGE_zoneinfo-europe is not set -# CONFIG_PACKAGE_zoneinfo-india is not set -# CONFIG_PACKAGE_zoneinfo-northamerica 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 -# CONFIG_PACKAGE_zoneinfo-southamerica is not set -# end of Zoneinfo +# end of Time Zone info + +# +# Userspace GPIO Drivers +# +# end of Userspace GPIO Drivers + +# +# Virtualization +# +# CONFIG_PACKAGE_qemu-aarch64-softmmu is not set +# CONFIG_PACKAGE_qemu-arm-softmmu is not set +# CONFIG_PACKAGE_qemu-bridge-helper is not set +# CONFIG_PACKAGE_qemu-firmware-efi is not set +# CONFIG_PACKAGE_qemu-firmware-pxe is not set +# CONFIG_PACKAGE_qemu-firmware-seabios is not set +# CONFIG_PACKAGE_qemu-firmware-seavgabios is not set +# CONFIG_PACKAGE_qemu-ga is not set +# CONFIG_PACKAGE_qemu-img is not set +# CONFIG_PACKAGE_qemu-keymaps is not set +# CONFIG_PACKAGE_qemu-nbd is not set +# CONFIG_PACKAGE_qemu-x86_64-softmmu is not set +# CONFIG_PACKAGE_virtio-console-helper is not set +# end of Virtualization # # libimobiledevice @@ -7654,8 +8168,11 @@ CONFIG_PACKAGE_zoneinfo-asia=y # CONFIG_PACKAGE_acpid is not set CONFIG_PACKAGE_adb=y # CONFIG_PACKAGE_airos-dfs-reset is not set +CONFIG_PACKAGE_alpine-keys=y +CONFIG_PACKAGE_alpine-repositories=y # CONFIG_PACKAGE_ap51-flash is not set -# CONFIG_PACKAGE_apk is not set +CONFIG_PACKAGE_apk=y +# CONFIG_PACKAGE_arp-whisper is not set # CONFIG_PACKAGE_at is not set # CONFIG_PACKAGE_atheepmgr is not set # CONFIG_PACKAGE_audit is not set @@ -7663,19 +8180,18 @@ CONFIG_PACKAGE_adb=y # CONFIG_PACKAGE_augeas is not set # CONFIG_PACKAGE_augeas-lenses is not set # CONFIG_PACKAGE_augeas-lenses-tests is not set -# CONFIG_PACKAGE_bandwidthd is not set -# CONFIG_PACKAGE_bandwidthd-pgsql is not set -# CONFIG_PACKAGE_bandwidthd-php is not set -# CONFIG_PACKAGE_bandwidthd-sqlite is not set # CONFIG_PACKAGE_banhostlist is not set +# CONFIG_PACKAGE_base16384 is not set CONFIG_PACKAGE_bc=y # 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_bsdiff is not set @@ -7695,6 +8211,8 @@ CONFIG_PACKAGE_cgroupfs-mount=y # CONFIG_PACKAGE_checksec is not set # CONFIG_PACKAGE_checksec_automator is not set # CONFIG_PACKAGE_chkcon is not set +# CONFIG_PACKAGE_cligen is not set +# CONFIG_PACKAGE_clixon is not set # CONFIG_PACKAGE_clocate is not set # CONFIG_PACKAGE_cmdpad is not set # CONFIG_PACKAGE_cni is not set @@ -7777,6 +8295,7 @@ CONFIG_PACKAGE_collectd-mod-users=y CONFIG_PACKAGE_collectd-mod-wireless=y # 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=y CONFIG_PACKAGE_coremark=y @@ -7905,6 +8424,7 @@ CONFIG_PACKAGE_dbus=y # CONFIG_PACKAGE_digitemp is not set # CONFIG_PACKAGE_digitemp-usb is not set CONFIG_PACKAGE_dmesg=y +# CONFIG_PACKAGE_dmidecode is not set CONFIG_PACKAGE_docker=y CONFIG_PACKAGE_docker-compose=y CONFIG_PACKAGE_dockerd=y @@ -7935,10 +8455,13 @@ CONFIG_DOCKER_STO_BTRFS=y # CONFIG_PACKAGE_dtc is not set # CONFIG_PACKAGE_dumb-init is not set # CONFIG_PACKAGE_dump1090 is not set +# CONFIG_PACKAGE_dysk is not set # CONFIG_PACKAGE_ecdsautils is not set +# CONFIG_PACKAGE_efibootmgr is not set # CONFIG_PACKAGE_elektra-kdb is not set # CONFIG_PACKAGE_evtest is not set # CONFIG_PACKAGE_extract is not set +# CONFIG_PACKAGE_eza is not set # CONFIG_PACKAGE_fbtest is not set # CONFIG_PACKAGE_fdt-utils is not set # CONFIG_PACKAGE_file is not set @@ -7957,6 +8480,7 @@ CONFIG_DOCKER_STO_BTRFS=y # CONFIG_PACKAGE_fritz-tffs-nand is not set # CONFIG_PACKAGE_ftdi_eeprom is not set # CONFIG_PACKAGE_fuse-overlayfs is not set +# CONFIG_PACKAGE_fx is not set # CONFIG_PACKAGE_fxload is not set # CONFIG_PACKAGE_gammu is not set CONFIG_PACKAGE_gawk=y @@ -7989,7 +8513,6 @@ CONFIG_PACKAGE_iconv=y # CONFIG_PACKAGE_inotifywatch is not set CONFIG_PACKAGE_io=y # CONFIG_PACKAGE_ipcs is not set -# CONFIG_PACKAGE_ipfs-http-client-tests is not set CONFIG_PACKAGE_irqbalance=y # CONFIG_PACKAGE_iwcap is not set CONFIG_PACKAGE_iwinfo=y @@ -8002,10 +8525,9 @@ CONFIG_PACKAGE_kmod=y # CONFIG_PACKAGE_lcdproc-drivers is not set # CONFIG_PACKAGE_lcdproc-server is not set # CONFIG_PACKAGE_less is not set +# CONFIG_PACKAGE_libflashrom is not set CONFIG_PACKAGE_libjson-script=y -CONFIG_PACKAGE_libnetwork=y # CONFIG_PACKAGE_librespeed-cli is not set -CONFIG_PACKAGE_libucode=y # CONFIG_PACKAGE_libxml2-utils is not set CONFIG_PACKAGE_lm-sensors=y # CONFIG_PACKAGE_lm-sensors-detect is not set @@ -8016,6 +8538,7 @@ CONFIG_PACKAGE_lm-sensors=y CONFIG_PACKAGE_losetup=y # CONFIG_PACKAGE_lrzsz is not set CONFIG_PACKAGE_lscpu=y +# CONFIG_PACKAGE_lsd is not set # CONFIG_PACKAGE_lslocks is not set # CONFIG_PACKAGE_lsns is not set # CONFIG_PACKAGE_lsof is not set @@ -8030,20 +8553,22 @@ CONFIG_PACKAGE_lscpu=y # 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-full is not set -# CONFIG_PACKAGE_mosh-server is not set CONFIG_PACKAGE_mount-utils=y # CONFIG_PACKAGE_mpack is not set +# CONFIG_PACKAGE_mpremote is not set # CONFIG_PACKAGE_mqttled is not set +# CONFIG_PACKAGE_mstflint is not set # CONFIG_PACKAGE_mt-st is not set +# CONFIG_PACKAGE_mt5311 is not set # CONFIG_PACKAGE_namei is not set # CONFIG_PACKAGE_naywatch is not set +# CONFIG_PACKAGE_nerdctl is not set # CONFIG_PACKAGE_netopeer2-cli is not set # CONFIG_PACKAGE_netopeer2-server is not set # CONFIG_PACKAGE_netwhere is not set @@ -8065,6 +8590,7 @@ CONFIG_PACKAGE_openssl-util=y # 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 @@ -8075,7 +8601,6 @@ CONFIG_PACKAGE_openssl-util=y # Configuration # # CONFIG_PODMAN_SELINUX_SUPPORT is not set -# CONFIG_PODMAN_IPTABLES_FW is not set # end of Configuration # CONFIG_PACKAGE_poemgr is not set @@ -8084,15 +8609,19 @@ CONFIG_PACKAGE_openssl-util=y # CONFIG_PACKAGE_pps-tools is not set # CONFIG_PACKAGE_prlimit is not set # CONFIG_PACKAGE_procps-ng is not set +# CONFIG_PACKAGE_procps-ng3 is not set +# CONFIG_PACKAGE_procs is not set # CONFIG_PACKAGE_progress is not set -# CONFIG_PACKAGE_prometheus is not set # CONFIG_PACKAGE_prometheus-node-exporter-lua is not set +# CONFIG_PACKAGE_prometheus-node-exporter-ucode is not set # 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_quectel-timesync is not set # CONFIG_PACKAGE_quota is not set # CONFIG_PACKAGE_ravpower-mcu is not set # CONFIG_PACKAGE_readsb is not set @@ -8100,6 +8629,8 @@ CONFIG_PACKAGE_openssl-util=y # CONFIG_PACKAGE_rename is not set # CONFIG_PACKAGE_reptyr 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 @@ -8111,12 +8642,24 @@ CONFIG_PACKAGE_runc=y # CONFIG_PACKAGE_sane-frontends is not set # CONFIG_PACKAGE_secilc is not set CONFIG_PACKAGE_sed=y +# 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_semodule-utils 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 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 @@ -8136,6 +8679,7 @@ CONFIG_PACKAGE_smartmontools=y # CONFIG_PACKAGE_ssdeep is not set # CONFIG_PACKAGE_sshpass is not set # CONFIG_PACKAGE_stdiscosrv is not set +# CONFIG_PACKAGE_stlink is not set # CONFIG_PACKAGE_strace is not set CONFIG_STRACE_NONE=y # CONFIG_STRACE_LIBDW is not set @@ -8144,6 +8688,7 @@ CONFIG_STRACE_NONE=y # CONFIG_PACKAGE_stress is not set # CONFIG_PACKAGE_stress-ng is not set # CONFIG_PACKAGE_sumo is not set +# CONFIG_PACKAGE_swanmon is not set # CONFIG_PACKAGE_syncthing is not set # CONFIG_PACKAGE_sysrepo is not set # CONFIG_PACKAGE_sysrepocfg is not set @@ -8161,6 +8706,7 @@ CONFIG_PACKAGE_TAR_ZSTD=y # CONFIG_PACKAGE_telegraf is not set # CONFIG_PACKAGE_telegraf-full is not set # CONFIG_PACKAGE_telldus-core is not set +# CONFIG_PACKAGE_telldus-mqtt is not set # CONFIG_PACKAGE_temperusb is not set # CONFIG_PACKAGE_tesseract is not set CONFIG_PACKAGE_tini=y @@ -8169,18 +8715,12 @@ CONFIG_PACKAGE_tini=y # CONFIG_PACKAGE_tree is not set # CONFIG_PACKAGE_triggerhappy is not set # CONFIG_PACKAGE_ubnt-manager is not set -CONFIG_PACKAGE_ucode=y -CONFIG_PACKAGE_ucode-mod-fs=y +# CONFIG_PACKAGE_ucode-mod-bpf is not set CONFIG_PACKAGE_ucode-mod-html=y CONFIG_PACKAGE_ucode-mod-lua=y -CONFIG_PACKAGE_ucode-mod-math=y -# CONFIG_PACKAGE_ucode-mod-nl80211 is not set -# CONFIG_PACKAGE_ucode-mod-resolv is not set -# CONFIG_PACKAGE_ucode-mod-rtnl is not set -# CONFIG_PACKAGE_ucode-mod-struct is not set -CONFIG_PACKAGE_ucode-mod-ubus=y -CONFIG_PACKAGE_ucode-mod-uci=y -# CONFIG_PACKAGE_ucode-mod-uloop is not set +# CONFIG_PACKAGE_ucode-mod-udebug is not set +# CONFIG_PACKAGE_udebug-cli is not set +# CONFIG_PACKAGE_udebugd is not set # CONFIG_PACKAGE_udns-dnsget is not set # CONFIG_PACKAGE_udns-ex-rdns is not set # CONFIG_PACKAGE_udns-rblcheck is not set @@ -8213,6 +8753,7 @@ CONFIG_PACKAGE_watchcat=y # 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 # diff --git a/diy-part2.sh b/diy-part2.sh index e077f756..50454d4f 100755 --- a/diy-part2.sh +++ b/diy-part2.sh @@ -312,8 +312,8 @@ rm -rf feeds/packages/utils/dockerd cp -rf $GITHUB_WORKSPACE/general/dockerd feeds/packages/utils/dockerd # docker-compose -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=2.25.0/g' feeds/packages/utils/docker-compose/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=9c8185f241911f5d8bdb25d8c735fb1f37f3573c17e25d5b1a942df2e78e49ea/g' feeds/packages/utils/docker-compose/Makefile +sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=2.26.0/g' feeds/packages/utils/docker-compose/Makefile +sed -i 's/PKG_HASH:=.*/PKG_HASH:=b42bb6b118b664db8a37a160b4b3782712199fedd35731a2314b5762b2700d3f/g' feeds/packages/utils/docker-compose/Makefile # containerd #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=1.5.11/g' feeds/packages/utils/containerd/Makefile diff --git a/general/luci-app-qbittorrent/Makefile b/general/luci-app-qbittorrent/Makefile index fa5b088c..32a2bb6c 100644 --- a/general/luci-app-qbittorrent/Makefile +++ b/general/luci-app-qbittorrent/Makefile @@ -5,11 +5,30 @@ include $(TOPDIR)/rules.mk +PKG_NAME:=luci-app-qbittorrent +PKG_VERSION:=1.0.0 +PKG_RELEASE:=1 + LUCI_TITLE:=LuCI support for qBittorrent -LUCI_DEPENDS:=+qBittorrent LUCI_PKGARCH:=all -PKG_VERSION=1.0 -PKG_RELEASE:=20 +LUCI_DEPENDS:= \ + +PACKAGE_luci-app-qbittorrent_static:qBittorrent-static \ + +PACKAGE_luci-app-qbittorrent_dynamic:qbittorrent + +define Package/$(PKG_NAME)/config + choice + prompt "Build Version Selection" + default PACKAGE_luci-app-qbittorrent_dynamic + + config PACKAGE_luci-app-qbittorrent_static + bool "Static Build" + depends on arm||aarch64||x86_64 + + config PACKAGE_luci-app-qbittorrent_dynamic + bool "Dynamic Build" + + endchoice +endef include $(TOPDIR)/feeds/luci/luci.mk diff --git a/general/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua b/general/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua index eab19627..4dfc6022 100644 --- a/general/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua +++ b/general/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua @@ -1,17 +1,24 @@ -module("luci.controller.qbittorrent",package.seeall) +module("luci.controller.qbittorrent", package.seeall) function index() if not nixio.fs.access("/etc/config/qbittorrent") then return end - - entry({"admin", "nas", "qBittorrent"}, cbi("qbittorrent"), _("qBittorrent")) - entry({"admin", "nas", "qBittorrent", "status"}, call("act_status")).leaf = true + + entry({"admin", "services", "qbittorrent"}, cbi("qbittorrent"), _("qBittorrent"), 20).dependent = true + entry({"admin", "services", "qbittorrent_status"}, call("qbittorrent_status")) end -function act_status() - local e={} - e.running=luci.sys.call("pgrep qbittorrent-nox >/dev/null")==0 +function qbittorrent_status() + local sys = require "luci.sys" + local uci = require "luci.model.uci".cursor() + local port = tonumber(uci:get_first("qbittorrent", "qbittorrent", "port")) + + local status = { + running = (sys.call("pidof qbittorrent-nox >/dev/null") == 0), + port = (port or 8080) + } + luci.http.prepare_content("application/json") - luci.http.write_json(e) -end \ No newline at end of file + luci.http.write_json(status) +end diff --git a/general/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua b/general/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua index aba6a929..6c28c18c 100644 --- a/general/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua +++ b/general/luci-app-qbittorrent/luasrc/model/cbi/qbittorrent.lua @@ -1,371 +1,15 @@ +local m, s -local o=luci.sys.exec("uci get qbittorrent.main.Port | xargs echo -n") or 8080 +m = Map("qbittorrent", translate("qBittorrent"), translate("qBittorrent is a cross-platform free and open-source BitTorrent client. Default username & password: admin / adminadmin")) -local a=(luci.sys.call("pidof qbittorrent-nox > /dev/null")==0) +m:section(SimpleSection).template = "qbittorrent_status" -local t="" -if a then -t="

" -end +s=m:section(TypedSection, "qbittorrent", translate("Global settings")) +s.addremove=false +s.anonymous=true -function titlesplit(Value) - return "

" .. translate(Value) .. "

" -end - -m = Map("qbittorrent", translate("qBittorrent"), translate("qBittorrent is a cross-platform free and open-source BitTorrent client")..t) - -s = m:section(NamedSection, "main", "qbittorrent") - -s:tab("basic", translate("Basic Settings")) - -o = s:taboption("basic", Flag, "enabled", translate("Enabled")) -o.default = "1" - -o = s:taboption("basic", ListValue, "user", translate("Run daemon as user")) -local u -for u in luci.util.execi("cat /etc/passwd | cut -d ':' -f1") do - o:value(u) -end - -o = s:taboption("basic", Value, "profile", translate("Store configuration files in the Path")) -o.default = '/tmp' - -o = s:taboption("basic", Value, "SavePath", translate("Store download files in the Path")) -o.placeholder = "/tmp/download" - -o = s:taboption("basic", Value, "Port", translate("WEBUI listening port")) -o.datatype = "port" -o.placeholder = "8080" - -o = s:taboption("basic", Flag, "UseRandomPort", translate("Use Random Port"), translate("Randomly assigns a different port every time qBittorrent starts up")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("basic", Value, "PortRangeMin", translate("Connection Port"), translate("Incoming connection port")) -o:depends("UseRandomPort", false) -o.datatype = "range(1024,65535)" - - -s:tab("connection", translate("Connection Settings")) - -o = s:taboption("connection", Flag, "UPnP", translate("Use UPnP for Connections"), translate("Use UPnP/ NAT-PMP port forwarding from my router. Refer to the " - .. "wiki.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - - -o = s:taboption("connection", Value, "GlobalDLLimit", translate("Global Download Speed"), translate("Global Download Speed Limit(KiB/s).")) -o.datatype = "float" -o.placeholder = "0" - -o = s:taboption("connection", Value, "GlobalUPLimit", translate("Global Upload Speed"), translate("Global Upload Speed Limit(KiB/s).")) -o.datatype = "float" -o.placeholder = "0" - -o = s:taboption("connection", Value, "GlobalDLLimitAlt", translate("Alternative Download Speed"), translate("Alternative Download Speed Limit(KiB/s).")) -o.datatype = "float" -o.placeholder = "10" - -o = s:taboption("connection", Value, "GlobalUPLimitAlt", translate("Alternative Upload Speed"), translate("Alternative Upload Speed Limit(KiB/s).")) -o.datatype = "float" -o.placeholder = "10" - -o = s:taboption("connection", ListValue, "BTProtocol", translate("Enabled protocol"), translate("The protocol that was enabled.")) -o:value("Both", translate("TCP and UTP")) -o:value("TCP", translate("TCP")) -o:value("UTP", translate("UTP")) -o.default = "Both" - -o = s:taboption("connection", Value, "InetAddress", translate("Inet Address"), translate("The address that respond to the trackers.")) - -s:tab("downloads", translate("Download Settings")) - -o = s:taboption("downloads", Flag, "CreateTorrentSubfolder", translate("Create Subfolder"), translate("Create subfolder for torrents with multiple files.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("downloads", Flag, "StartInPause", translate("Start In Pause"), translate("Do not start the download automatically.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("downloads", Flag, "AutoDeleteAddedTorrentFile", translate("Auto Delete Torrent File"), translate("The .torrent files will be deleted afterwards.")) -o.enabled = "IfAdded" -o.disabled = "Never" -o.default = o.disabled - -o = s:taboption("downloads", Flag, "PreAllocation", translate("Pre Allocation"), translate("Pre-allocate disk space for all files.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("downloads", Flag, "UseIncompleteExtension", translate("Use Incomplete Extension"), translate("The incomplete task will be added the extension of !qB.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("downloads", Flag, "TempPathEnabled", translate("Temp Path Enabled")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("downloads", Value, "TempPath", translate("Temp Path"), translate("The absolute and relative path can be set.")) -o:depends("TempPathEnabled", "true") -o.placeholder = "temp/" - -o = s:taboption("downloads", Value, "DiskWriteCacheSize", translate("Disk Cache Size (MiB)"), translate("The value -1 is auto and 0 is disable. In default, it is set to 64MiB.")) -o.datatype = "integer" -o.placeholder = "64" - -o = s:taboption("downloads", Value, "DiskWriteCacheTTL", translate("Disk Cache TTL (s)"), translate("In default, it is set to 60s.")) -o.datatype = "integer" -o.placeholder = "60" - -o = s:taboption("downloads", DummyValue, "Saving Management", titlesplit("Saving Management")) - -o = s:taboption("downloads", ListValue, "DisableAutoTMMByDefault", translate("Default Torrent Management Mode")) -o:value("true", translate("Manual")) -o:value("false", translate("Automaic")) -o.default = "true" - -o = s:taboption("downloads", ListValue, "CategoryChanged", translate("Torrent Category Changed"), translate("Choose the action when torrent category changed.")) -o:value("true", translate("Switch torrent to Manual Mode")) -o:value("false", translate("Relocate torrent")) -o.default = "false" - -o = s:taboption("downloads", ListValue, "DefaultSavePathChanged", translate("Default Save Path Changed"), translate("Choose the action when default save path changed.")) -o:value("true", translate("Switch affected torrent to Manual Mode")) -o:value("false", translate("Relocate affected torrent")) -o.default = "true" - -o = s:taboption("downloads", ListValue, "CategorySavePathChanged", translate("Category Save Path Changed"), translate("Choose the action when category save path changed.")) -o:value("true", translate("Switch affected torrent to Manual Mode")) -o:value("false", translate("Relocate affected torrent")) -o.default = "true" - -o = s:taboption("downloads", Value, "TorrentExportDir", translate("Torrent Export Dir"), translate("The .torrent files will be copied to the target directory.")) - -o = s:taboption("downloads", Value, "FinishedTorrentExportDir", translate("Finished Torrent Export Dir"), translate("The .torrent files for finished downloads will be copied to the target directory.")) - -s:tab("bittorrent", translate("Bittorrent Settings")) - -o = s:taboption("bittorrent", Flag, "DHT", translate("Enable DHT"), translate("Enable DHT (decentralized network) to find more peers")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("bittorrent", Flag, "PeX", translate("Enable PeX"), translate("Enable Peer Exchange (PeX) to find more peers")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("bittorrent", Flag, "LSD", translate("Enable LSD"), translate("Enable Local Peer Discovery to find more peers")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("bittorrent", Flag, "uTP_rate_limited", translate("uTP Rate Limit"), translate("Apply rate limit to μTP protocol.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("bittorrent", ListValue, "Encryption", translate("Encryption Mode"), translate("Enable DHT (decentralized network) to find more peers")) -o:value("0", translate("Prefer Encryption")) -o:value("1", translate("Require Encryption")) -o:value("2", translate("Disable Encryption")) -o.default = "0" - -o = s:taboption("bittorrent", Value, "MaxConnecs", translate("Max Connections"), translate("The max number of connections.")) -o.datatype = "integer" -o.placeholder = "500" - -o = s:taboption("bittorrent", Value, "MaxConnecsPerTorrent", translate("Max Connections Per Torrent"), translate("The max number of connections per torrent.")) -o.datatype = "integer" -o.placeholder = "100" - -o = s:taboption("bittorrent", Value, "MaxUploads", translate("Max Uploads"), translate("The max number of connected peers.")) -o.datatype = "integer" -o.placeholder = "8" - -o = s:taboption("bittorrent", Value, "MaxUploadsPerTorrent", translate("Max Uploads Per Torrent"), translate("The max number of connected peers per torrent.")) -o.datatype = "integer" -o.placeholder = "4" - -o = s:taboption("bittorrent", Value, "MaxRatio", translate("Max Ratio"), translate("The max ratio for seeding. -1 is to disable the seeding.")) -o.datatype = "float" -o.placeholder = "-1" - -o = s:taboption("bittorrent", ListValue, "MaxRatioAction", translate("Max Ratio Action"), translate("The action when reach the max seeding ratio.")) -o:value("0", translate("Pause them")) -o:value("1", translate("Remove them")) -o.defaule = "0" - -o = s:taboption("bittorrent", Value, "GlobalMaxSeedingMinutes", translate("Max Seeding Minutes"), translate("Units: minutes")) -o.datatype = "integer" - -o = s:taboption("bittorrent", DummyValue, "Queueing Setting", titlesplit("Queueing Setting")) - -o = s:taboption("bittorrent", Flag, "QueueingEnabled", translate("Enable Torrent Queueing")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("bittorrent", Value, "MaxActiveDownloads", translate("Maximum Active Downloads")) -o.datatype = "integer" -o.placeholder = "3" - -o = s:taboption("bittorrent", Value, "MaxActiveUploads", translate("Max Active Uploads")) -o.datatype = "integer" -o.placeholder = "3" - -o = s:taboption("bittorrent", Value, "MaxActiveTorrents", translate("Max Active Torrents")) -o.datatype = "integer" -o.placeholder = "5" - -o = s:taboption("bittorrent", Flag, "IgnoreSlowTorrents", translate("Ignore Slow Torrents"), translate("Do not count slow torrents in these limits.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("bittorrent", Value, "SlowTorrentsDownloadRate", translate("Download rate threshold"), translate("Units: KiB/s")) -o.datatype = "integer" -o.placeholder = "2" - -o = s:taboption("bittorrent", Value, "SlowTorrentsUploadRate", translate("Upload rate threshold"), translate("Units: KiB/s")) -o.datatype = "integer" -o.placeholder = "2" - -o = s:taboption("bittorrent", Value, "SlowTorrentsInactivityTimer", translate("Torrent inactivity timer"), translate("Units: seconds")) -o.datatype = "integer" -o.placeholder = "60" - -s:tab("webgui", translate("WebUI Settings")) - -o = s:taboption("webgui", Flag, "UseUPnP", translate("Use UPnP for WebUI"), translate("Using the UPnP / NAT-PMP port of the router for connecting to WebUI.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - ---o = s:taboption("webgui", Value, "Username", translate("Username"), translate("The login name for WebUI.")) ---o.placeholder = "admin" - ---o = s:taboption("webgui", Value, "Password", translate("Password"), translate("The login password for WebUI.")) ---o.password = true - -o = s:taboption("webgui", Value, "Locale", translate("Locale Language")) -o:value("en", translate("English")) -o:value("zh", translate("Chinese")) -o.default = "en" - -o = s:taboption("webgui", Flag, "CSRFProtection", translate("CSRF Protection"), translate("Enable Cross-Site Request Forgery (CSRF) protection.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("webgui", Flag, "ClickjackingProtection", translate("Clickjacking Protection"), translate("Enable clickjacking protection.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("webgui", Flag, "HostHeaderValidation", translate("Host Header Validation"), translate("Validate the host header.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("webgui", Flag, "LocalHostAuth", translate("Local Host Authentication"), translate("Force authentication for clients on localhost.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("webgui", Flag, "AuthSubnetWhitelistEnabled", translate("Enable Subnet Whitelist")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("webgui", DynamicList, "AuthSubnetWhitelist", translate("Subnet Whitelist")) -o:depends("AuthSubnetWhitelistEnabled", "true") - -s:tab("advanced", translate("Advance Settings")) - -o = s:taboption("advanced", Flag, "AnonymousMode", translate("Anonymous Mode"), translate("When enabled, qBittorrent will take certain measures to try" - .. " to mask its identity. Refer to the wiki")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Flag, "SuperSeeding", translate("Super Seeding"), translate("The super seeding mode.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("advanced", Value, "configuration", translate("Profile Folder Suffix"), translate("Suffix for profile folder")) - -o = s:taboption("advanced", Flag, "IncludeOverhead", translate("Limit Overhead Usage"), translate("The overhead usage is been limitted.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("advanced", Flag, "IgnoreLimitsLAN", translate("Ignore LAN Limit"), translate("Ignore the speed limit to LAN.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Flag, "osCache", translate("Use os Cache")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Value, "OutgoingPortsMax", translate("Max Outgoing Port"), translate("The max outgoing port.")) -o.datatype = "port" - -o = s:taboption("advanced", Value, "OutgoingPortsMin", translate("Min Outgoing Port"), translate("The min outgoing port.")) -o.datatype = "port" - -o = s:taboption("advanced", ListValue, "SeedChokingAlgorithm", translate("Choking Algorithm"), translate("The strategy of choking algorithm.")) -o:value("RoundRobin", translate("Round Robin")) -o:value("FastestUpload", translate("Fastest Upload")) -o:value("AntiLeech", translate("Anti-Leech")) -o.default = "FastestUpload" - -o = s:taboption("advanced", Flag, "AnnounceToAllTrackers", translate("Announce To All Trackers")) -o.enabled = "true" -o.disabled = "false" -o.default = o.disabled - -o = s:taboption("advanced", Flag, "AnnounceToAllTiers", translate("Announce To All Tiers")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Flag, "Enabled", translate("Enable Log"), translate("Enable logger to log file.")) -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Value, "Path", translate("Log Path"), translate("The path for qbittorrent log.")) -o:depends("Enabled", "true") - -o = s:taboption("advanced", Flag, "Backup", translate("Enable Backup"), translate("Backup log file when oversize the given size.")) -o:depends("Enabled", "true") -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Flag, "DeleteOld", translate("Delete Old Backup"), translate("Delete the old log file.")) -o:depends("Enabled", "true") -o.enabled = "true" -o.disabled = "false" -o.default = o.enabled - -o = s:taboption("advanced", Value, "MaxSizeBytes", translate("Log Max Size"), translate("The max size for qbittorrent log (Unit: Bytes).")) -o:depends("Enabled", "true") -o.placeholder = "66560" - -o = s:taboption("advanced", Value, "SaveTime", translate("Log Saving Period"), translate("The log file will be deteted after given time. 1d -- 1 day, 1m -- 1 month, 1y -- 1 year")) -o:depends("Enabled", "true") -o.datatype = "string" +s:option(Flag, "enabled", translate("Enable")).rmempty=false +s:option(Value, "port", translate("WebUI Port")).rmempty=false +s:option(Value, "profile_dir", translate("Configuration files Path")).rmempty=false return m diff --git a/general/luci-app-qbittorrent/luasrc/view/qbittorrent/qbittorrent_status.htm b/general/luci-app-qbittorrent/luasrc/view/qbittorrent/qbittorrent_status.htm deleted file mode 100644 index 13ebe1c9..00000000 --- a/general/luci-app-qbittorrent/luasrc/view/qbittorrent/qbittorrent_status.htm +++ /dev/null @@ -1,22 +0,0 @@ - - -
-

- <%:Collecting data...%> -

-
\ No newline at end of file diff --git a/general/luci-app-qbittorrent/luasrc/view/qbittorrent_status.htm b/general/luci-app-qbittorrent/luasrc/view/qbittorrent_status.htm new file mode 100644 index 00000000..1f526013 --- /dev/null +++ b/general/luci-app-qbittorrent/luasrc/view/qbittorrent_status.htm @@ -0,0 +1,26 @@ + + + +
+

+ <%:Collecting data...%> +

+
diff --git a/general/luci-app-qbittorrent/po/zh_Hans/qbittorrent.po b/general/luci-app-qbittorrent/po/zh_Hans/qbittorrent.po index 962cee5f..c6fcdb6c 100644 --- a/general/luci-app-qbittorrent/po/zh_Hans/qbittorrent.po +++ b/general/luci-app-qbittorrent/po/zh_Hans/qbittorrent.po @@ -1,581 +1,29 @@ -msgid "" -msgstr "" -"Project-Id-Version: \n" -"POT-Creation-Date: \n" -"PO-Revision-Date: \n" -"Last-Translator: dingpengyu \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" -"X-Generator: Poedit 2.3.1\n" +msgid "qBittorrent" +msgstr "qBittorrent" -msgid "qbittorrent" -msgstr "qbittorrent" +msgid "Running state" +msgstr "运行状态" -msgid "Running" -msgstr "运行中" - -msgid "Not running" -msgstr "未运行" - -msgid "qbittorrent Run Status" -msgstr "qbittorrent运行状态" - -msgid "Basic Settings" -msgstr "基本设置" - -msgid "Enable" -msgstr "启用" - -msgid "qBittorrent is a cross-platform free and open-source BitTorrent client" -msgstr "qBittorrent是一个基于 QT 的跨平台的开源 BitTorrent 客户端" - -msgid "profile_dir" -msgstr "配置文件目录" - -msgid "Store configuration files in the Path" -msgstr "配置文件存放路径" - -msgid "program_dir" -msgstr "程序目录" - -msgid "library_dir" -msgstr "库目录" - -msgid "Store Program files in the Path" -msgstr "程序文件存放路径" - -msgid "Store Library in the Path" -msgstr "库文件存放路径" - -msgid "Download Settings" -msgstr "下载设置" - -msgid "download_dir" -msgstr "下载目录" +msgid "Open Web Interface" +msgstr "打开 Web 界面" -msgid "Store download files in the Path" -msgstr "下载文件存放目录" +msgid "qBittorrent is a cross-platform free and open-source BitTorrent client. Default username & password: admin / adminadmin" +msgstr "qBittorrent 是一个基于 QT 的跨平台的开源 BitTorrent 客户端。默认用户名 & 密码:admin / adminadmin" -msgid "WEBUI Settings" -msgstr "WEBUI设置" +msgid "Global settings" +msgstr "全局设置" -msgid "WEBUI listening port" +msgid "WebUI Port" msgstr "WebUI 监听端口" -msgid "Use Random Port" -msgstr "使用随机端口" - -msgid "Randomly assigns a different port every time qBittorrent starts up" -msgstr "在每次启动时使用不同的传入连接端口" - -msgid "Connection Port" -msgstr "连接端口" - -msgid "Incoming connection port" -msgstr "" -"推荐在防火墙 -> 流量规则 中,打开这个端口获得更好的下载速度( TCP+UDP )" - -msgid "Bittorrent Settings" -msgstr "Bittorrent 设置" - -msgid "WebUI Settings" -msgstr "WebUI 设置" - -msgid "Advance Settings" -msgstr "高级设置" - -msgid "Run daemon as user" -msgstr "用户组" - -msgid "Parent Path for Profile Folder" -msgstr "配置保存路径" - -msgid "" -"The path for storing profile folder using by command: --profile [PATH]." -msgstr "" -"配置文件的保存路径,默认的配置文件夹在/tmp下。例如:/etc/config。" - -msgid "Profile Folder Suffix" -msgstr "配置目录后缀" - -msgid "Suffix for profile folder, for example, qBittorrent_[NAME]." -msgstr "配置文件文件夹的后缀。例如: qBittorrent_[NAME]。" - -msgid "Locale Language" -msgstr "WebUI语言" - -msgid "English" -msgstr "英文" - -msgid "Chinese" -msgstr "中文" - -msgid "Enable Log" -msgstr "启用日志" - -msgid "Enable logger to log file." -msgstr "启用日志记录器以记录日志文件。" - -msgid "Log Path" -msgstr "日志文件" - -msgid "The path for qbittorrent log." -msgstr "日志文件自定义保存路径,默认都在配置文件夹的data下。" - -msgid "Enable Backup" -msgstr "启用备份" - -msgid "Backup log file when oversize the given size." -msgstr "备份日志文件。" - -msgid "Delete Old Backup" -msgstr "删除备份" - -msgid "Delete the old log file." -msgstr "符合下列设定后将删除旧的日志文件。" - -msgid "Log Max Size" -msgstr "日志保存大小" - -msgid "Log Saving Period" -msgstr "日志保存期限" - -msgid "The max size for qbittorrent log (Unit: Bytes)." -msgstr "设定日志文件的大小(单位:字节)" - -msgid "" -"The log file will be deteted after given time. 1d -- 1 day, 1m -- 1 month, " -"1y -- 1 year" -msgstr "设定日志文件的时间(1d-1天,1m-1个月,1y-1年)" - -msgid "Connection Settings" -msgstr "连接设置" - -msgid "Use UPnP for Connections" -msgstr "端口自动转发" - -msgid "Use UPnP/ NAT-PMP port forwarding from my router." -msgstr "使用路由器的UPnP/NAT-PMP端口自动转发。" - -msgid "Use different port on each startup voids the first" -msgstr "在每次启动时使用随机的端口,可能会使第一个启动无效" - -msgid "Generate Randomly" -msgstr "默认端口:8999" - -msgid "Global Download Speed" -msgstr "全局下载速度限制" - -msgid "Global Download Speed Limit(KiB/s)." -msgstr "全局下载速度限制(KiB/s),0为无限制。" - -msgid "Global Upload Speed" -msgstr "全局上传速度限制" - -msgid "Alternative Download Speed" -msgstr "备用下载速度限制" - -msgid "Alternative Upload Speed" -msgstr "备用上传速度限制" - -msgid "Global Upload Speed Limit(KiB/s)." -msgstr "全局上传速度限制(KiB/s),0为无限制。" - -msgid "Alternative Download Speed Limit(KiB/s)." -msgstr "备用下载速度限制(KiB/s),0为无限制。" - -msgid "Alternative Upload Speed Limit(KiB/s)." -msgstr "备用上传速度限制(KiB/s),0为无限制。" - -msgid "Enabled protocol" -msgstr "启用的协议" - -msgid "The protocol that was enabled." -msgstr "当前已启用的协议。" - -msgid "TCP and UTP" -msgstr "TCP和UTP" - -msgid "Inet Address" -msgstr "输入地址" - -msgid "The address that respond to the trackers." -msgstr "响应跟踪器的地址。" - -msgid "When adding seeds" -msgstr "当添加种子时" - -msgid "Downloads Settings" -msgstr "下载设置" - -msgid "Create Subfolder" -msgstr "创建目录" - -msgid "Create subfolder for torrents with multiple files." -msgstr "为含多个文件的种子创建子文件夹。" - -msgid "Start In Pause" -msgstr "开始暂停" - -msgid "Do not start the download automatically." -msgstr "在下载任务添加后暂停。" - -msgid "Auto Delete Torrent File" -msgstr "删除种子" - -msgid "The .torrent files will be deleted afterwards." -msgstr "下载完成后自动删除这个种子文件。" - -msgid "Pre Allocation" -msgstr "磁盘预分配" - -msgid "Pre-allocate disk space for all files." -msgstr "为刚添加的文件预先分配磁盘空间。" - -msgid "Use Incomplete Extension" -msgstr "使用扩展名" - -msgid "The incomplete task will be added the extension of !qB." -msgstr "为不完整的文件添加后缀名!qB。" - -msgid "Save Path" -msgstr "文件保存路径" - -msgid "" -"The path to save the download file. For example:/mnt/sda1/download" -msgstr "下载文件的保存路径。例如:/mnt/sda1/download" - -msgid "Temp Path Enabled" -msgstr "启用临时目录" - -msgid "Temp Path" -msgstr "临时路径" - -msgid "The absolute and relative path can be set." -msgstr "可以设置绝对和相对路径。" - -msgid "Disk Cache Size (MiB)" -msgstr "磁盘缓存" - -msgid "The value -1 is auto and 0 is disable. In default, it is set to 64MiB." -msgstr "数值1是自动的,0是禁用的。默认设置为64MiB。" - -msgid "Disk Cache TTL (s)" -msgstr "磁盘缓存TTL" - -msgid "In default, it is set to 60s." -msgstr "默认设置为60秒。" - -msgid "Saving Management" -msgstr "保存管理" - -msgid "Default Torrent Management Mode" -msgstr "默认种子管理模式" - -msgid "Manual" -msgstr "手动" - -msgid "Automaic" -msgstr "自动" - -msgid "Torrent Category Changed" -msgstr "当种子分类修改时" - -msgid "Choose the action when torrent category changed." -msgstr "选择种子类别更改时的操作。" - -msgid "Switch torrent to Manual Mode" -msgstr "将种子切换到手动模式" - -msgid "Relocate torrent" -msgstr "重新定位种子" - -msgid "Default Save Path Changed" -msgstr "当默认保存路径修改时" - -msgid "Choose the action when default save path changed." -msgstr "选择默认保存路径更改时的操作。" +msgid "Configuration files Path" +msgstr "配置文件路径" -msgid "Switch affected torrent to Manual Mode" -msgstr "将受影响的种子切换到手动模式" - -msgid "Relocate affected torrent" -msgstr "重新定位种子" - -msgid "Category Save Path Changed" -msgstr "当分类保存路径修改时" - -msgid "Choose the action when category save path changed." -msgstr "选择分类保存路径更改时的操作。" - -msgid "Torrent Export Dir" -msgstr "种子导出目录" - -msgid "The .torrent files will be copied to the target directory." -msgstr "种子文件将被复制到目标目录。例如:/etc/config。" - -msgid "Finished Torrent Export Dir" -msgstr "复制种子文件" - -msgid "" -"The .torrent files for finished downloads will be copied to the target " -"directory." -msgstr "" -"将已下载完成的种子文件复制到目标目录,例如:/etc/config。" - -msgid "Enable DHT" -msgstr "启用DHT" - -msgid "Enable DHT (decentralized network) to find more peers" -msgstr "启用DHT(去中心化网络) 使DHT(分散网络)能够找到更多的对等点" - -msgid "Enable PeX" -msgstr "启用PeX" - -msgid "Enable Peer Exchange (PeX) to find more peers" -msgstr "启用用户交换(PeX)以找到更多用户" - -msgid "Enable LSD" -msgstr "启用LSD" - -msgid "Enable Local Peer Discovery to find more peers" -msgstr "启用本地用户发现以找到更多用户" - -msgid "uTP Rate Limit" -msgstr "uTP速度限制" - -msgid "Apply rate limit to µTP protocol." -msgstr "针对µTP协议进行速度限制。" - -msgid "Encryption Mode" -msgstr "加密模式" - -msgid "Prefer Encryption" -msgstr "偏好加密" - -msgid "Require Encryption" -msgstr "强制加密" - -msgid "Disable Encryption" -msgstr "禁用加密" - -msgid "Max Connections" -msgstr "连接数限制" - -msgid "The max number of connections." -msgstr "全局最大连接数。" - -msgid "Max Connections Per Torrent" -msgstr "种子连接数限制" - -msgid "The max number of connections per torrent." -msgstr "每个种子的最大连接数。" - -msgid "Max Uploads" -msgstr "最大上传数" - -msgid "The max number of connected peers." -msgstr "全局最大上传线程数。" - -msgid "Max Uploads Per Torrent" -msgstr "种子上传限制" - -msgid "The max number of connected peers per torrent." -msgstr "每个种子上传线程最大值。" - -msgid "Share rate limit" -msgstr "分享率限制" - -msgid "Max Ratio" -msgstr "最大的分享率" - -msgid "The max ratio for seeding. -1 is to disable the seeding." -msgstr "分享的最大比例设定。-1是禁用做种。" - -msgid "Max Seeding Minutes" -msgstr "最大做种时间" - -msgid "Units: minutes" -msgstr "做种最大比例设定。单位:分钟" - -msgid "Max Ratio Action" -msgstr "达到后" - -msgid "The action when reach the max seeding ratio." -msgstr "达到设定分享率和时间后的动作。" - -msgid "Pause them" -msgstr "暂停" - -msgid "Remove them" -msgstr "删除" - -msgid "Queueing Setting" -msgstr "种子排队设置" - -msgid "Enable Torrent Queueing" -msgstr "启用种子排队" - -msgid "Maximum Active Downloads" -msgstr "最大活动的下载数" - -msgid "Max Active Uploads" -msgstr "最大活动的上传数" - -msgid "Max Active Torrents" -msgstr "最大活动的种子数" - -msgid "Ignore Slow Torrents" -msgstr "忽略慢速的种子" - -msgid "Do not count slow torrents in these limits." -msgstr "慢速的种子不包在括限制内。" - -msgid "Download rate threshold" -msgstr "下载速度阈值" - -msgid "Upload rate threshold" -msgstr "上传速度阈值" - -msgid "Units: KiB/s" -msgstr "单位:KiB/s" - -msgid "Torrent inactivity timer" -msgstr "种子不活动时间" - -msgid "Units: seconds" -msgstr "时间单位:分钟" - -msgid "Username" -msgstr "用户名" - -msgid "Password" -msgstr "密码" - -msgid "Use UPnP for WebUI" -msgstr "WebUI端口转发" - -msgid "Using the UPnP / NAT-PMP port of the router for connecting to WebUI." -msgstr "使用路由器的UPnP/NAT-PMP端口转发到WebUI。" - -msgid "The login name for WebUI." -msgstr "WebUI的登录用户名设置。" - -msgid "The login password for WebUI." -msgstr "WebUI用户的登录密码设置。" - -msgid "The listening port for WebUI." -msgstr "WebUI的登录端口设置,默认端口:8080。" - -msgid "CSRF Protection" -msgstr "CSRF保护" - -msgid "Enable Cross-Site Request Forgery (CSRF) protection." -msgstr "启用跨站点请求伪造(CSRF)保护。" - -msgid "Clickjacking Protection" -msgstr "劫持保护" - -msgid "Enable clickjacking protection." -msgstr "启用点击劫持保护。" - -msgid "Host Header Validation" -msgstr "主机标头验证" - -msgid "Validate the host header." -msgstr "启用主机标头验证." - -msgid "Local Host Authentication" -msgstr "本地主机认证" - -msgid "Force authentication for clients on localhost." -msgstr "强制对本地主机上的客户端进行身份验证。" - -msgid "Enable Subnet Whitelist" -msgstr "使子网白名单" - -msgid "Subnet Whitelist" -msgstr "输入IP地址" - -msgid "Skip authentication for clients in the IP subnet white list." -msgstr "对IP子网白名单中的客户端跳过身份验证." - -msgid "Anonymous Mode" -msgstr "匿名模式" - -msgid "When enabled, qBittorrent will take certain measures to try" -msgstr "启用后,qBittorrent将采取某些措施隐藏其身份" - -msgid "Super Seeding" -msgstr "超级种子" - -msgid "The super seeding mode." -msgstr "超级种子模式。" - -msgid "Limit Overhead Usage" -msgstr "开销限制" - -msgid "The overhead usage is been limitted." -msgstr "对传送总开销进行速度限制。" - -msgid "Ignore LAN Limit" -msgstr "LAN限制" - -msgid "Ignore the speed limit to LAN." -msgstr "忽略对LAN的速度限制。" - -msgid "Use os Cache" -msgstr "使用OS操作系统缓存管理" - -msgid "Max Outgoing Port" -msgstr "端口设置" - -msgid "Min Outgoing Port" -msgstr "端口设置" - -msgid "The min outgoing port." -msgstr "最小输出端口。" - -msgid "Choking Algorithm" -msgstr "数据传输算法" - -msgid "The strategy of choking algorithm." -msgstr "数据传输算法的策略。" - -msgid "Round Robin" -msgstr "负载均衡" - -msgid "Fastest Upload" -msgstr "最快上传" - -msgid "Anti-Leech" -msgstr "反吸血" - -msgid "Announce To All Trackers" -msgstr "对所有Trackers宣告" - -msgid "Announce To All Tiers" -msgstr "对所有Tiers宣告" - -msgid "configuration file" -msgstr "配置文件" - -msgid "Operation log" -msgstr "运行日志" - -msgid "This page is the log document content of qbittorrent." -msgstr "本页是qBittorrent的日志文档内容。" +msgid "RUNNING" +msgstr "运行中" -msgid "" -"This page is the content of the configuration document under /etc/config/" -"qbittorrent." -msgstr "本页是/etc/config/qbittorrent下的配置文档内容。" +msgid "NOT RUNNING" +msgstr "未运行" -msgid "Open Web Interface" -msgstr "打开管理页面" +msgid "Collecting data..." +msgstr "收集数据..." diff --git a/general/luci-app-qbittorrent/root/etc/config/qbittorrent b/general/luci-app-qbittorrent/root/etc/config/qbittorrent index a7fa2820..66f31acc 100644 --- a/general/luci-app-qbittorrent/root/etc/config/qbittorrent +++ b/general/luci-app-qbittorrent/root/etc/config/qbittorrent @@ -1,20 +1,4 @@ - -config qbittorrent 'main' - option user 'root' - option Locale 'zh' - option BTProtocol 'Both' - option DisableAutoTMMByDefault 'true' - option CategoryChanged 'false' - option DefaultSavePathChanged 'true' - option CategorySavePathChanged 'true' - option Encryption '0' - option MaxRatioAction '0' - option CSRFProtection 'false' - option SeedChokingAlgorithm 'FastestUpload' - option Enabled 'false' - option Port '8080' - option profile '/opt' - option UseRandomPort 'false' - option PortRangeMin '55555' - option enabled '0' - +config qbittorrent + option 'enabled' '0' + option 'port' '8080' + option 'profile_dir' '/etc/qbittorrent' diff --git a/general/luci-app-qbittorrent/root/etc/init.d/qbittorrent b/general/luci-app-qbittorrent/root/etc/init.d/qbittorrent old mode 100644 new mode 100755 index 3e0f9850..c6871ffa --- a/general/luci-app-qbittorrent/root/etc/init.d/qbittorrent +++ b/general/luci-app-qbittorrent/root/etc/init.d/qbittorrent @@ -1,264 +1,36 @@ #!/bin/sh /etc/rc.common -# Licensed to the public under the Apache License 2.0. -# ubus call service list START=99 - USE_PROCD=1 +PROG=/usr/bin/qbittorrent-nox -NAME=qbittorrent -args=/usr/bin/qbittorrent-nox - -QBT_PID_FILE=/var/run/qbittorrent.pid -QBT_INI_FILE=/tmp/qBittorrent/config/qBittorrent.conf - -QBT_INSTANCE="" - -_info() { - logger -p daemon.info -t "$NAME" "$*" -} - -_err() { - logger -p daemon.err -t "$NAME" "$*" -} - -validate_QBT () { - uci_validate_section "$NAME" vlmcsd "$1" \ - 'enabled:bool:1' \ - 'user:string:root' \ - 'profile:string:/tmp' \ - 'configuration:string' \ - 'DHT:or("true","false"):true' \ - 'Encryption:or("0","1","2"):0' \ - 'LSD:or("true","false"):true' \ - 'MaxConnecs:integer' \ - 'MaxConnecsPerTorrent:integer' \ - 'MaxRatio:float' \ - 'MaxRatioAction:or("0","1")' \ - 'MaxUploads:integer' \ - 'MaxUploadsPerTorrent:integer' \ - 'PeX:or("true","false"):true' \ - 'uTP_rate_limited:or("true","false"):true' \ - 'PortRangeMin:port' \ - 'InetAddress:string' \ - 'UPnP:or("true","false"):true' \ - 'GlobalDLLimit:float' \ - 'GlobalDLLimitAlt:float' \ - 'GlobalUPLimit:float' \ - 'GlobalUPLimitAlt:float' \ - 'DiskWriteCacheSize:integer' \ - 'DiskWriteCacheTTL:integer' \ - 'FinishedTorrentExportDir:string' \ - 'PreAllocation:or("true","false"):false' \ - 'SavePath:string:/tmp/download' \ - 'StartInPause:or("true","false"):false' \ - 'TempPathEnabled:or("true","false"):true' \ - 'TempPath:string:temp/' \ - 'UseIncompleteExtension:or("true","false"):false' \ - 'TorrentExportDir:string' \ - 'Locale:string:en' \ - 'UseRandomPort:or("true","false"):true' \ - 'IgnoreSlowTorrents:or("true","false")' \ - 'MaxActiveDownloads:integer' \ - 'MaxActiveTorrents:integer' \ - 'MaxActiveUploads:integer' \ - 'QueueingEnabled:or("true","false")' \ - 'AuthSubnetWhitelist:string' \ - 'AuthSubnetWhitelistEnabled:or("true","false"):false' \ - 'ClickjackingProtection:or("true","false"):true' \ - 'CSRFProtection:or("true","false"):true' \ - 'HostHeaderValidation:or("true","false"):true' \ - 'LocalHostAuth:or("true","false"):true' \ - 'Password:string' \ - 'Port:port:8080' \ - 'Username:string' \ - 'UseUPnP:or("true","false"):false' \ - 'AnonymousMode:or("true","false"):true' \ - 'AnnounceToAllTrackers:or("true","false")' \ - 'IgnoreLimitsLAN:or("true","false"):true' \ - 'IncludeOverhead:or("true","false"):false' \ - 'osCache:or("true","false")' \ - 'OutgoingPortsMax:port' \ - 'OutgoingPortsMin:port' \ - 'AnnounceToAllTiers:or("true","false")' \ - 'BTProtocol:or("Both","TCP","UTP")' \ - 'CreateTorrentSubfolder:or("true","false"):true' \ - 'DisableAutoTMMByDefault:or("true","false"):true' \ - 'SuperSeeding:or("true","false"):false' \ - 'GlobalMaxSeedingMinutes:integer' \ - 'SeedChokingAlgorithm:or("RoundRobin","FastestUpload","AntiLeech")' \ - 'SlowTorrentsDownloadRate:integer' \ - 'SlowTorrentsInactivityTimer:integer' \ - 'SlowTorrentsUploadRate:integer' \ - 'CategoryChanged:or("true","false"):false' \ - 'CategorySavePathChanged:or("true","false"):true' \ - 'DefaultSavePathChanged:or("true","false"):true' \ - 'AutoDeleteAddedTorrentFile:or("Never","IfAdded"):Never' \ - 'Enabled:or("true","false")' \ - 'Path:string' \ - 'Backup:or("true","false")' \ - 'DeleteOld:or("true","false")' \ - 'MaxSizeBytes:integer' \ - 'SaveTime:string' +get_config() { + config_get_bool enabled $1 enabled 1 + config_get port $1 port 8080 + config_get profile_dir $1 profile_dir "/etc/qbittorrent" } -sed_options () { - local Anchor=$1 - local category=$( echo $2 | sed 's/\s/\\\\/g' ) - shift - shift - - if [ $( sed -n '/^\['"$Anchor"'\]/p' $QBT_INI_FILE | wc -l ) -lt 1 ]; then - sed -i '$a\\n\['"$Anchor"'\]' "$QBT_INI_FILE" +start_service() { + config_load qbittorrent + config_foreach get_config qbittorrent + [ $enabled != 1 ] && return 1 + if [ ! -f "$profile_dir/qBittorrent/config/qBittorrent.conf" ]; then + mkdir -p $profile_dir/qBittorrent/config/ + cp /etc/qbittorrent/qBittorrent.conf.example $profile_dir/qBittorrent/config/qBittorrent.conf fi - - local o; local v; local ol - for o in "$@"; do - v=$( echo "$(eval echo "\$$o")" | sed 's/[\/\.]/\\&/g' ) - [ -n "$category" ] && ol="$category\\\\$o" || ol="$o" - - [ -n "$v" ] && { - if [ $( sed -n '/^'"$ol"'=/p' $QBT_INI_FILE | wc -l ) -lt 1 ]; then - sed -i '/'"$Anchor"'/a'"$ol"'='"$v" "$QBT_INI_FILE" - else - sed -i 's/'"$ol"'=.*/'"$ol"'='"$v"'/g' "$QBT_INI_FILE" - fi - } || { - sed -i '/'"$ol"'=.*/d' "$QBT_INI_FILE" - } - done -} - -config_QBT () { - local Password_ha1="";local Age="";local AgeType="" - [ -n "$Password" ] && \ - Password_ha1="@ByteArray($(echo -n $Password|md5sum|grep -oE '[a-z0-9]{32}'))" - - [ -n "$SaveTime" ] && { - [ -n "$(echo $SaveTime | sed 's/[0-9dmyDMY]//g')" ] && { _err "Error save time setted."; return 1; } - - Age="$(echo $SaveTime | sed 's/[dmyDMY]//g')" - AgeType="$(echo $SaveTime | sed 's/[0-9]//g' | sed 's/[dD]/0/g' | sed 's/[mM]/1/g' | sed 's/[yY]/2/g')" - } - - [ -f "$QBT_INI_FILE" ] || { - cat>"$QBT_INI_FILE"</dev/null 2>&1; - return 1; - } - - local confdir="qBittorrent" - [ -n "$configuration" ] && { - confdir="qBittorrent_$configuration" - } - - [ -d "$profile/$confdir/config" ] || { - mkdir -m 0755 -p "$profile/$confdir/config" - } - - [ "$user" != "root" ] && { - [ -d "$confdir" ] && { - local groupnow="$(ls -l $profile | grep $confdir | awk '{print $3})" - local usernow="$(ls -l $profile | grep $confdir | awk '{print $4})" - - [ "$usernow" != "$user" ] && { _err "Permission denied!"; return 1; } - } || { - chmod -R g+w "$profile/$confdir" - chown -R "$user":"$user" "$profile/$confdir" - } - } - - [ "$AuthSubnetWhitelistEnabled" = true ] && { - AuthSubnetWhitelist="$( echo $AuthSubnetWhitelist | sed 's/ /,/g')" - } || { - AuthSubnetWhitelist="@Invalid()" - } - - QBT_INI_FILE="$profile/$confdir/config/qBittorrent.conf" - config_QBT - - procd_open_instance $QBT_INSTANCE - procd_set_param command $args - procd_append_param command --profile="$profile" - - [ -n "$configuration" ] && { - procd_append_param command --configuration="$configuration" - } - + procd_open_instance + procd_set_param command $PROG + procd_append_param command --webui-port=$port --profile=$profile_dir procd_set_param respawn - procd_set_param user $user - procd_set_param file $QBT_INI_FILE - procd_set_param pidfile $QBT_PID_FILE procd_close_instance } -service_triggers() -{ - procd_add_reload_trigger "$NAME" -} - -start_service() { - config_load "$NAME" - config_foreach init_QBT "$NAME" +service_triggers() { + procd_add_reload_trigger "qbittorrent" } reload_service() { - restart -} - -restart() { stop - sleep 2 + sleep 1 start } diff --git a/general/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example b/general/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example new file mode 100644 index 00000000..d72fd700 --- /dev/null +++ b/general/luci-app-qbittorrent/root/etc/qbittorrent/qBittorrent.conf.example @@ -0,0 +1,66 @@ +[AutoRun] +enabled=false +program= + +[BitTorrent] +Session\DefaultSavePath=/tmp +Session\QueueingSystemEnabled=false + +[Core] +AutoDeleteAddedTorrentFile=Never + +[LegalNotice] +Accepted=true + +[Meta] +MigrationVersion=3 + +[Network] +Proxy\OnlyForTorrents=false + +[Preferences] +Advanced\RecheckOnCompletion=false +Advanced\trackerPort=9000 +Connection\ResolvePeerCountries=true +DynDNS\DomainName=changeme.dyndns.org +DynDNS\Enabled=false +DynDNS\Password= +DynDNS\Service=DynDNS +DynDNS\Username= +General\Locale=zh_CN +MailNotification\email= +MailNotification\enabled=false +MailNotification\password= +MailNotification\req_auth=true +MailNotification\req_ssl=false +MailNotification\sender=qBittorrent_notification@example.com +MailNotification\smtp_server=smtp.changeme.com +MailNotification\username= +WebUI\Address=* +WebUI\AlternativeUIEnabled=false +WebUI\AuthSubnetWhitelist=10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 +WebUI\AuthSubnetWhitelistEnabled=true +WebUI\BanDuration=3600 +WebUI\CSRFProtection=false +WebUI\ClickjackingProtection=false +WebUI\CustomHTTPHeaders= +WebUI\CustomHTTPHeadersEnabled=false +WebUI\HTTPS\CertificatePath= +WebUI\HTTPS\Enabled=false +WebUI\HTTPS\KeyPath= +WebUI\HostHeaderValidation=true +WebUI\LocalHostAuth=true +WebUI\MaxAuthenticationFailCount=20 +WebUI\Port=8080 +WebUI\ReverseProxySupportEnabled=false +WebUI\RootFolder= +WebUI\SecureCookie=true +WebUI\ServerDomains=* +WebUI\SessionTimeout=3600 +WebUI\TrustedReverseProxiesList= +WebUI\UseUPnP=true +WebUI\Username=admin + +[RSS] +AutoDownloader\DownloadRepacks=true +AutoDownloader\SmartEpisodeFilter=s(\\d+)e(\\d+), (\\d+)x(\\d+), "(\\d{4}[.\\-]\\d{1,2}[.\\-]\\d{1,2})", "(\\d{1,2}[.\\-]\\d{1,2}[.\\-]\\d{4})" diff --git a/general/luci-app-qbittorrent/root/etc/uci-defaults/50_luci-qbittorrent b/general/luci-app-qbittorrent/root/etc/uci-defaults/50_luci-qbittorrent new file mode 100755 index 00000000..e0aedf7e --- /dev/null +++ b/general/luci-app-qbittorrent/root/etc/uci-defaults/50_luci-qbittorrent @@ -0,0 +1,4 @@ +#!/bin/sh + +rm -f /tmp/luci-indexcache* +exit 0 diff --git a/general/luci-app-qbittorrent/root/etc/uci-defaults/luci-qbittorrent b/general/luci-app-qbittorrent/root/etc/uci-defaults/luci-qbittorrent deleted file mode 100644 index dd2c37d8..00000000 --- a/general/luci-app-qbittorrent/root/etc/uci-defaults/luci-qbittorrent +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -uci -q batch <<-EOF >/dev/null - delete ucitrack.@qbittorrent[-1] - add ucitrack qbittorrent - set ucitrack.@qbittorrent[-1].init=qbittorrent - commit ucitrack -EOF - -if [ ."$(uci -q get qbittorrent.main)" != ."qbittorrent" ]; then - uci -q batch <<-EOF >/dev/null - add qbittorrent qbittorrent - rename qbittorrent.@qbittorrent[-1]="main" - set qbittorrent.main.enabled=0 - set qbittorrent.main.profile="/tmp" - commit qbittorrent - EOF -fi - -rm -f /tmp/luci-indexcache -exit 0 diff --git a/general/luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json b/general/luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json new file mode 100644 index 00000000..c46f3c92 --- /dev/null +++ b/general/luci-app-qbittorrent/root/usr/share/rpcd/acl.d/luci-app-qbittorrent.json @@ -0,0 +1,11 @@ +{ + "luci-app-qbittorrent": { + "description": "Grant UCI access for luci-app-qbittorrent", + "read": { + "uci": [ "qbittorrent" ] + }, + "write": { + "uci": [ "qbittorrent" ] + } + } +} diff --git a/general/naiveproxy/Makefile b/general/naiveproxy/Makefile index 862c1a28..2ac49996 100644 --- a/general/naiveproxy/Makefile +++ b/general/naiveproxy/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=naiveproxy -PKG_VERSION:=122.0.6261.43-1 +PKG_VERSION:=123.0.6312.40-1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c45fbec6390791678490b7f5df7441c120eda4af92c1aaa6c15dbe5b4ca649b6 +PKG_HASH:=75b67e44c45e9ac5a73688e17252ed6ae8dcb937f9cb9a184c8cd1585a0ceee3 PKG_LICENSE:=BSD 3-Clause PKG_LICENSE_FILES:=LICENSE @@ -66,31 +66,31 @@ ifneq ($(CONFIG_CCACHE),) export naive_ccache_flags=cc_wrapper="$(CCACHE)" endif -CLANG_VER:=18-init-16072-gc4146121e940-5 +CLANG_VER:=19-init-2319-g7c4c2746-1 CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tgz define Download/CLANG URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64 URL_FILE:=$(CLANG_FILE) FILE:=$(CLANG_FILE) - HASH:=63009892f985488f9152bc064b43e9d3be197c437f2469b83efce6293887442b + HASH:=e065dbcaf9ce5d3fdc6fb3dea1c195b1fc8a0da08cfd40b27ed88857a106e992 endef -GN_VER:=5787e994aa4cb6cdb09c2c72ae6f1c6a7f1cf91a +GN_VER:=cfddfffb7913868936e76a269ae824aadd737b1b GN_FILE:=gn-git_revision-$(GN_VER).zip define Download/GN_TOOL URL:=https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+ URL_FILE:=git_revision:$(GN_VER) FILE:=$(GN_FILE) - HASH:=b60489716e6b4969934e114f84344ffc6893bc9984317c328f25b72dfd1ae9c0 + HASH:=cf815f75859c1d34c39f73333ed8f90dbfc7db7fa3eac9513ae725e3db2c83c1 endef -PGO_VER:=6261-1707846690-1391fcc4772c0b31e214f533af5cafa87e4ccf40 +PGO_VER:=6312-1710232336-55ec5e20adb987a833d822fa3c03ffde72e6a2bb-33fd71f0cc028eebdc456b115c2cc23a6c31514b PGO_FILE:=chrome-linux-$(PGO_VER).profdata define Download/PGO_PROF URL:=https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles URL_FILE:=$(PGO_FILE) FILE:=$(PGO_FILE) - HASH:=3ee58646307e2b06c5c12eb7995b0a017c981aa7eec64a85f0be5140f8d24d9f + HASH:=c4a3404493b1a6c7a0a4db558e74c19e7f20fea861a65cbae95198c1f620e5ca endef define Build/Prepare diff --git a/general/nginx/Config_ssl.in b/general/nginx/Config_ssl.in index fbfb64ae..b02166f3 100644 --- a/general/nginx/Config_ssl.in +++ b/general/nginx/Config_ssl.in @@ -175,6 +175,11 @@ config NGINX_HTTP_V2 prompt "Enable HTTP_V2 module" default y +config NGINX_HTTP_QUIC + bool + prompt "Enable QUIC support" + default n + config NGINX_PCRE bool prompt "Enable PCRE library usage" @@ -195,4 +200,9 @@ config NGINX_HTTP_SUB prompt "Enable HTTP sub module" default n +config NGINX_STREAM_REAL_IP + bool + prompt "Enable STREAM real ip module" + default n + endmenu diff --git a/general/nginx/Makefile b/general/nginx/Makefile index 6485ff54..6612c593 100644 --- a/general/nginx/Makefile +++ b/general/nginx/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nginx -PKG_VERSION:=1.25.3 +PKG_VERSION:=1.25.4 PKG_RELEASE:=1 PKG_SOURCE:=nginx-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nginx.org/download/ -PKG_HASH:=64c5b975ca287939e828303fa857d22f142b251f17808dfe41733512d9cded86 +PKG_HASH:=760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9 PKG_MAINTAINER:=Thomas Heil \ Christian Marangi @@ -23,7 +23,7 @@ PKG_CPE_ID:=cpe:/a:nginx:nginx PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -PKG_BUILD_FLAGS:=gc-sections +PKG_BUILD_FLAGS:=gc-sections lto # 3rd-party modules PKG_MOD_EXTRA := \ @@ -82,6 +82,7 @@ PKG_CONFIG_DEPENDS := \ CONFIG_NGINX_PCRE \ CONFIG_NGINX_HTTP_REAL_IP \ CONFIG_NGINX_HTTP_SECURE_LINK \ + CONFIG_NGINX_STREAM_REAL_IP \ CONFIG_OPENSSL_ENGINE \ CONFIG_OPENSSL_WITH_NPN \ $(foreach m,$(PKG_MOD_EXTRA),CONFIG_PACKAGE_$(m)) @@ -210,7 +211,7 @@ endef define Package/nginx-mod-lua-resty-lrucache $(call Package/nginx/default) - DEPENDS:=+luajit2 + DEPENDS:=@HAS_LUAJIT_ARCH +luajit2 TITLE:=Nginx Lua OpenResty lrucache module endef @@ -449,6 +450,7 @@ CONFIGURE_ARGS += \ $(if $(call IsEnabled,NGINX_HTTP_SECURE_LINK),--with-http_secure_link_module) \ $(if $(call IsEnabled,NGINX_HTTP_SUB),--with-http_sub_module) \ $(if $(CONFIG_PACKAGE_nginx-mod-stream),--with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module) \ + $(if $(call IsEnabled,NGINX_STREAM_REAL_IP),--with-stream_realip_module) \ $(if $(CONFIG_PACKAGE_nginx-mod-naxsi),--add-dynamic-module=$(PKG_BUILD_DIR)/nginx-mod-naxsi/naxsi_src) \ $(foreach m,$(filter-out lua-resty-core lua-resty-lrucache naxsi,$(PKG_MOD_EXTRA)), \ $(if $(CONFIG_PACKAGE_nginx-mod-$(m)),--add-dynamic-module=$(PKG_BUILD_DIR)/nginx-mod-$(m))) diff --git a/general/nginx/files-luci-support/60_nginx-luci-support b/general/nginx/files-luci-support/60_nginx-luci-support index b2564444..22deb97a 100644 --- a/general/nginx/files-luci-support/60_nginx-luci-support +++ b/general/nginx/files-luci-support/60_nginx-luci-support @@ -1,6 +1,6 @@ #!/bin/sh -if nginx -V 2>&1 | grep -q ubus; then +if nginx -V 2>&1 | grep -q ubus && [ -f /usr/lib/nginx/modules/ngx_http_ubus_module.so ]; then if [ -z "$(cat /etc/nginx/conf.d/luci.locations | grep ubus)" ]; then cat <> /etc/nginx/conf.d/luci.locations @@ -9,6 +9,12 @@ location /ubus { ubus_socket_path /var/run/ubus/ubus.sock; ubus_parallel_req 2; } +EOT + fi + + if [ ! -f "/etc/nginx/module.d/luci.module" ]; then + cat <> /etc/nginx/module.d/luci.module +load_module /usr/lib/nginx/modules/ngx_http_ubus_module.so; EOT fi fi diff --git a/general/nginx/patches/nginx-mod-lua/101-bugfix-don-t-include-pcre.h-with-PCRE2-used.patch b/general/nginx/patches/nginx-mod-lua/101-bugfix-don-t-include-pcre.h-with-PCRE2-used.patch new file mode 100644 index 00000000..da3c4607 --- /dev/null +++ b/general/nginx/patches/nginx-mod-lua/101-bugfix-don-t-include-pcre.h-with-PCRE2-used.patch @@ -0,0 +1,27 @@ +From f968d74c3af8259f325090d282aeb64854cdddf9 Mon Sep 17 00:00:00 2001 +From: Christian Marangi +Date: Fri, 13 Oct 2023 20:23:51 +0200 +Subject: [PATCH] bugfix: don't include pcre.h with PCRE2 used + +pcre.h is a PCRE header and is not exposed by PCRE2 library causing +compilation error as the header is not found. + +Don't include pcre.h if nginx is compiled with PCRE2 support enabled. + +Fixes: cb83e33e2657 ("feature: support pcre2") +Signed-off-by: Christian Marangi +--- + nginx-mod-lua/src/ngx_http_lua_common.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/nginx-mod-lua/src/ngx_http_lua_common.h ++++ b/nginx-mod-lua/src/ngx_http_lua_common.h +@@ -54,7 +54,7 @@ typedef struct { + #endif + + +-#if (NGX_PCRE) ++#if defined(NGX_PCRE) && !(NGX_PCRE2) + #include + # if (PCRE_MAJOR > 8) || (PCRE_MAJOR == 8 && PCRE_MINOR >= 21) + # define LUA_HAVE_PCRE_JIT 1 diff --git a/general/nginx/patches/rtmp-nginx/100-bigedian.patch b/general/nginx/patches/nginx-mod-rtmp/100-bigedian.patch similarity index 100% rename from general/nginx/patches/rtmp-nginx/100-bigedian.patch rename to general/nginx/patches/nginx-mod-rtmp/100-bigedian.patch diff --git a/general/nginx/patches/nginx/102-sizeof_test_fix.patch b/general/nginx/patches/nginx/102-sizeof_test_fix.patch index 7d2430ea..823e7eab 100644 --- a/general/nginx/patches/nginx/102-sizeof_test_fix.patch +++ b/general/nginx/patches/nginx/102-sizeof_test_fix.patch @@ -4,7 +4,7 @@ $NGX_INCLUDE_INTTYPES_H $NGX_INCLUDE_AUTO_CONFIG_H -+char object_code_block[] = { ++volatile char object_code_block[] = { + '\n', 'e', '4', 'V', 'A', + '0', 'x', ('0' + sizeof($ngx_type)), + 'Y', '3', 'p', 'M', '\n' diff --git a/general/qBittorrent/Makefile b/general/qBittorrent/Makefile index e8e8972a..faee8a31 100644 --- a/general/qBittorrent/Makefile +++ b/general/qBittorrent/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.6.3 +PKG_VERSION:=4.6.4 PKG_RELEASE=1 PKG_SOURCE:=qBittorrent-release-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=9a44d974a5b2cf945ccdecdc20f452d6b8f4800487492945729a493ff6d11502 +PKG_HASH:=5842eb2cc1745b72b090df562d35a7ec0a6469d898d411544808731578447e1d PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION) diff --git a/general/qBittorrent/Makefile.qt6 b/general/qBittorrent/Makefile.qt6 index 578de781..d8731e6d 100644 --- a/general/qBittorrent/Makefile.qt6 +++ b/general/qBittorrent/Makefile.qt6 @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qbittorrent -PKG_VERSION:=4.6.3 +PKG_VERSION:=4.6.4 PKG_RELEASE=1 PKG_SOURCE:=qBittorrent-release-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/qbittorrent/qBittorrent/tar.gz/release-$(PKG_VERSION)? -PKG_HASH:=9a44d974a5b2cf945ccdecdc20f452d6b8f4800487492945729a493ff6d11502 +PKG_HASH:=5842eb2cc1745b72b090df562d35a7ec0a6469d898d411544808731578447e1d PKG_BUILD_DIR:=$(BUILD_DIR)/qBittorrent-release-$(PKG_VERSION) diff --git a/general/qtbase/Makefile b/general/qtbase/Makefile index 45625315..4688b1fe 100644 --- a/general/qtbase/Makefile +++ b/general/qtbase/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6base PKG_BASE:=6.6 -PKG_BUGFIX:=0 +PKG_BUGFIX:=3 PKG_VERSION:=$(PKG_BASE).$(PKG_BUGFIX) PKG_RELEASE:=1 @@ -17,7 +17,7 @@ PKG_SOURCE:=qtbase-everywhere-src-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://mirrors.tencent.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \ https://mirrors.aliyun.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \ http://download.qt-project.org/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ -PKG_HASH:=039d53312acb5897a9054bd38c9ccbdab72500b71fdccdb3f4f0844b0dd39e0e +PKG_HASH:=0493fd0b380c4edf8872f011a7f26d245aa4cdd75b349904ef340a22dedf7462 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qtbase-everywhere-src-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/qtbase-everywhere-src-$(PKG_VERSION) diff --git a/general/qttools/Makefile b/general/qttools/Makefile index 628de278..5081a89c 100644 --- a/general/qttools/Makefile +++ b/general/qttools/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qt6tools PKG_BASE:=6.6 -PKG_BUGFIX:=0 +PKG_BUGFIX:=3 PKG_VERSION:=$(PKG_BASE).$(PKG_BUGFIX) PKG_RELEASE:=1 @@ -17,7 +17,7 @@ PKG_SOURCE:=qttools-everywhere-src-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://mirrors.tencent.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \ https://mirrors.aliyun.com/qt/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ \ http://download.qt-project.org/archive/qt/$(PKG_BASE)/$(PKG_VERSION)/submodules/ -PKG_HASH:=4e9feebc142bbb6e453e1dc3277e09ec45c8ef081b5ee2a029e6684b5905ba99 +PKG_HASH:=aa6d4c822d8cb74066ef30ab42283ac24e5cc702f33e6d78a9ebef5b0df91bc0 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/qttools-everywhere-src-$(PKG_VERSION) PKG_MAINTAINER:=Krypton Lee diff --git a/general/shadowsocks-rust/Makefile b/general/shadowsocks-rust/Makefile index 404e0403..e19fa24b 100644 --- a/general/shadowsocks-rust/Makefile +++ b/general/shadowsocks-rust/Makefile @@ -12,7 +12,12 @@ PKG_RELEASE:=1 PKG_SOURCE_HEADER:=shadowsocks-v$(PKG_VERSION) PKG_SOURCE_BODY:=unknown-linux-musl PKG_SOURCE_FOOTER:=tar.xz -PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-rust/releases/download/v$(PKG_VERSION)/ + +ifeq ($(filter $(ARCH),mips mipsel),) + PKG_SOURCE_URL:=https://github.com/shadowsocks/shadowsocks-rust/releases/download/v$(PKG_VERSION)/ +else + PKG_SOURCE_URL:=https://github.com/sbwml/shadowsocks-rust-mips/releases/download/v$(PKG_VERSION)/ +endif ifeq ($(ARCH),aarch64) PKG_SOURCE:=$(PKG_SOURCE_HEADER).aarch64-$(PKG_SOURCE_BODY).$(PKG_SOURCE_FOOTER) @@ -22,23 +27,23 @@ else ifeq ($(ARCH),arm) ARM_CPU_FEATURES:=$(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE)))) ifeq ($(ARM_CPU_FEATURES),) PKG_SOURCE:=$(PKG_SOURCE_HEADER).arm-$(PKG_SOURCE_BODY)eabi.$(PKG_SOURCE_FOOTER) - PKG_HASH:=63eeea0903199f16492aa331280699de17985865340cec5ee0afba292c870384 + PKG_HASH:=fb6244e4046785b48f31d5dfb430319cff3c5d6a715335a6a4b28471105415aa else PKG_SOURCE:=$(PKG_SOURCE_HEADER).arm-$(PKG_SOURCE_BODY)eabihf.$(PKG_SOURCE_FOOTER) - PKG_HASH:=b2cfa73953b9880350d6fc19f2634739abec5b8b476331410820adfdd3691b5c + PKG_HASH:=b12327532fa37eeac4b806388106124d2f43aed79fba2c671e384cee9b7b8672 endif else ifeq ($(ARCH),i386) PKG_SOURCE:=$(PKG_SOURCE_HEADER).i686-$(PKG_SOURCE_BODY).$(PKG_SOURCE_FOOTER) - PKG_HASH:=009ba9ff9dd7e9a8611ab3f6eeae1173bd39624319ed3e404c85364e69a3ceab + PKG_HASH:=6be4b052ee82c6dd0d7549bf62f27965f38c1fa87964decc50dba42efc014b0c +else ifeq ($(ARCH),x86_64) + PKG_SOURCE:=$(PKG_SOURCE_HEADER).x86_64-$(PKG_SOURCE_BODY).$(PKG_SOURCE_FOOTER) + PKG_HASH:=206d1f0a95c6964c7d03bc9779e1d75ff332518a6bc5656a5893c3f025cbcb88 else ifeq ($(ARCH),mips) PKG_SOURCE:=$(PKG_SOURCE_HEADER).mips-$(PKG_SOURCE_BODY).$(PKG_SOURCE_FOOTER) - PKG_HASH:=1a8ab79ef3904290c564933b3cff60f0b80211c769b25103adb910e1adb0a4d8 + PKG_HASH:=4bb3eca57ae06682b5bc107e9cbf0518ba2602c0330652290828019862aebbdd else ifeq ($(ARCH),mipsel) PKG_SOURCE:=$(PKG_SOURCE_HEADER).mipsel-$(PKG_SOURCE_BODY).$(PKG_SOURCE_FOOTER) - PKG_HASH:=e3909ba7e07c89adf7818f8c4c07a980650e9a0fa05f522d41e9fcba636f2cb8 -else ifeq ($(ARCH),x86_64) - PKG_SOURCE:=$(PKG_SOURCE_HEADER).x86_64-$(PKG_SOURCE_BODY).$(PKG_SOURCE_FOOTER) - PKG_HASH:=206d1f0a95c6964c7d03bc9779e1d75ff332518a6bc5656a5893c3f025cbcb88 + PKG_HASH:=80759bd4262e6597dadd303d3b9026b65e26cd7b0f5e229b6044d6838ba51fcb # Set the default value to make OpenWrt Package Checker happy else PKG_SOURCE:=dummy @@ -60,7 +65,7 @@ define Package/shadowsocks-rust/Default SUBMENU:=Web Servers/Proxies TITLE:=shadowsocks-rust $(1) URL:=https://github.com/shadowsocks/shadowsocks-rust - DEPENDS:=@USE_MUSL @(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) + DEPENDS:=@(aarch64||arm||i386||mips||mipsel||x86_64) @!(TARGET_x86_geode||TARGET_x86_legacy) endef define Package/shadowsocks-rust-$(1)/install diff --git a/general/sing-box/Makefile b/general/sing-box/Makefile index 79fdb72b..395314d1 100644 --- a/general/sing-box/Makefile +++ b/general/sing-box/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.8.9 +PKG_VERSION:=1.8.10 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=764c51bdf43af86e67b2657baf87bf67a2e1d8e42b0d39ee9ef7a9a414c658fc -PKG_GIT_COMMIT:=e27fb51b54ffab1a4cf0045da84133c7a4dfa976 +PKG_HASH:=a959f9a40148ed4166b8161072672f3ce1532957adef7717132c7277bb96dcf6 +PKG_GIT_COMMIT:=ed2f8b96376616d12cb65da2e5ae60a0bdb9269e PKG_LICENSE:=GPL-3.0-or-later PKG_LICENSE_FILES:=LICENSE diff --git a/general/tailscale/Makefile b/general/tailscale/Makefile index 6cf1cd2f..2de831fc 100644 --- a/general/tailscale/Makefile +++ b/general/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.62.0 +PKG_VERSION:=1.62.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=19d91f208a7337b8f2caad030936112c641533d7c1d932a2a8732731e2e80ae5 +PKG_HASH:=22737fae37e971fecdf49d6b741b99988868aa3f1e683e67e14b872a2c49ca1c PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause diff --git a/openwrt-21.02-diy-part2.sh b/openwrt-21.02-diy-part2.sh index a6fe9136..93fb446c 100644 --- a/openwrt-21.02-diy-part2.sh +++ b/openwrt-21.02-diy-part2.sh @@ -16,13 +16,13 @@ #git clone --single-branch -b openwrt-21.02 https://github.com/openwrt/openwrt #移除不用软件包 -rm -rf feeds/packages/libs/libgd-full -rm -rf feeds/luci/collections/luci-lib-docker +#rm -rf feeds/packages/libs/libgd-full +#rm -rf feeds/luci/collections/luci-lib-docker #rm -rf package/network -rm -rf feeds/luci/themes/luci-theme-argon -rm -rf package/libs/mbedtls +#rm -rf feeds/luci/themes/luci-theme-argon +#rm -rf package/libs/mbedtls #rm -rf feeds/packages/net/kcptun -rm -rf feeds/packages/net/xray-core +#rm -rf feeds/packages/net/xray-core #rm -rf feeds/packages/devel/ninja #rm -rf package/libs/elfutils #rm -rf package/libs/libcap @@ -30,9 +30,9 @@ rm -rf feeds/packages/net/xray-core #rm -rf package/libs/libpcap #rm -rf package/libs/nettle #rm -rf package/libs/pcre -rm -f tools/Makefile +#rm -f tools/Makefile #rm -f feeds/packages/net/dnsproxy/Makefile -rm -rf feeds/packages/net/trojan-go +#rm -rf feeds/packages/net/trojan-go # Prepare @@ -47,8 +47,8 @@ sed -i "s/enabled '0'/enabled '1'/g" feeds/packages/utils/irqbalance/files/irqba # Important Patches # ARM64: Add CPU model name in proc cpuinfo -wget -P target/linux/generic/pending-5.15 https://github.com/immortalwrt/immortalwrt/raw/master/target/linux/generic/hack-5.15/312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch -wget -P target/linux/generic/pending-5.10 https://github.com/immortalwrt/immortalwrt/raw/master/target/linux/generic/hack-5.10/312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch +#wget -P target/linux/generic/pending-5.15 https://github.com/immortalwrt/immortalwrt/raw/master/target/linux/generic/hack-5.15/312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch +#wget -P target/linux/generic/pending-5.10 https://github.com/immortalwrt/immortalwrt/raw/master/target/linux/generic/hack-5.10/312-arm64-cpuinfo-Add-model-name-in-proc-cpuinfo-for-64bit-ta.patch # Patch jsonc #patch -p1 < $GITHUB_WORKSPACE/PATCH/new/package/use_json_object_new_int64.patch @@ -59,19 +59,19 @@ wget https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/gen popd wget -P target/linux/generic/hack-5.10 https://raw.githubusercontent.com/coolsnowwolf/lede/master/target/linux/generic/hack-5.15/952-net-conntrack-events-support-multiple-registrant.patch # Patch firewall to enable fullcone -mkdir package/network/config/firewall/patches -wget -P package/network/config/firewall/patches/ https://github.com/immortalwrt/immortalwrt/raw/ster/package/network/config/firewall/patches/fullconenat.patch +#mkdir package/network/config/firewall/patches +#wget -P package/network/config/firewall/patches/ https://github.com/immortalwrt/immortalwrt/raw/ster/package/network/config/firewall/patches/fullconenat.patch # Patch LuCI to add fullcone button -patch -p1 < $GITHUB_WORKSPACE/PATCH/new/package/luci-app-firewall_add_fullcone.patch +#patch -p1 < $GITHUB_WORKSPACE/PATCH/new/package/luci-app-firewall_add_fullcone.patch # FullCone modules #cp -rf $GITHUB_WORKSPACE/PATCH/duplicate/fullconenat ./package/network/fullconenat #添加额外软件包 #svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/package/libs/mbedtls package/libs/mbedtls -svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/mbedtls package/libs/mbedtls +#svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/mbedtls package/libs/mbedtls #svn co https://github.com/coolsnowwolf/packages/trunk/devel/ninja feeds/packages/devel/ninja -svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-mount package/lean/ntfs3-mount -svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-oot package/lean/ntfs3-oot +#svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-mount package/lean/ntfs3-mount +#svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-oot package/lean/ntfs3-oot #svn co https://github.com/breakings/OpenWrt/trunk/general/ntfs3 package/lean/ntfs3 #svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/elfutils package/libs/elfutils #svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/libcap package/libs/libcap @@ -79,14 +79,14 @@ svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ntfs3-oot package #svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/libpcap package/libs/libpcap #svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/nettle package/libs/nettle #svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/pcre package/libs/pcre -svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/upx tools/upx -svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ucl tools/ucl -wget -P tools https://raw.githubusercontent.com/breakings/OpenWrt/main/general/tools/Makefile +#svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/upx tools/upx +#svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/ucl tools/ucl +#wget -P tools https://raw.githubusercontent.com/breakings/OpenWrt/main/general/tools/Makefile # Extra Packages # AutoCore #svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/package/emortal/autocore package/lean/autocore -svn co https://github.com/breakings/OpenWrt/trunk/general/autocore package/lean/autocore +cp -rf $GITHUB_WORKSPACE/general/autocore package/autocore #svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/autocore package/lean/autocore #rm -rf ./feeds/packages/utils/coremark #svn co https://github.com/immortalwrt/packages/trunk/utils/coremark feeds/packages/utils/coremark @@ -95,69 +95,30 @@ svn co https://github.com/breakings/OpenWrt/trunk/general/autocore package/lean/ #svn co https://github.com/coolsnowwolf/lede/trunk/package/libs/libdouble-conversion package/libs/libdouble-conversion #svn co https://github.com/Lienol/openwrt/branches/21.02/package/lean/qt5 package/lean/qt5 #svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/qt5 package/lean/qt5 -svn co https://github.com/coolsnowwolf/packages/trunk/libs/qtbase package/lean/qtbase -svn co https://github.com/coolsnowwolf/packages/trunk/libs/qttools package/lean/qttools -svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/shortcut-fe package/lean/shortcut-fe -svn co https://github.com/coolsnowwolf/packages/trunk/net/qBittorrent-static package/qBittorrent-static +cp -rf $GITHUB_WORKSPACE/general/qtbase package/qtbase +cp -rf $GITHUB_WORKSPACE/general/qttools package/qttools +#svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/shortcut-fe package/lean/shortcut-fe +#svn co https://github.com/coolsnowwolf/packages/trunk/net/qBittorrent-static package/qBittorrent-static #git clone https://github.com/jerrykuku/luci-app-jd-dailybonus.git package/luci-app-jd-dailybonus -svn co https://github.com/jerrykuku/lua-maxminddb/trunk package/lua-maxminddb -svn co https://github.com/vernesong/OpenClash/trunk/luci-app-openclash package/luci-app-openclash +git clone https://github.com/jerrykuku/lua-maxminddb.git package/lua-maxminddb +git clone --depth=1 https://github.com/vernesong/OpenClash.git package/OpenClash #git clone https://github.com/project-lede/luci-app-godproxy package/luci-app-godproxy svn co https://github.com/iwrt/luci-app-ikoolproxy/trunk package/luci-app-ikoolproxy #svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/package/lean/luci-app-haproxy-tcp package/lean/luci-app-haproxy-tcp #svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-haproxy-tcp package/lean/luci-app-haproxy-tcp # 编译 po2lmo (如果有po2lmo可跳过) -pushd package/luci-app-openclash/tools/po2lmo +pushd package/OpenClash/luci-app-openclash/tools/po2lmo make && sudo make install popd -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/brook package/brook -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/chinadns-ng package/chinadns-ng -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/tcping package/tcping -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/trojan-go package/trojan-go -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/trojan-plus package/trojan-plus -#svn co https://github.com/project-openwrt/openwrt/trunk/package/ctcgfw/luci-app-filebrowser package/luci-app-filebrowser -#svn co https://github.com/project-openwrt/openwrt/trunk/package/ctcgfw/filebrowser package/filebrowser -#svn co https://github.com/project-openwrt/openwrt/trunk/package/lienol/luci-app-fileassistant package/luci-app-fileassistant -svn co https://github.com/xiaorouji/openwrt-passwall/branches/luci/luci-app-passwall package/luci-app-passwall -#cp -rf $GITHUB_WORKSPACE/general/luci-app-passwall package/luci-app-passwall -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/shadowsocks-rust package/shadowsocks-rust -#svn co https://github.com/fw876/helloworld/trunk/shadowsocks-rust package/shadowsocks-rust -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/xray-core package/xray-core -#svn co https://github.com/1715173329/packages-official/branches/xray-2102/net/xray-core feeds/packages/net/xray-core -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/xray-plugin package/xray-plugin -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/v2ray-core package/v2ray-core -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/v2ray-geodata package/v2ray-geodata -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/v2ray-plugin package/v2ray-plugin -#svn co https://github.com/fw876/helloworld/trunk/v2ray-plugin package/v2ray-plugin -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/ssocks package/ssocks -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/dns2socks package/dns2socks -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/ipt2socks package/ipt2socks -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/microsocks package/microsocks -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/pdnsd-alt package/pdnsd-alt -#svn co https://github.com/xiaorouji/openwrt-passwall/trunk/shadowsocksr-libev package/shadowsocksr-libev -svn co https://github.com/fw876/helloworld/trunk/shadowsocksr-libev package/shadowsocksr-libev -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/simple-obfs package/simple-obfs -#svn co https://github.com/xiaorouji/openwrt-passwall/trunk/kcptun package/kcptun -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/trojan package/trojan -#svn co https://github.com/xiaorouji/openwrt-passwall/trunk/naiveproxy package/naiveproxy -cp -rf $GITHUB_WORKSPACE/general/naiveproxy package/naiveproxy -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/hysteria package/hysteria -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/dns2tcp package/dns2tcp -svn co https://github.com/xiaorouji/openwrt-passwall/trunk/sagernet-core package/sagernet-core -#svn co https://github.com/fw876/helloworld/trunk/naiveproxy package/naiveproxy -#mkdir package/xray-core/patches -#wget -P package/xray-core/patches https://raw.githubusercontent.com/openwrt/packages/master/net/xray-core/patches/100-go-1.17-deps.patch -svn co https://github.com/coolsnowwolf/packages/trunk/net/dnsforwarder package/lean/dnsforwarder -svn co https://github.com/immortalwrt/immortalwrt/trunk/package/utils/mhz package/mhz #菜单定制 -git clone https://github.com/immortalwrt/luci-app-unblockneteasemusic package/luci-app-unblockneteasemusic +#git clone https://github.com/immortalwrt/luci-app-unblockneteasemusic package/luci-app-unblockneteasemusic #svn co https://github.com/Lienol/openwrt/branches/21.02/package/network package/network #svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/package/lean/qBittorrent-Enhanced-Edition package/lean/qBittorrent-Enhanced-Edition -svn co https://github.com/coolsnowwolf/packages/trunk/net/qBittorrent package/lean/qBittorrent -svn co https://github.com/coolsnowwolf/packages/trunk/libs/rblibtorrent package/lean/rblibtorrent -svn co https://github.com/coolsnowwolf/luci/trunk/applications/luci-app-qbittorrent package/lean/luci-app-qbittorrent +#svn co https://github.com/coolsnowwolf/packages/trunk/net/qBittorrent package/lean/qBittorrent +#svn co https://github.com/coolsnowwolf/packages/trunk/libs/rblibtorrent package/lean/rblibtorrent +cp -rf $GITHUB_WORKSPACE/general/luci-app-qbittorrent package/luci-app-qbittorrent #svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-qbittorrent package/lean/luci-app-qbittorrent #svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/package/lean/luci-app-qbittorrent package/lean/luci-app-qbittorrent svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-cpufreq package/lean/luci-app-cpufreq @@ -174,14 +135,14 @@ svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/l svn co https://github.com/breakings/OpenWrt/trunk/general/luci-app-netdata package/lean/luci-app-netdata svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-usb-printer package/lean/luci-app-usb-printer svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-filetransfer package/lean/luci-app-filetransfer -svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/libs/luci-lib-fs package/lean/luci-lib-fs -svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-zerotier package/luci-app-zerotier +#svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/libs/luci-lib-fs package/lean/luci-lib-fs +#svn co https://github.com/immortalwrt/luci/trunk/applications/luci-app-zerotier package/luci-app-zerotier #svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/coremark package/lean/coremark #svn co https://github.com/Lienol/openwrt/branches/21.02/package/network/fullconenat package/network/fullconenat #svn co https://github.com/coolsnowwolf/lede/trunk/package/lean/luci-app-docker package/lean/luci-app-docker #svn co https://github.com/coolsnowwolf/packages/trunk/utils/docker-ce package/utils/docker-ce #svn co https://github.com/Lienol/openwrt/trunk/package/diy/luci-lib-docker package/luci-lib-docker -svn co https://github.com/lisaac/luci-lib-docker/trunk/collections/luci-lib-docker package/luci-lib-docker +#svn co https://github.com/lisaac/luci-lib-docker/trunk/collections/luci-lib-docker package/luci-lib-docker svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-openvpn-server package/lean/luci-app-openvpn-server svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-autoreboot package/lean/luci-app-autoreboot @@ -191,7 +152,7 @@ svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/l svn co https://github.com/immortalwrt/luci/branches/openwrt-21.02/applications/luci-app-guest-wifi package/lean/luci-app-guest-wifi #svn co https://github.com/Lienol/openwrt/branches/21.02/package/diy/parted package/parted #svn co https://github.com/immortalwrt/immortalwrt/branches/openwrt-21.02/package/lean/default-settings package/lean/default-settings -svn co https://github.com/breakings/OpenWrt/trunk/general/default-settings package/lean/default-settings +#svn co https://github.com/breakings/OpenWrt/trunk/general/default-settings package/lean/default-settings #rm -f package/lean/default-settings/files/zzz-default-settings #cp -f $GITHUB_WORKSPACE/general/zzz-default-settings package/lean/default-settings/files/ @@ -202,7 +163,7 @@ svn co https://github.com/breakings/OpenWrt/trunk/general/default-settings packa #svn co https://github.com/project-openwrt/openwrt/trunk/package/ctcgfw/luci-app-gost package/luci-app-gost #svn co https://github.com/project-openwrt/openwrt/trunk/package/ctcgfw/gost package/gost #svn co https://github.com/kenzok8/openwrt-packages/trunk/luci-app-eqos package/luci-app-eqos -git clone https://github.com/tty228/luci-app-serverchan.git package/luci-app-serverchan +#git clone https://github.com/tty228/luci-app-serverchan.git package/luci-app-serverchan svn co https://github.com/fw876/helloworld/trunk/luci-app-ssr-plus package/lean/luci-app-ssr-plus svn co https://github.com/fw876/helloworld/trunk/lua-neturl package/lua-neturl #pushd package/lean @@ -249,12 +210,13 @@ cp -f $GITHUB_WORKSPACE/general/libtorrent-rasterbar/Makefile feeds/packages/lib # qBittorrent #sed -i "s/PKG_VERSION:=.*/PKG_VERSION:=4.4.1/" package/lean/qBittorrent/Makefile #sed -i "s/PKG_HASH:=.*/PKG_HASH:=144a609514a7b516e65c4a4e32e49529b5e3949a713daf86332cd95867c991ba/" package/lean/qBittorrent/Makefile -cp -f $GITHUB_WORKSPACE/general/qBittorrent/Makefile package/lean/qBittorrent +mkdir -pv package/qBittorrent +cp -rf $GITHUB_WORKSPACE/general/qBittorrent/Makefile.qt6 package/qBittorrent/Makefile # Qt5 -qtbase #sed -i "s/PKG_BUGFIX:=.*/PKG_BUGFIX:=6/" package/lean/qtbase/Makefile #sed -i "s/PKG_HASH:=.*/PKG_HASH:=396bc6b0d773ac6a7c691a4c3d901999f571e3e7033d7fd6f65e4ef2b6eb7340/" package/lean/qtbase/Makefile -rm -rf package/lean/qtbase/patches +#rm -rf package/lean/qtbase/patches # Qt5 -qttools #sed -i "s/PKG_BUGFIX:=.*/PKG_BUGFIX:=6/" package/lean/qttools/Makefile @@ -269,13 +231,13 @@ rm -rf package/lean/qtbase/patches #sed -i 's/PKG_HASH:=.*/PKG_HASH:=eadbad9e9ab30b25f5520fbfde99fae4a92a1ae3c0257a8d68569a4651e30e02/' feeds/packages/multimedia/ffmpeg/Makefile # btrfs-progs -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=6.2.2/' feeds/packages/utils/btrfs-progs/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=e4888db8637d92e667448386992d0856b954cf2515b98d39b667da43c482d693/' feeds/packages/utils/btrfs-progs/Makefile -rm -rf feeds/packages/utils/btrfs-progs/patches +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=6.2.2/' feeds/packages/utils/btrfs-progs/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=e4888db8637d92e667448386992d0856b954cf2515b98d39b667da43c482d693/' feeds/packages/utils/btrfs-progs/Makefile +#rm -rf feeds/packages/utils/btrfs-progs/patches # bsdtar -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=3.6.1/g' feeds/packages/libs/libarchive/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6/g' feeds/packages/libs/libarchive/Makefile +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=3.6.1/g' feeds/packages/libs/libarchive/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=5a411aceb978f43e626f0c2d1812ddd8807b645ed892453acabd532376c148e6/g' feeds/packages/libs/libarchive/Makefile # docker #sed -i 's/PKG_VERSION:=20.10.14/PKG_VERSION:=20.10.16/g' feeds/packages/utils/docker/Makefile @@ -288,7 +250,7 @@ sed -i 's/PKG_HASH:=.*/PKG_HASH:=5a411aceb978f43e626f0c2d1812ddd8807b645ed892453 #sed -i 's/PKG_RELEASE:=.*/PKG_RELEASE:=1/g' feeds/packages/utils/dockerd/Makefile #sed -i 's/PKG_HASH:=.*/PKG_HASH:=2cd69e2cc67053300aa8d78988c92fd63ea0d0d84fe2071597191a149d5548f8/g' feeds/packages/utils/dockerd/Makefile #sed -i 's/PKG_GIT_SHORT_COMMIT:=87a90dc/PKG_GIT_SHORT_COMMIT:=f756502/g' feeds/packages/utils/dockerd/Makefile -sed -i 's/^\s*$[(]call\sEnsureVendoredVersion/#&/' feeds/packages/utils/dockerd/Makefile +#sed -i 's/^\s*$[(]call\sEnsureVendoredVersion/#&/' feeds/packages/utils/dockerd/Makefile # docker-compose #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=2.5.1/' feeds/packages/utils/docker-compose/Makefile @@ -306,7 +268,7 @@ sed -i 's/^\s*$[(]call\sEnsureVendoredVersion/#&/' feeds/packages/utils/dockerd/ #sed -i 's/PKG_SOURCE_VERSION:=.*/PKG_SOURCE_VERSION:=a916309fff0f838eb94e928713dbc3c0d0ac7aa4/g' feeds/packages/utils/runc/Makefile # openwrt-fullconenat -svn co https://github.com/coolsnowwolf/lede/trunk/package/network/services/fullconenat package/fullconenat +#svn co https://github.com/coolsnowwolf/lede/trunk/package/network/services/fullconenat package/fullconenat # openssh #sed -i '175i\ --with-sandbox=rlimit \\' feeds/packages/net/openssh/Makefile @@ -318,13 +280,13 @@ sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=9.65/g' feeds/packages/utils/hdparm/Makef sed -i 's/PKG_HASH:=.*/PKG_HASH:=d14929f910d060932e717e9382425d47c2e7144235a53713d55a94f7de535a4b/g' feeds/packages/utils/hdparm/Makefile # pcre2 -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=10.40/g' feeds/packages/libs/pcre2/Makefile -sed -i 's|PKG_SOURCE_URL:=.*|PKG_SOURCE_URL:=https://github.com/PhilipHazel/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERSION)|g' feeds/packages/libs/pcre2/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68/g' feeds/packages/libs/pcre2/Makefile +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=10.40/g' feeds/packages/libs/pcre2/Makefile +#sed -i 's|PKG_SOURCE_URL:=.*|PKG_SOURCE_URL:=https://github.com/PhilipHazel/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERSION)|g' feeds/packages/libs/pcre2/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68/g' feeds/packages/libs/pcre2/Makefile # socat -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=1.7.4.4/g' feeds/packages/net/socat/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=fbd42bd2f0e54a3af6d01bdf15385384ab82dbc0e4f1a5e153b3e0be1b6380ac/g' feeds/packages/net/socat/Makefile +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=1.7.4.4/g' feeds/packages/net/socat/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=fbd42bd2f0e54a3af6d01bdf15385384ab82dbc0e4f1a5e153b3e0be1b6380ac/g' feeds/packages/net/socat/Makefile #sed -i '75i\ sc_cv_getprotobynumber_r=2 \\' feeds/packages/net/socat/Makefile # libseccomp @@ -346,22 +308,22 @@ sed -i 's/PKG_HASH:=.*/PKG_HASH:=d82902400405cf0068574ef3dc1fe5f5926207543ba1ae6 #sed -i 's/PKG_HASH:=.*/PKG_HASH:=b23ee315be0e50c2fb1aa374d17f2d2d9146a835b1a79c1918ea15d075a693d7/g' feeds/packages/libs/nspr/Makefile # unrar -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=6.2.6/g' feeds/packages/utils/unrar/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=0c2d4cbc8b34d0e3bec7b474e0f52bbcc6c4320ec089b4141223ee355f63c318/g' feeds/packages/utils/unrar/Makefile +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=6.2.6/g' feeds/packages/utils/unrar/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=0c2d4cbc8b34d0e3bec7b474e0f52bbcc6c4320ec089b4141223ee355f63c318/g' feeds/packages/utils/unrar/Makefile # zstd #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=1.5.2/g' feeds/packages/utils/zstd/Makefile #sed -i 's/PKG_HASH:=.*/PKG_HASH:=3ea06164971edec7caa2045a1932d757c1815858e4c2b68c7ef812647535c23f/g' feeds/packages/utils/zstd/Makefile # pigz -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=2.7/g' feeds/packages/utils/pigz/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707/g' feeds/packages/utils/pigz/Makefile -rm -rf feeds/packages/utils/pigz/patches +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=2.7/g' feeds/packages/utils/pigz/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=b4c9e60344a08d5db37ca7ad00a5b2c76ccb9556354b722d56d55ca7e8b1c707/g' feeds/packages/utils/pigz/Makefile +#rm -rf feeds/packages/utils/pigz/patches # gzip -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=1.12/g' feeds/packages/utils/gzip/Makefile -sed -i 's/PKG_RELEASE:=.*/PKG_RELEASE:=1/g' feeds/packages/utils/gzip/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956/g' feeds/packages/utils/gzip/Makefile +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=1.12/g' feeds/packages/utils/gzip/Makefile +#sed -i 's/PKG_RELEASE:=.*/PKG_RELEASE:=1/g' feeds/packages/utils/gzip/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35baf5fbd3479e91956/g' feeds/packages/utils/gzip/Makefile # replace banner #cp -f $GITHUB_WORKSPACE/general/openwrt_banner package/base-files/files/etc/banner @@ -388,18 +350,18 @@ sed -i 's/PKG_HASH:=.*/PKG_HASH:=ce5e03e519f637e1f814011ace35c4f87b33c0bbabeec35 #sed -i 's/PKG_HASH:=.*/PKG_HASH:=a544f8808d0c58cfb0e7424ca1841cb858a974922b035d505d4e4c248be3a22b/g' feeds/packages/utils/smartmontools/Makefile # libxml2 -cp -f $GITHUB_WORKSPACE/general/libxml2/Makefile feeds/packages/libs/libxml2 +#cp -f $GITHUB_WORKSPACE/general/libxml2/Makefile feeds/packages/libs/libxml2 # sqlite3 #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=3380500/g' feeds/packages/libs/sqlite3/Makefile #sed -i 's/PKG_HASH:=.*/PKG_HASH:=5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c/g' feeds/packages/libs/sqlite3/Makefile #sed -i 's|PKG_SOURCE_URL:=.*|PKG_SOURCE_URL:=https://www.sqlite.org/2022/|g' feeds/packages/libs/sqlite3/Makefile #sed -i '39d' feeds/packages/libs/sqlite3/Makefile -cp -rf $GITHUB_WORKSPACE/general/sqlite3 feeds/packages/libs +#cp -rf $GITHUB_WORKSPACE/general/sqlite3 feeds/packages/libs # frp #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=0.42.0/g' feeds/packages/net/frp/Makefile -#sed -i 's/PKG_HASH:=.*/PKG_HASH:=4bb815e9c9a4588fce20c6ef33168f0ceb1f420937c4dcf03ce085666328043a/g' feeds/packages/net/frp/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASCONFIG_PACKAGE_kmod-crypto-sha3H:=4bb815e9c9a4588fce20c6ef33168f0ceb1f420937c4dcf03ce085666328043a/g' feeds/packages/net/frp/Makefile # openvpn #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=2.5.6/g' feeds/packages/net/openvpn/Makefile @@ -427,7 +389,7 @@ cp -rf $GITHUB_WORKSPACE/general/sqlite3 feeds/packages/libs #git clone https://github.com/Leo-Jo-My/luci-theme-opentomcat.git package/luci-theme-opentomcat #git clone https://github.com/kevin-morgan/luci-theme-argon-dark.git package/luci-theme-argon-dark #svn co https://github.com/openwrt/luci/trunk/themes/luci-theme-openwrt-2020 package/luci-theme-openwrt-2020 -git clone https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon +#git clone https://github.com/jerrykuku/luci-theme-argon.git package/luci-theme-argon #git clone https://github.com/jerrykuku/luci-app-argon-config.git package/luci-app-argon-config # readd cpufreq for aarch64 @@ -461,6 +423,9 @@ sed -i 's/发送/Transmission/g' feeds/luci/applications/luci-app-transmission/p # p910nd sed -i 's/p910nd - 打印服务器/打印服务器/g' feeds/luci/applications/luci-app-p910nd/po/zh_Hans/p910nd.po +# frp +sed -i 's/frp 客户端/FRP 客户端/g' feeds/luci/applications/luci-app-frpc/po/zh_Hans/frpc.po + # fix NaïveProxy typo error #sed -i 's/Na茂veProxy/NaïveProxy/g' package/naiveproxy/Makefile @@ -480,9 +445,9 @@ sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic COMMENT # Vermagic 2203 SNAPSHOT ONLY -wget https://downloads.openwrt.org/releases/22.03-SNAPSHOT/targets/armvirt/64/packages/Packages.gz -zgrep -m 1 "Depends: kernel (=.*)$" Packages.gz | sed -e 's/.*-\(.*\))/\1/' > .vermagic -sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk +#wget https://downloads.openwrt.org/releases/22.03-SNAPSHOT/targets/armvirt/64/packages/Packages.gz +#zgrep -m 1 "Depends: kernel (=.*)$" Packages.gz | sed -e 's/.*-\(.*\))/\1/' > .vermagic +#sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk # Crypto and Devfreq @@ -537,8 +502,8 @@ find package/*/ -maxdepth 2 -path "*/Makefile" | xargs -i sed -i 's/include\ \.\ #sed -i 's/PKG_HASH:=.*/PKG_HASH:=f79b8f904b749e3e0d20afeadecf8249c55b2e32d4ebb089ae378df479dcaf25/g' feeds/packages/libs/expat/Makefile # perl -rm -rf feeds/packages/lang/perl -cp -rf $GITHUB_WORKSPACE/general/perl feeds/packages/lang +#rm -rf feeds/packages/lang/perl +#cp -rf $GITHUB_WORKSPACE/general/perl feeds/packages/lang # zerotier #rm -rf feeds/packages/net/zerotier @@ -549,17 +514,26 @@ rm -rf package/utils/util-linux cp -rf $GITHUB_WORKSPACE/general/util-linux package/utils # lsof -sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=4.95.0/g' feeds/packages/utils/lsof/Makefile -sed -i 's/PKG_HASH:=.*/PKG_HASH:=e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c/g' feeds/packages/utils/lsof/Makefile - -# libnetwork -#sed -i 's/PKG_SOURCE_VERSION:=.*/PKG_SOURCE_VERSION:=339b972b464ee3d401b5788b2af9e31d09d6b7da/g' feeds/packages/#utils/libnetwork/Makefile -#sed -i 's/PKG_SOURCE_DATE:=.*/PKG_SOURCE_DATE:=2022-03-16/g' feeds/packages/utils/libnetwork/Makefile -#sed -i 's/PKG_MIRROR_HASH:=.*/PKG_MIRROR_HASH:=0f99357acc839619d108d358da09e288fd741f299fe5cf500bb5e8267f64aad1/g' feeds/packages/utils/libnetwork/Makefile +#sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=4.95.0/g' feeds/packages/utils/lsof/Makefile +#sed -i 's/PKG_HASH:=.*/PKG_HASH:=e9faa0fbcc48638c1d1f143e93573ac43b65e76646150f83e24bd8c18786303c/g' feeds/packages/utils/lsof/Makefile # zsh #sed -i 's/PKG_VERSION:=.*/PKG_VERSION:=5.9/g' feeds/packages/utils/zsh/Makefile #sed -i 's/PKG_HASH:=.*/PKG_HASH:=9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5/g' feeds/packages/utils/zsh/Makefile +# helloworld +git clone --depth=1 https://github.com/fw876/helloworld.git package/helloworld +wget -P package/helloworld/shadowsocksr-libev/patches https://raw.githubusercontent.com/sbwml/openwrt_helloworld/v5/shadowsocksr-libev/patches/104-pointer-used-after-free.patch + +# passwall +git clone https://github.com/xiaorouji/openwrt-passwall.git package/openwrt-passwall +git clone https://github.com/xiaorouji/openwrt-passwall2.git package/openwrt-passwall2 +git clone https://github.com/xiaorouji/openwrt-passwall-packages.git package/openwrt-passwall-packages +wget -P package/openwrt-passwall-packages/shadowsocksr-libev/patches https://raw.githubusercontent.com/sbwml/openwrt_helloworld/v5/shadowsocksr-libev/patches/104-pointer-used-after-free.patch + +# sing-box +rm -rf feeds/packages/net/sing-box +cp -rf $GITHUB_WORKSPACE/general/sing-box feeds/packages/net/sing-box + ./scripts/feeds update -a ./scripts/feeds install -a