diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2015-12-29 19:46:09 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2015-12-29 19:46:09 +0200 |
commit | f1686925909407e617de28a572c3e50a727934cb (patch) | |
tree | eaba6660b593bfa2cc6966a7925ae6a1de2f0f46 /applications | |
parent | edf352efa27d6e936c0cc87abf0f28f1b6b28a44 (diff) | |
parent | 2935c5bcf25d9b85789669be0a0a9153aa94f5f2 (diff) |
Merge pull request #608 from sairon/relative-luci-mk-paths
Use relative paths to luci.mk
Diffstat (limited to 'applications')
-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 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 260f840c63..45d72d4ef0 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 1501d4f0e8..c403ba54d6 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 |