kmod: does not support static builds
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Aug 2013 11:03:04 +0000 (13:03 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 2 Sep 2013 21:22:14 +0000 (23:22 +0200)
commitb7c0041c31754a5679eb0a3e4bcf41f80d473ae2
tree775690b6f5a5f91dbd12a7e4848b4aa0b0bbb5ec
parent52e7073a58409ac09b79865a3ae4332cf01edb58
kmod: does not support static builds

Since kmod 14, the support for building a static library has been
removed completely from kmod. Therefore, we mark kmod as
!BR2_PREFER_STATIC_LIB, as well as all its reverse dependencies, which
includes the option to use the "udev" /dev management method.

[Peter: show comment for udev when BR2_PREFER_STATIC_LIB is enabled]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/kmod/Config.in
package/udev/Config.in
system/Config.in