diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-16 12:14:45 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-16 12:14:45 +0200 |
commit | c0303598d5420324fa8991bfca8f34d341ab4d44 (patch) | |
tree | d8967b818d5ea4d1f554781955e948da28219356 /applications | |
parent | d537684324371ad11ad8f431ceb61d1c970e092e (diff) |
luci-app-bcp38: fix typo in dependency
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications')
-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 4402242e4..9ab5a6701 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-admin-full +bcp38 +LUCI_DEPENDS:=+luci-mod-admin-full +bcp38 PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> PKG_LICENSE:=Apache-2.0 |