From 54d01b7fe6f7289e13a181d9770029be5a11dabd Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 20 Jul 2019 01:47:15 +0800 Subject: [PATCH] luci-theme-argonv2: fix error in Makefile --- package/cnsztl/luci-theme-argonv2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/cnsztl/luci-theme-argonv2/Makefile b/package/cnsztl/luci-theme-argonv2/Makefile index d3aad73610..b95b3bcc36 100755 --- a/package/cnsztl/luci-theme-argonv2/Makefile +++ b/package/cnsztl/luci-theme-argonv2/Makefile @@ -9,6 +9,6 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Argon Theme LUCI_DEPENDS:= -include ../../luci.mk +include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature