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:
068fa4a
)
luci-app-wifischedule: Correct dependencies
author
Hannu Nyman
<
[email protected]
>
Sun, 1 Dec 2024 17:34:24 +0000
(19:34 +0200)
committer
Hannu Nyman
<
[email protected]
>
Sun, 1 Dec 2024 17:34:24 +0000
(19:34 +0200)
As the app is now javascript-based, depend on luci-base
instead of luci-compat.
(modified from
3e7fe9f07
and
019e29f20
)
Signed-off-by: Hannu Nyman <
[email protected]
>
applications/luci-app-wifischedule/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-wifischedule/Makefile
b/applications/luci-app-wifischedule/Makefile
index 891b41bf5a5068d68b9a25f7979e765da5f2d9c0..0be15bc2c0af62ca9439a3c8d8d9d0fd3ad71a6a 100644
(file)
--- a/
applications/luci-app-wifischedule/Makefile
+++ b/
applications/luci-app-wifischedule/Makefile
@@
-15,7
+15,7
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Turns WiFi on and off according to a schedule
-LUCI_DEPENDS:=+luci-
compat
+wifischedule
+LUCI_DEPENDS:=+luci-
base
+wifischedule
include ../../luci.mk