From d38133628c074fa3c12c2056e33243bc622e4232 Mon Sep 17 00:00:00 2001 From: Tobias <5702338+T0biii@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:35:08 +0100 Subject: [PATCH] generic: add gluon grub title (#3366) 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