Ticket #203 (closed defect: fixed)
Modifying LED configuration brakes USB LED
| Reported by: | ferob | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | LuCI 0.10.0 |
| Component: | LuCI Base | Keywords: | modify led configuration |
| Cc: |
Description
Any modification made in LED configuration tab brakes USB LED.
It removes
option 'dev' '1-1'
and adds
option 'default' '0'
line to the usb_led config.
Before:
config 'led' 'usb_led'
option 'sysfs' 'wndr3700:green:usb'
option 'name' 'USB LED (green)'
option 'trigger' 'usbdev'
option 'interval' '50'
option 'dev' '1-1'
After:
config 'led' 'usb_led'
option 'sysfs' 'wndr3700:green:usb'
option 'name' 'USB LED (green)'
option 'trigger' 'usbdev'
option 'interval' '50'
option 'default' '0'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
