luci-base: utils: Make checklib return a boolean 698/head
authorDaniel Dickinson <openwrt@daniel.thecshore.com>
Tue, 29 Mar 2016 14:18:22 +0000 (10:18 -0400)
committerDaniel Dickinson <openwrt@daniel.thecshore.com>
Fri, 8 Apr 2016 06:18:42 +0000 (02:18 -0400)
Using tristate is counter-intuitive and probably doesn't provide a lot
of benefit so we use a boolean and treat "don't know" as false (because
it is safer than showing options that are not actually available).

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

No differences found