From 1b644b603312ee5482084a74936edba4891008a5 Mon Sep 17 00:00:00 2001 From: remittor Date: Tue, 14 Jan 2025 15:25:58 +0300 Subject: [PATCH] base: Update some packages --- _addons.config | 5 +---- _base.config | 4 ++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_addons.config b/_addons.config index 598860c..2060f7a 100644 --- a/_addons.config +++ b/_addons.config @@ -43,12 +43,9 @@ CONFIG_FEED__alpine_fan_control=m #GIT_PACKAGE luci-app-netspeedtest=https://github.com/openwrt-xiaomi/luci-app-netspeedtest.git master -### luci-app-xray -#GIT_PACKAGE luci-app-xray=https://github.com/yichya/luci-app-xray.git master - ### AmneziaWG -#GIT_FEED _amneziawg=https://github.com/lolo6oT/awg-openwrt.git +#GIT_FEED _amneziawg=https://github.com/lolo6oT/awg-openwrt.git dev-23.05 CONFIG_FEED__amneziawg=m ### ruantiblock diff --git a/_base.config b/_base.config index 07f475f..58888b6 100644 --- a/_base.config +++ b/_base.config @@ -38,6 +38,7 @@ 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_atftp=y @@ -196,6 +197,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