luci-base: remove 'dsl' feature flag 6048/head
authorAndre Heider <a.heider@gmail.com>
Tue, 20 Sep 2022 06:15:56 +0000 (08:15 +0200)
committerAndre Heider <a.heider@gmail.com>
Fri, 21 Oct 2022 07:08:13 +0000 (09:08 +0200)
This is now unused.

Signed-off-by: Andre Heider <a.heider@gmail.com>
modules/luci-base/root/usr/libexec/rpcd/luci

index 6a80951e8c450a3b7e2848965abddb31df9a651e..f124512f59a1bfd43e6ac56fcb836d61e6e75958 100755 (executable)
@@ -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" }