Enable ipsec by default on all armv6 platforms.

This commit is contained in:
Ian Lepore 2015-07-05 14:16:31 +00:00
parent b108902461
commit 1a6570fb1f

View File

@ -5,6 +5,7 @@
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
options IPSEC # IP (v4/v6) security
options SCTP # Stream Control Transmission Protocol
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support