projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45ab2cd
)
luci-base: remove 'dsl' feature flag
6048/head
author
Andre Heider
<a.heider@gmail.com>
Tue, 20 Sep 2022 06:15:56 +0000
(08:15 +0200)
committer
Andre 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
patch
|
blob
|
history
diff --git
a/modules/luci-base/root/usr/libexec/rpcd/luci
b/modules/luci-base/root/usr/libexec/rpcd/luci
index 6a80951e8c450a3b7e2848965abddb31df9a651e..f124512f59a1bfd43e6ac56fcb836d61e6e75958 100755
(executable)
--- 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" }