Skip to content

Commit

Permalink
generic: add gluon grub title
Browse files Browse the repository at this point in the history
change the "OpenWrt" grub title to "Gluon"
  • Loading branch information
T0biii committed Nov 5, 2024
1 parent 19cb769 commit eb32962
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 eb32962

Please sign in to comment.