diff options
author | Jan Čermák <jan.cermak@nic.cz> | 2015-12-21 14:05:13 +0100 |
---|---|---|
committer | Jan Čermák <jan.cermak@nic.cz> | 2015-12-21 14:08:53 +0100 |
commit | bb3637b75ce05ac697e0c91d9dd54e431a707f98 (patch) | |
tree | 64905eb413ab5c9a669e51901293ad4ac3acf171 /applications/luci-app-privoxy | |
parent | 6abd84269d3878ef737815f0382177a8a67f0e87 (diff) |
luci-app-privoxy: use relative path to luci.mk
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
Diffstat (limited to 'applications/luci-app-privoxy')
-rw-r--r-- | applications/luci-app-privoxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |