X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-privoxy%2FMakefile;h=e174c807b8d6ca30007b928a1468b8d283d8b08d;hb=5ea1961b8dd9d990c9f0d5fd81959d3b920e4dd2;hp=3d87a417f6ff8d33fe56ddd99858a53330a857f4;hpb=0ef7a00afd01f2992dd610ad5d2d071a33ca08d1;p=project%2Fluci.git diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index 3d87a417f..e174c807b 100644 --- a/applications/luci-app-privoxy/Makefile +++ b/applications/luci-app-privoxy/Makefile @@ -10,7 +10,7 @@ PKG_NAME:=luci-app-privoxy # Version == major.minor.patch # increase "minor" on new functionality and "patch" on patches/optimization -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.0.6 # Release == build # increase on changes of translation files @@ -33,6 +33,6 @@ help $(PKG_MAINTAINER) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature