Skip to content

Commit

Permalink
generic: add gluon grub title (#3366)
Browse files Browse the repository at this point in the history
Change the "OpenWrt" GRUB title to "Gluon"
  • Loading branch information
T0biii authored Nov 5, 2024
1 parent a836ae7 commit d381336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/generic
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d381336

Please sign in to comment.