Skip to content

treewide: remove NUC LED

Nicolas Froger requested to merge remove-nuc-led into master

I'm proposing to remove packages related to NUC LEDs. Here are my reasons:

  • Makes kernel throw a null pointer dereference error at boot
  • Probably doesn't even work anymore Confirmed it does not work anymore (I don't wan't to lose time debugging this)
  • Kernel module is abandoned
  • Makes shutdown extremely long (at least 5 minutes from what I've seen, again don't wan't to debug)
  • New NUCs don't have LEDs, new AiOs either
  • It's not useful :
    • Hardware issue report : we have to change the way we do things by replacing failing hardware as fast as possible, or removing the failed hardware if it's not usable)
    • For fun : I hate having fun
Edited by Nicolas Froger

Merge request reports