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