X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-privoxy%2FMakefile;h=45d72d4ef081dbff2323a691db11a7c983a8b6ae;hb=bb3637b75ce05ac697e0c91d9dd54e431a707f98;hp=3d87a417f6ff8d33fe56ddd99858a53330a857f4;hpb=0ef7a00afd01f2992dd610ad5d2d071a33ca08d1;p=project%2Fluci.git diff --git a/applications/luci-app-privoxy/Makefile b/applications/luci-app-privoxy/Makefile index 3d87a417f..45d72d4ef 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.5 # 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