From c0303598d5420324fa8991bfca8f34d341ab4d44 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 16 Feb 2017 12:14:45 +0200 Subject: [PATCH] luci-app-bcp38: fix typo in dependency Signed-off-by: Hannu Nyman --- applications/luci-app-bcp38/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 PKG_LICENSE:=Apache-2.0 -- 2.11.0