X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-privoxy%2FMakefile;h=e174c807b8d6ca30007b928a1468b8d283d8b08d;hb=a8465cffb89c3ee3c49e84d2ee88f7027e8ed4f9;hp=bc2c57ee93e4a2621ed459d2b602407ff3c8303f;hpb=4ab6dcea9b7111a23ac6c3bc8d14cfb93a7a52ff;p=project%2Fluci.git diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index bc2c57ee9..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.3 +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