diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2013-06-30 23:29:24 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2013-06-30 23:29:24 +0000 |
commit | 4f8a4e482e6c938bef6006077a03092cc3c9f8a5 (patch) | |
tree | f36c5f5dad4e3ac02aa444d803519ced7c975ddd | |
parent | 81396ac4d6991043acbdb2f768306335d3db31f2 (diff) | |
download | FreeBSD-src-4f8a4e482e6c938bef6006077a03092cc3c9f8a5.zip FreeBSD-src-4f8a4e482e6c938bef6006077a03092cc3c9f8a5.tar.gz |
Add INET6.
-rw-r--r-- | sys/arm/conf/RPI-B | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B index 4d840cb..cb25970 100644 --- a/sys/arm/conf/RPI-B +++ b/sys/arm/conf/RPI-B @@ -38,6 +38,7 @@ options HZ=100 options SCHED_4BSD #4BSD scheduler options INET #InterNETworking +options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists |