summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-25 18:30:07 +0100
committerJo-Philipp Wich <jow@openwrt.org>2015-01-25 18:30:07 +0100
commit5317b09be7304cb816b2643fc2cdd52f6f5bbdac (patch)
tree3da236b50a565c59e8aeb04ea3583c48d72372b9 /applications
parentc69bbad727370edbf69348024cfa7ffb7b48a6f1 (diff)
luci-app-privoxy: fix path to luci.mk after move
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-privoxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile
index 67284ef30..4c1fc578a 100644
--- a/applications/luci-app-privoxy/Makefile
+++ b/applications/luci-app-privoxy/Makefile
@@ -33,6 +33,6 @@ help
Maintainer: $(PKG_MAINTAINER)
endef
-include ./luci.mk
+include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature