luci-app-hd-idle: fix uci dependency

Fixes: #3683
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-02-26 10:55:12 +01:00
parent cad1a5940c
commit 67a03e1abb

View file

@ -8,7 +8,7 @@
"post": { "cbi.submit": true }
},
"depends": {
"uci": { "hd_idle": true }
"uci": { "hd-idle": true }
}
}
}