Commit ecd0a2b5 authored by Romain Naour's avatar Romain Naour Committed by Peter Korsgaard
Browse files

package/sysdig: reorder select/depends

>From [1]:
"Even though the ordering has absolutely no consequences in Kconfig, it
is not logical (when reading). It is more logical and far easier to
understand when depends come first, followed by the selects."

Also, the Config.in exemple in the manual suggest to use this coding
style [2].

[1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html
[2] http://buildroot.uclibc.org/downloads/manual/manual.html#writing-rules-config-in



Signed-off-by: default avatarRomain Naour <romain.naour@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 2a9ac68c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
config BR2_PACKAGE_SYSDIG
	bool "sysdig"
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_LUAJIT
	select BR2_PACKAGE_JSONCPP
	depends on BR2_LINUX_KERNEL
	depends on BR2_INSTALL_LIBSTDCPP # libjson
	depends on BR2_PACKAGE_LUAJIT_ARCH_SUPPORTS
	depends on !BR2_STATIC_LIBS # luajit
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_LUAJIT
	select BR2_PACKAGE_JSONCPP
	help
	  Sysdig is open source, system-level exploration:
	  capture system state and activity from a running Linux instance,