diff options
-rw-r--r-- | applications/luci-app-ddns/Makefile | 2 | ||||
-rw-r--r-- | applications/luci-app-privoxy/Makefile | 2 | ||||
-rw-r--r-- | 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 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 260f840c6..45d72d4ef 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 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 |