From fb29482e35676beab94c152715d18fda2e630d13 Mon Sep 17 00:00:00 2001 From: hayzamjs Date: Thu, 13 Jul 2023 10:23:52 +0000 Subject: [PATCH] wireless: packages changes, add: vxlan, hnet proto --- d.config | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/d.config b/d.config index 4d3f5da5f9d..a8d0393bb67 100644 --- a/d.config +++ b/d.config @@ -209,7 +209,7 @@ CONFIG_PACKAGE_ethtool-full=y CONFIG_PACKAGE_giflib-utils=y CONFIG_PACKAGE_git=y CONFIG_PACKAGE_git-http=y -CONFIG_PACKAGE_hostapd-openssl=y +CONFIG_PACKAGE_hostapd-utils=y CONFIG_PACKAGE_htop=m CONFIG_PACKAGE_iftop=m CONFIG_PACKAGE_ip-full=y @@ -291,6 +291,7 @@ CONFIG_PACKAGE_kmod-usb-serial=y CONFIG_PACKAGE_kmod-usb-serial-option=y CONFIG_PACKAGE_kmod-usb-serial-wwan=y CONFIG_PACKAGE_kmod-usb-wdm=y +CONFIG_PACKAGE_kmod-vxlan=y CONFIG_PACKAGE_kmod-wireguard=y CONFIG_PACKAGE_kmod-wwan=y CONFIG_PACKAGE_kmod-xfrm-interface=y @@ -424,11 +425,13 @@ CONFIG_PACKAGE_luci-mod-network=y CONFIG_PACKAGE_luci-mod-rpc=y CONFIG_PACKAGE_luci-mod-status=y CONFIG_PACKAGE_luci-mod-system=y +CONFIG_PACKAGE_luci-proto-hnet=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 +CONFIG_PACKAGE_luci-proto-vxlan=y CONFIG_PACKAGE_luci-proto-wireguard=y CONFIG_PACKAGE_luci-proto-xfrm=y CONFIG_PACKAGE_luci-ssl-nginx=y @@ -582,9 +585,10 @@ CONFIG_PACKAGE_uwsgi-cgi-plugin=y CONFIG_PACKAGE_uwsgi-luci-support=y CONFIG_PACKAGE_uwsgi-syslog-plugin=y CONFIG_PACKAGE_vti=y +CONFIG_PACKAGE_vxlan=y CONFIG_PACKAGE_wget-ssl=y CONFIG_PACKAGE_wireguard-tools=y -CONFIG_PACKAGE_wpad=m +CONFIG_PACKAGE_wpad=y # CONFIG_PACKAGE_wpad-basic-mbedtls is not set CONFIG_PACKAGE_wsdd2=y CONFIG_PACKAGE_wwan=y @@ -638,7 +642,7 @@ CONFIG_VERSION_HOME_URL="https://difuse.io" CONFIG_VERSION_HWREV="v1" CONFIG_VERSION_MANUFACTURER="" CONFIG_VERSION_MANUFACTURER_URL="" -CONFIG_VERSION_NUMBER="2.0.3" +CONFIG_VERSION_NUMBER="2.0.4" CONFIG_VERSION_PRODUCT="DMSBG-100" CONFIG_VERSION_REPO="https://downloads.openwrt.org/snapshots" CONFIG_VERSION_SUPPORT_URL="https://docs.difuse.io"