autoupgrade.patch 726 B

1234567891011121314151617181920
  1. --- a/package/feeds/luci/luci-mod-system/htdocs/luci-static/resources/view/system/system.js
  2. +++ b/package/feeds/luci/luci-mod-system/htdocs/luci-static/resources/view/system/system.js
  3. @@ -184,6 +184,17 @@ return view.extend({
  4. o.value(8, _('Normal'))
  5. o.value(9, _('Warning'))
  6. + s.tab('firmware', _('Firmware Settings'));
  7. +
  8. + o = s.taboption('firmware', form.Flag, 'autoupgrade_pkg', _('Packages Auto Upgrade'));
  9. + o.default = o.enabled;
  10. +
  11. + o = s.taboption('firmware', form.Flag, 'autoupgrade_fm', _('Firmware Upgrade Notice'));
  12. + o.default = o.enabled;
  13. +
  14. + o = s.taboption('firmware', form.Flag, 'ipv6', _('Enable IPv6'), _('Enable/Disable IPv6'));
  15. + o.default = o.enabled;
  16. +
  17. /*
  18. * Zram Properties
  19. */