version: bump to 2.5.1, packages: add jool
This commit is contained in:
parent
a8a04fa1df
commit
406791c4d3
1 changed files with 10 additions and 2 deletions
|
@ -5,6 +5,7 @@ CONFIG_BUSYBOX_CUSTOM=y
|
|||
CONFIG_BIND_ENABLE_DOH=y
|
||||
CONFIG_BIND_LIBJSON=y
|
||||
# CONFIG_BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT is not set
|
||||
CONFIG_BUSYBOX_CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="md5"
|
||||
CONFIG_BUSYBOX_CONFIG_FEATURE_PS_LONG=y
|
||||
# CONFIG_BUSYBOX_CONFIG_RESIZE is not set
|
||||
# CONFIG_BUSYBOX_CONFIG_TASKSET is not set
|
||||
|
@ -449,6 +450,7 @@ CONFIG_PACKAGE_iptables-mod-ipopt=y
|
|||
CONFIG_PACKAGE_iptables-mod-ipsec=y
|
||||
CONFIG_PACKAGE_iptables-nft=y
|
||||
CONFIG_PACKAGE_iw-full=m
|
||||
CONFIG_PACKAGE_jool-tools-netfilter=y
|
||||
CONFIG_PACKAGE_kmod-asn1-decoder=y
|
||||
CONFIG_PACKAGE_kmod-asn1-encoder=m
|
||||
CONFIG_PACKAGE_kmod-br-netfilter=m
|
||||
|
@ -497,6 +499,7 @@ CONFIG_PACKAGE_kmod-ipt-physdev=m
|
|||
CONFIG_PACKAGE_kmod-iptunnel=y
|
||||
CONFIG_PACKAGE_kmod-iptunnel4=y
|
||||
CONFIG_PACKAGE_kmod-iptunnel6=y
|
||||
CONFIG_PACKAGE_kmod-jool-netfilter=y
|
||||
CONFIG_PACKAGE_kmod-keys-encrypted=m
|
||||
CONFIG_PACKAGE_kmod-keys-trusted=m
|
||||
CONFIG_PACKAGE_kmod-lib-crc16=y
|
||||
|
@ -622,6 +625,12 @@ CONFIG_PACKAGE_libnetfilter-queue=m
|
|||
CONFIG_PACKAGE_libnettle=y
|
||||
CONFIG_PACKAGE_libnfnetlink=y
|
||||
CONFIG_PACKAGE_libnghttp2=y
|
||||
CONFIG_PACKAGE_libnl=y
|
||||
CONFIG_PACKAGE_libnl-cli=y
|
||||
CONFIG_PACKAGE_libnl-core=y
|
||||
CONFIG_PACKAGE_libnl-genl=y
|
||||
CONFIG_PACKAGE_libnl-nf=y
|
||||
CONFIG_PACKAGE_libnl-route=y
|
||||
CONFIG_PACKAGE_libnss=y
|
||||
CONFIG_PACKAGE_libodbc=y
|
||||
CONFIG_PACKAGE_libodbccr=y
|
||||
|
@ -883,7 +892,6 @@ CONFIG_PACKAGE_strongswan-mod-xauth-generic=y
|
|||
CONFIG_PACKAGE_strongswan-mod-xcbc=y
|
||||
CONFIG_PACKAGE_strongswan-pki=y
|
||||
CONFIG_PACKAGE_tailscale=y
|
||||
CONFIG_PACKAGE_tailscaled=y
|
||||
CONFIG_PACKAGE_tar=m
|
||||
CONFIG_PACKAGE_tc-tiny=y
|
||||
CONFIG_PACKAGE_tcpdump=m
|
||||
|
@ -968,7 +976,7 @@ CONFIG_VERSION_HOME_URL="https://difuse.io"
|
|||
CONFIG_VERSION_HWREV="v1"
|
||||
CONFIG_VERSION_MANUFACTURER="Difuse"
|
||||
CONFIG_VERSION_MANUFACTURER_URL="https://difuse.io"
|
||||
CONFIG_VERSION_NUMBER="2.5.0"
|
||||
CONFIG_VERSION_NUMBER="2.5.1"
|
||||
CONFIG_VERSION_PRODUCT="DMSBG-100"
|
||||
CONFIG_VERSION_REPO="https://difuse.io/releases"
|
||||
CONFIG_VERSION_SUPPORT_URL="https://docs.difuse.io"
|
||||
|
|
Loading…
Reference in a new issue