From 8d3762e7b3cc2bad4c208ac1cef9df74d52b2255 Mon Sep 17 00:00:00 2001 From: remittor Date: Sat, 20 Dec 2025 12:11:46 +0300 Subject: [PATCH] base_initrd: Fix package manager --- _base_initrd.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_base_initrd.config b/_base_initrd.config index b7cf681..a6bcea7 100644 --- a/_base_initrd.config +++ b/_base_initrd.config @@ -77,8 +77,8 @@ CONFIG_PACKAGE_luci-mod-status=y CONFIG_PACKAGE_luci-mod-system=y CONFIG_PACKAGE_luci-app-commands=y CONFIG_PACKAGE_luci-i18n-commands-ru=y -CONFIG_PACKAGE_luci-app-opkg=y -CONFIG_PACKAGE_luci-i18n-opkg-ru=y +CONFIG_PACKAGE_luci-app-package-manager=y +CONFIG_PACKAGE_luci-i18n-package-manager-ru=y ### Luci themes CONFIG_PACKAGE_luci-theme-bootstrap=y