From c2727b389c5c7f11eca27d701fedc64ddb7952aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=9D=88=E8=AA=9E?= Date: Mon, 24 Jul 2023 00:35:25 +0800 Subject: [PATCH] defconfig: enable umdns by default (#100) --- defconfig/mt7981-ax3000.config | 1 + defconfig/mt7986-ax6000.config | 1 + 2 files changed, 2 insertions(+) diff --git a/defconfig/mt7981-ax3000.config b/defconfig/mt7981-ax3000.config index 5647849d73..c60f6d7ac4 100644 --- a/defconfig/mt7981-ax3000.config +++ b/defconfig/mt7981-ax3000.config @@ -243,6 +243,7 @@ CONFIG_PACKAGE_swconfig=y CONFIG_PACKAGE_switch=y CONFIG_PACKAGE_tcpdump=y CONFIG_PACKAGE_terminfo=y +CONFIG_PACKAGE_umdns=y CONFIG_PACKAGE_wifi-profile=y CONFIG_PACKAGE_wireless-regdb=y CONFIG_PACKAGE_wireless-tools=y diff --git a/defconfig/mt7986-ax6000.config b/defconfig/mt7986-ax6000.config index 66bf98d012..460f9253d5 100644 --- a/defconfig/mt7986-ax6000.config +++ b/defconfig/mt7986-ax6000.config @@ -240,6 +240,7 @@ CONFIG_PACKAGE_swconfig=y CONFIG_PACKAGE_switch=y CONFIG_PACKAGE_tcpdump=y CONFIG_PACKAGE_terminfo=y +CONFIG_PACKAGE_umdns=y CONFIG_PACKAGE_wifi-profile=y CONFIG_PACKAGE_wireless-regdb=y CONFIG_PACKAGE_wireless-tools=y