From ea578233751cc7f954a0bd6cc6e86ab8da6daef0 Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 31 Mar 2025 09:39:47 +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 329002e..731fa70 100644 --- a/_base_initrd.config +++ b/_base_initrd.config @@ -78,3 +78,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