diff options
author | Andre Heider <a.heider@gmail.com> | 2022-09-20 08:15:56 +0200 |
---|---|---|
committer | Andre Heider <a.heider@gmail.com> | 2022-10-21 09:08:13 +0200 |
commit | a398ccfde69f66dff0ce439bb1f68a93041e5b91 (patch) | |
tree | 1870c8ad30295feaa3cf83289efed29bdccdc96b /modules | |
parent | 45ab2cd6be0cac32ec49364280bbfa2c43c17eda (diff) |
luci-base: remove 'dsl' feature flag
This is now unused.
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/luci-base/root/usr/libexec/rpcd/luci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/luci-base/root/usr/libexec/rpcd/luci b/modules/luci-base/root/usr/libexec/rpcd/luci index 6a80951e8c..f124512f59 100755 --- a/modules/luci-base/root/usr/libexec/rpcd/luci +++ b/modules/luci-base/root/usr/libexec/rpcd/luci @@ -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" } |