X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=applications%2Fluci-app-privoxy%2FMakefile;h=e174c807b8d6ca30007b928a1468b8d283d8b08d;hb=a21bcb51137f787eaa12bdb63a1082d26d4a790f;hp=260f840c63ca555df8504b3131914382ffb05cb8;hpb=665a793b5742073eb01c555648200d9238f244c5;p=project%2Fluci.git 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