From: Jan Čermák Date: Mon, 21 Dec 2015 13:05:25 +0000 (+0100) Subject: luci-app-radicale: use relative path to luci.mk X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=2935c5bcf25d9b85789669be0a0a9153aa94f5f2;ds=sidebyside luci-app-radicale: use relative path to luci.mk Signed-off-by: Jan Čermák --- diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 1501d4f0e..c403ba54d 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -36,6 +36,6 @@ help $(PKG_MAINTAINER) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature