diff options
Diffstat (limited to 'applications/luci-app-frps')
-rw-r--r-- | applications/luci-app-frps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-frps/Makefile b/applications/luci-app-frps/Makefile index 4d77b03c07..f835b9aa39 100644 --- a/applications/luci-app-frps/Makefile +++ b/applications/luci-app-frps/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI Support for frp server -LUCI_DEPENDS:=+frps +LUCI_DEPENDS:=+luci-base +frps PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com> |