git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
81692c6
)
luci-app-ddns: remove unused imports
author
Paul Donald
<redacted>
Wed, 9 Jul 2025 16:17:45 +0000
(18:17 +0200)
committer
Paul Donald
<redacted>
Wed, 9 Jul 2025 16:18:00 +0000
(18:18 +0200)
Signed-off-by: Paul Donald <redacted>
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
patch
|
blob
|
history
diff --git
a/applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
b/applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
index ad959a447ba330b5032585bfad0e0b2fc915fe16..3262e84b1bd9c501269ba47348e3f88e3e83882d 100644
(file)
--- a/
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
+++ b/
applications/luci-app-ddns/root/usr/share/rpcd/ucode/ddns.uc
@@
-2,8
+2,8
@@
'use strict';
-import { readfile,
mkstemp, open,
popen, stat, glob } from 'fs';
-import { init_
list, init_index, init_enabled, init_action, conntrack_list, process_list
} from 'luci.sys';
+import { readfile, popen, stat, glob } from 'fs';
+import { init_
enabled
} from 'luci.sys';
import { isnan } from 'math';
import { cursor } from 'uci';
git clone https://git.99rst.org/PROJECT