Browse Source
Merge pull request #6531 from jow-/privoxy-fix-uci-parsing
privoxy: fix uci configuration parsing after upstream OpenWrt changes
lilik-openwrt-22.03
Jo-Philipp Wich
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
6 additions and
1 deletions
-
net/privoxy/Makefile
-
net/privoxy/files/privoxy.init
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=privoxy |
|
|
|
PKG_VERSION:=3.0.26 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_RELEASE:=4 |
|
|
|
|
|
|
|
PKG_SOURCE:=privoxy-$(PKG_VERSION)-stable-src.tar.gz |
|
|
|
PKG_SOURCE_URL:=@SF/ijbswa |
|
|
|
|
|
@ -40,6 +40,11 @@ _uci2conf() { |
|
|
|
;; |
|
|
|
esac |
|
|
|
} |
|
|
|
|
|
|
|
list_cb() |
|
|
|
{ |
|
|
|
option_cb "$@" |
|
|
|
} |
|
|
|
fi |
|
|
|
} |
|
|
|
|
|
|
|