Hello This is my first post so I'm sorry if it's in the wrong category - I'm hoping it should be right though.
I'm using a BT Homehub 5A and I'm trying to get an indicator LED to come on when the DSL connection is NOT working. After reading through this, I have managed to get the opposite of this quite easily by editing the file /etc/config/system adding the section:
config led 'broadband'
option name 'Broadband LED'
option sysfs 'red:broadband'
option trigger 'netdev'
option dev 'dsl0'
list mode 'link'
Can anyone tell me how to get the opposite of this?