From: Sven Roederer Date: Tue, 29 Dec 2015 14:57:17 +0000 (+0100) Subject: backport [Makefile] make include of luci.mk relative X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F615%2Fhead;p=oweals%2Fluci.git backport [Makefile] make include of luci.mk relative Backport of commit e6ef89307154d496a76c118db7b88aff05b0394b from trunk Signed-off-by: Sven Roederer devel-sven@geroedel.de --- 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 diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index e16eb4176..768a4e302 100644 --- a/applications/luci-app-privoxy/Makefile +++ b/applications/luci-app-privoxy/Makefile @@ -33,6 +33,6 @@ help $(PKG_MAINTAINER) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 960618dba..49879f728 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