luci-base: remove 'dsl' feature flag
This is now unused. Signed-off-by: Andre Heider <a.heider@gmail.com>
This commit is contained in:
parent
45ab2cd6be
commit
a398ccfde6
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ local methods = {
|
|||
rv.dropbear = fs.access("/usr/sbin/dropbear")
|
||||
rv.cabundle = fs.access("/etc/ssl/certs/ca-certificates.crt")
|
||||
rv.relayd = fs.access("/usr/sbin/relayd")
|
||||
rv.dsl = fs.access("/sbin/dsl_cpe_control") or fs.access("/sbin/vdsl_cpe_control")
|
||||
|
||||
local wifi_features = { "eap", "11n", "11ac", "11r", "acs", "sae", "owe", "suiteb192", "wep", "wps" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue