diff --git a/package/kernel/linux/files/sysctl-br-netfilter.conf b/package/kernel/linux/files/sysctl-br-netfilter.conf index b10ddc0874..22c24a4bfe 100644 --- a/package/kernel/linux/files/sysctl-br-netfilter.conf +++ b/package/kernel/linux/files/sysctl-br-netfilter.conf @@ -2,6 +2,6 @@ # /etc/sysctl.conf can be used to customize sysctl settings # disable bridge firewalling by default -net.bridge.bridge-nf-call-arptables=0 -net.bridge.bridge-nf-call-ip6tables=0 -net.bridge.bridge-nf-call-iptables=0 +net.bridge.bridge-nf-call-arptables=1 +net.bridge.bridge-nf-call-ip6tables=1 +net.bridge.bridge-nf-call-iptables=1 diff --git a/package/zxlhhyccc/luci-app-verysync/Makefile b/package/zxlhhyccc/luci-app-verysync/Makefile index 58c4041941..1bf0e67f9f 100644 --- a/package/zxlhhyccc/luci-app-verysync/Makefile +++ b/package/zxlhhyccc/luci-app-verysync/Makefile @@ -6,12 +6,11 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=LuCI support for Verysync -LUCI_DEPENDS:=+luci +LUCI_DEPENDS:=+verysync LUCI_PKGARCH:=all PKG_VERSION:=1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature -