package: add button hotplug stuff
This commit is contained in:
parent
8ddb881eea
commit
0c68173c06
1 changed files with 15 additions and 7 deletions
22
d.config
22
d.config
|
@ -209,7 +209,6 @@ CONFIG_PACKAGE_giflib-utils=y
|
|||
CONFIG_PACKAGE_git=y
|
||||
CONFIG_PACKAGE_git-http=y
|
||||
CONFIG_PACKAGE_htop=m
|
||||
CONFIG_PACKAGE_https-dns-proxy=y
|
||||
CONFIG_PACKAGE_iftop=m
|
||||
CONFIG_PACKAGE_ip-full=y
|
||||
CONFIG_PACKAGE_ip-tiny=y
|
||||
|
@ -222,6 +221,7 @@ CONFIG_PACKAGE_iptables-mod-ipsec=y
|
|||
CONFIG_PACKAGE_iptables-nft=y
|
||||
CONFIG_PACKAGE_iw-full=m
|
||||
CONFIG_PACKAGE_kmod-asn1-decoder=y
|
||||
CONFIG_PACKAGE_kmod-button-hotplug=y
|
||||
CONFIG_PACKAGE_kmod-crypto-cbc=y
|
||||
CONFIG_PACKAGE_kmod-crypto-chacha20poly1305=y
|
||||
CONFIG_PACKAGE_kmod-crypto-deflate=y
|
||||
|
@ -252,6 +252,7 @@ CONFIG_PACKAGE_kmod-ipt-core=y
|
|||
CONFIG_PACKAGE_kmod-ipt-ipopt=y
|
||||
CONFIG_PACKAGE_kmod-ipt-ipsec=y
|
||||
CONFIG_PACKAGE_kmod-ipt-ipset=y
|
||||
CONFIG_PACKAGE_kmod-ipt-nat=m
|
||||
CONFIG_PACKAGE_kmod-iptunnel=y
|
||||
CONFIG_PACKAGE_kmod-iptunnel4=y
|
||||
CONFIG_PACKAGE_kmod-iptunnel6=y
|
||||
|
@ -340,6 +341,7 @@ CONFIG_PACKAGE_liblzma=y
|
|||
CONFIG_PACKAGE_libmad=y
|
||||
CONFIG_PACKAGE_libmagic=y
|
||||
CONFIG_PACKAGE_libmariadb=y
|
||||
CONFIG_PACKAGE_libmicrohttpd-no-ssl=m
|
||||
CONFIG_PACKAGE_libmpg123=y
|
||||
CONFIG_PACKAGE_libncurses=y
|
||||
CONFIG_PACKAGE_libnetfilter-conntrack=y
|
||||
|
@ -372,6 +374,7 @@ CONFIG_PACKAGE_libpopt=y
|
|||
CONFIG_PACKAGE_libreadline=y
|
||||
CONFIG_PACKAGE_libsasl2=y
|
||||
CONFIG_PACKAGE_libsodium=y
|
||||
CONFIG_PACKAGE_libspeedtestcpp=m
|
||||
CONFIG_PACKAGE_libspeex=y
|
||||
CONFIG_PACKAGE_libspeexdsp=y
|
||||
CONFIG_PACKAGE_libsqlite3=y
|
||||
|
@ -419,6 +422,7 @@ CONFIG_PACKAGE_luci-mod-rpc=y
|
|||
CONFIG_PACKAGE_luci-mod-status=y
|
||||
CONFIG_PACKAGE_luci-mod-system=y
|
||||
CONFIG_PACKAGE_luci-proto-ipv6=y
|
||||
CONFIG_PACKAGE_luci-proto-openfortivpn=y
|
||||
CONFIG_PACKAGE_luci-proto-ppp=y
|
||||
CONFIG_PACKAGE_luci-proto-qmi=y
|
||||
CONFIG_PACKAGE_luci-proto-vti=y
|
||||
|
@ -433,6 +437,7 @@ CONFIG_PACKAGE_mwan3=y
|
|||
CONFIG_PACKAGE_nano-plus=y
|
||||
CONFIG_PACKAGE_netcat=m
|
||||
CONFIG_PACKAGE_netdata=y
|
||||
CONFIG_PACKAGE_netperf=m
|
||||
CONFIG_PACKAGE_nginx=y
|
||||
CONFIG_PACKAGE_nginx-mod-luci=y
|
||||
CONFIG_PACKAGE_nginx-mod-luci-ssl=y
|
||||
|
@ -445,6 +450,8 @@ CONFIG_PACKAGE_node=y
|
|||
CONFIG_PACKAGE_node-npm=y
|
||||
CONFIG_PACKAGE_nspr=y
|
||||
CONFIG_PACKAGE_nss-utils=y
|
||||
CONFIG_PACKAGE_openfortivpn=y
|
||||
CONFIG_PACKAGE_opennds=m
|
||||
CONFIG_PACKAGE_openssh-keygen=y
|
||||
CONFIG_PACKAGE_openssh-server=y
|
||||
CONFIG_PACKAGE_openssh-sftp-server=y
|
||||
|
@ -463,6 +470,8 @@ CONFIG_PACKAGE_sngrep=m
|
|||
CONFIG_PACKAGE_snort3=m
|
||||
CONFIG_PACKAGE_socat=y
|
||||
CONFIG_PACKAGE_sox=y
|
||||
CONFIG_PACKAGE_speedtest-netperf=m
|
||||
CONFIG_PACKAGE_speedtestcpp=m
|
||||
CONFIG_PACKAGE_sqm-scripts=y
|
||||
CONFIG_PACKAGE_sqm-scripts-extra=y
|
||||
CONFIG_PACKAGE_strongswan=y
|
||||
|
@ -572,9 +581,8 @@ CONFIG_PACKAGE_uwsgi-syslog-plugin=y
|
|||
CONFIG_PACKAGE_vti=y
|
||||
CONFIG_PACKAGE_wget-ssl=y
|
||||
CONFIG_PACKAGE_wireguard-tools=y
|
||||
CONFIG_PACKAGE_wpad=y
|
||||
# CONFIG_PACKAGE_wpad-basic-mbedtls is not set
|
||||
CONFIG_PACKAGE_wpad-basic-openssl=m
|
||||
CONFIG_PACKAGE_wpad-mesh-openssl=y
|
||||
CONFIG_PACKAGE_wsdd2=y
|
||||
CONFIG_PACKAGE_wwan=y
|
||||
CONFIG_PACKAGE_xfrm=y
|
||||
|
@ -623,14 +631,14 @@ CONFIG_VERSION_CODE=""
|
|||
CONFIG_VERSION_CODE_FILENAMES=y
|
||||
CONFIG_VERSION_DIST="difos"
|
||||
CONFIG_VERSION_FILENAMES=y
|
||||
CONFIG_VERSION_HOME_URL=""
|
||||
CONFIG_VERSION_HWREV=""
|
||||
CONFIG_VERSION_HOME_URL="https://difuse.io"
|
||||
CONFIG_VERSION_HWREV="v1"
|
||||
CONFIG_VERSION_MANUFACTURER=""
|
||||
CONFIG_VERSION_MANUFACTURER_URL=""
|
||||
CONFIG_VERSION_NUMBER="1.9.6"
|
||||
CONFIG_VERSION_PRODUCT=""
|
||||
CONFIG_VERSION_PRODUCT="DMSBG-100"
|
||||
CONFIG_VERSION_REPO="https://downloads.openwrt.org/snapshots"
|
||||
CONFIG_VERSION_SUPPORT_URL=""
|
||||
CONFIG_VERSION_SUPPORT_URL="https://docs.difuse.io"
|
||||
CONFIG_WOLFSSL_HAS_NO_HW=y
|
||||
# CONFIG_OPENSSL_WITH_IDEA is not set
|
||||
# CONFIG_OPENSSL_WITH_MDC2 is not set
|
||||
|
|
Loading…
Reference in a new issue