From a400333f4600693bc264b29a36ac34a99965b039 Mon Sep 17 00:00:00 2001 From: remittor Date: Thu, 5 Dec 2024 10:37:14 +0300 Subject: [PATCH] base: Add rsync + luci-app-filemanager + dnsmasq-full --- _base.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_base.config b/_base.config index 07f475f..e86fe29 100644 --- a/_base.config +++ b/_base.config @@ -38,8 +38,11 @@ CONFIG_PACKAGE_mtd-utils=y CONFIG_PACKAGE_kmod-mtd-rw=y CONFIG_PACKAGE_iw-full=y CONFIG_PACKAGE_mc=y +CONFIG_PACKAGE_rsync=y CONFIG_PACKAGE_luci-app-ttyd=y CONFIG_PACKAGE_luci-i18n-ttyd-ru=y +CONFIG_PACKAGE_luci-app-filemanager=y +CONFIG_PACKAGE_luci-i18n-filemanager-ru=y #CONFIG_PACKAGE_atftp=y #CONFIG_PACKAGE_atftpd=y CONFIG_PACKAGE_facinstall=y @@ -196,6 +199,9 @@ CONFIG_WPA_RFKILL_SUPPORT=y ## CONFIG_WPA_MSG_MIN_PRIORITY=2 ## CONFIG_WPA_MSG_MIN_PRIORITY=4 +### DNSMasq +CONFIG_PACKAGE_dnsmasq-full=y + ### BATMAN CONFIG_PACKAGE_kmod-batman-adv=y CONFIG_PACKAGE_batctl-full=y