uml: make use of 'rootfs-part' feature
[openwrt/staging/jow.git] / config / Config-build.in
index 92ec97aefaa8937e6ed202a1af19ec76472ee341..9bef36e53ea1f67ffd08597055461ae63f01f5c6 100644 (file)
@@ -107,7 +107,7 @@ menu "Global build settings"
                default n
                help
                  This makes file checksums part of package metadata. It increases size
-                 but provides you with pkg_check command to check for flash coruptions.
+                 but provides you with pkg_check command to check for flash corruptions.
 
        config INCLUDE_CONFIG
                bool "Include build configuration in firmware" if DEVEL
@@ -376,7 +376,7 @@ menu "Global build settings"
                bool "Enable SECCOMP"
                select KERNEL_SECCOMP
                select PACKAGE_procd-seccomp
-               depends on (aarch64 || arm || armeb || mips || mipsel || i386 || powerpc || x86_64)
+               depends on (aarch64 || arm || armeb || mips || mipsel || mips64 || mips64el || i386 || powerpc || x86_64)
                depends on !TARGET_uml
                default y
                help