From: Hannu Nyman Date: Thu, 16 Feb 2017 10:14:45 +0000 (+0200) Subject: luci-app-bcp38: fix typo in dependency X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=c0303598d5420324fa8991bfca8f34d341ab4d44 luci-app-bcp38: fix typo in dependency Signed-off-by: Hannu Nyman --- 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