diff options
author | 2017-03-03 01:53:03 +0000 | |
---|---|---|
committer | 2017-03-03 01:53:03 +0000 | |
commit | 062bc067b483ca5115f0f9cfa34d65615771b721 (patch) | |
tree | a6f58e3adc37c9a6fe1c43e9a720aec66d4396b1 | |
parent | document EPERM error when connect(2)ing. (diff) | |
download | wireguard-openbsd-062bc067b483ca5115f0f9cfa34d65615771b721.tar.xz wireguard-openbsd-062bc067b483ca5115f0f9cfa34d65615771b721.zip |
enable FFS2 on armv7 and arm64 ramdisks
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 4e5b34b1600..9de88d8080d 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2017/03/01 01:24:34 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.12 2017/03/03 01:53:04 jsg Exp $ # # GENERIC machine description file # @@ -33,6 +33,7 @@ option RAMDISK_HOOKS option MINIROOTSIZE=15360 option FFS +option FFS2 option MSDOSFS option INET6 option EXT2FS diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index be942eb04ea..219db38099a 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.66 2017/03/01 04:34:09 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.67 2017/03/03 01:53:03 jsg Exp $ machine armv7 arm @@ -17,6 +17,7 @@ option MINIROOTSIZE=15360 option RAMDISK_HOOKS option FFS +option FFS2 option MSDOSFS option INET6 option EXT2FS |