From eb329622485e690fb035233d37bcd6c465e24053 Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:43:37 +0000 Subject: [PATCH] generic: add gluon grub title change the "OpenWrt" grub title to "Gluon" --- targets/generic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/generic b/targets/generic index 125375e30b..5a2f73a956 100644 --- a/targets/generic +++ b/targets/generic @@ -82,6 +82,8 @@ config('TARGET_PER_DEVICE_ROOTFS', true) config('GLUON_MULTIDOMAIN', istrue(env.GLUON_MULTIDOMAIN)) +try_config('GRUB_TITLE', 'Gluon') + config('AUTOREMOVE', istrue(env.GLUON_AUTOREMOVE)) if (tonumber(env.GLUON_DEBUG) or 0) > 1 then