Skip to content

Commit

Permalink
irqbalance: Add option for new 'debug' setting
Browse files Browse the repository at this point in the history
Add option for 'debug' setting that was introduced in
openwrt/packages@41e5b97

Signed-off-by: Carsten Schuette <[email protected]>
  • Loading branch information
schuettecarsten authored and hnyman committed Mar 7, 2024
1 parent 13e4259 commit 464c659
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ return view.extend({
: true;
}

o = s.option(form.Flag, 'debug', _('Show debug output'), _('Show debug output in system log.'));

return m.render();
}
});

0 comments on commit 464c659

Please sign in to comment.