diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-02-13 19:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 19:07:42 +0200 |
commit | 7b810bea11866865ee667bf2c2939140914b1447 (patch) | |
tree | b22efe0a07a205bce0b0efab4041780ef0b69910 /applications/luci-app-bcp38/Makefile | |
parent | b43eef2ba839925b1b910969a217fc25e484465f (diff) | |
parent | a159d98f97b56f80d3211c56f19d8b3db0adaec4 (diff) |
Merge pull request #6234 from ne20002/luci-app-bcp38
luci-app-bcp38: migration to JavaScript
Diffstat (limited to 'applications/luci-app-bcp38/Makefile')
-rw-r--r-- | applications/luci-app-bcp38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-bcp38/Makefile b/applications/luci-app-bcp38/Makefile index a8a6e7402e..b1aeaf4bf4 100644 --- a/applications/luci-app-bcp38/Makefile +++ b/applications/luci-app-bcp38/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=BCP38 LuCI interface -LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +bcp38 +LUCI_DEPENDS:=+luci-base +bcp38 PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> PKG_LICENSE:=Apache-2.0 |