From f80351df6f8022e3d74f6573a17a86139a2bb16a Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Tue, 29 Dec 2015 15:57:17 +0100 Subject: [PATCH] backport [Makefile] make include of luci.mk relative Backport of commit e6ef89307154d496a76c118db7b88aff05b0394b from trunk Signed-off-by: Sven Roederer devel-sven@geroedel.de --- applications/luci-app-ddns/Makefile | 2 +- applications/luci-app-privoxy/Makefile | 2 +- applications/luci-app-radicale/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 0e1e5df4c1..dadff5ab68 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 e16eb4176e..768a4e302b 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 960618dbac..49879f7285 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 -- 2.30.2