From 68a27ad4ff9f0e51c22c183f0650dff2048ea7a3 Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 31 Mar 2025 09:39:04 +0300 Subject: [PATCH] base_initrd: Add theme openwrt-2020 --- _base_initrd.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_base_initrd.config b/_base_initrd.config index 2adbc4d..b7cf681 100644 --- a/_base_initrd.config +++ b/_base_initrd.config @@ -80,3 +80,6 @@ CONFIG_PACKAGE_luci-i18n-commands-ru=y CONFIG_PACKAGE_luci-app-opkg=y CONFIG_PACKAGE_luci-i18n-opkg-ru=y +### Luci themes +CONFIG_PACKAGE_luci-theme-bootstrap=y +CONFIG_PACKAGE_luci-theme-openwrt-2020=y