Commit 3472e094 authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files

package/libseccomp: works only on x86



As it is, the libseccomp code explicitly checks for x86 (32- or 64-bit),
so it can't work on other architectures.

Reported-by: default avatarPeter Korsgaard <jacmet@uclibc.org>
Signed-off-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent bdafee20
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBSECCOMP
	bool "libseccomp"
	depends on BR2_i386 || BR2_x86_64
	help
	  High level interface to the Linux Kernel's seccomp filter