Skip to content

Commit

Permalink
repare for ipsec ipv6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Sep 27, 2018
1 parent 1dcadec commit d18f879
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package/lean/luci-app-ipsec-vpnd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
include $(TOPDIR)/rules.mk

LUCI_TITLE:=LuCI support for IPSec VPN Server (IKEv1 with PSK and Xauth)
LUCI_DEPENDS:=+strongswan-minimal +strongswan-mod-xauth-generic +kmod-br-netfilter
LUCI_DEPENDS:=+strongswan-minimal +strongswan-mod-xauth-generic
LUCI_PKGARCH:=all
PKG_VERSION:=2.0
PKG_RELEASE:=9
PKG_RELEASE:=10

include $(TOPDIR)/feeds/luci/luci.mk

Expand Down
8 changes: 4 additions & 4 deletions package/network/config/netifd/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netifd
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git
PKG_SOURCE_DATE:=2018-08-20
PKG_SOURCE_VERSION:=7454d121090f60428777c01f431031059acc96eb
PKG_MIRROR_HASH:=434f39ebc328bd172307e84dd532a8239f48fcae7e32ea4d456b4e24ddd739f3
PKG_SOURCE_DATE:=2018-09-18
PKG_SOURCE_VERSION:=23941d7ef3134de9c89c363896e45a0ea4fbe45b
PKG_MIRROR_HASH:=16dd30215b833e2ff5efa0ab95dfabe80e3e239c3720de3e27db5f4ce22bcccf
PKG_MAINTAINER:=Felix Fietkau <[email protected]>

PKG_LICENSE:=GPL-2.0
Expand Down
4 changes: 2 additions & 2 deletions package/network/config/netifd/files/etc/init.d/network
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ service_triggers()
procd_open_validate
validate_atm_bridge_section
validate_route_section
validate_route6_section
[ -e /proc/sys/net/ipv6 ] && validate_route6_section
validate_rule_section
validate_rule6_section
[ -e /proc/sys/net/ipv6 ] && validate_rule6_section
validate_switch_section
validate_switch_vlan
procd_close_validate
Expand Down

0 comments on commit d18f879

Please sign in to comment.