mirror of https://github.com/hak5/openwrt-owl.git
parent
361670c9d0
commit
e2f33bedfa
|
@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
include $(INCLUDE_DIR)/version.mk
|
include $(INCLUDE_DIR)/version.mk
|
||||||
|
|
||||||
PKG_NAME:=base-files
|
PKG_NAME:=base-files
|
||||||
PKG_RELEASE:=139
|
PKG_RELEASE:=140
|
||||||
|
|
||||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||||
PKG_BUILD_DEPENDS:=opkg/host
|
PKG_BUILD_DEPENDS:=opkg/host
|
||||||
|
|
|
@ -12,8 +12,8 @@ net.ipv4.tcp_timestamps=1
|
||||||
net.ipv4.tcp_sack=1
|
net.ipv4.tcp_sack=1
|
||||||
net.ipv4.tcp_dsack=1
|
net.ipv4.tcp_dsack=1
|
||||||
|
|
||||||
net.ipv6.conf.default.forwarding=2
|
net.ipv6.conf.default.forwarding=1
|
||||||
net.ipv6.conf.all.forwarding=2
|
net.ipv6.conf.all.forwarding=1
|
||||||
|
|
||||||
net.netfilter.nf_conntrack_acct=1
|
net.netfilter.nf_conntrack_acct=1
|
||||||
net.netfilter.nf_conntrack_checksum=0
|
net.netfilter.nf_conntrack_checksum=0
|
||||||
|
|
Loading…
Reference in New Issue