luci-base: remove 'dsl' feature flag
authorAndre Heider <a.heider@gmail.com>
Tue, 20 Sep 2022 06:15:56 +0000 (08:15 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 3 Apr 2023 11:45:03 +0000 (13:45 +0200)
This is now unused.

Signed-off-by: Andre Heider <a.heider@gmail.com>
(cherry picked from commit a398ccfde69f66dff0ce439bb1f68a93041e5b91)

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" }