diff options
Diffstat (limited to 'applications/luci-app-p910nd/Makefile')
-rw-r--r-- | applications/luci-app-p910nd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-p910nd/Makefile b/applications/luci-app-p910nd/Makefile index 8c73f372f4..be3c7223a1 100644 --- a/applications/luci-app-p910nd/Makefile +++ b/applications/luci-app-p910nd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2024 Paul Donald <newtwen@gmail.com> # # This is free software, licensed under the Apache License, Version 2.0 . # @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=p910nd - Printer server module -LUCI_DEPENDS:=+luci-compat +p910nd +LUCI_DEPENDS:=+luci-base +luci-compat +p910nd include ../../luci.mk |