X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-privoxy%2FMakefile;h=e174c807b8d6ca30007b928a1468b8d283d8b08d;hp=260f840c63ca555df8504b3131914382ffb05cb8;hb=7a7e08c39bd7c1c4cc1aa3b749ca2e2d0558ea47;hpb=967bb1f36f9f30d19e13aecf3a550eea5fd73c6b diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index 260f840c6..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.5 +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