linux: Force CONFIG_NET=y when using mdev+devtempfs for /dev management
authorTitouan Christophe <titouan.christophe@railnova.eu>
Thu, 20 Jun 2019 16:59:44 +0000 (18:59 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 31 Jul 2019 06:20:11 +0000 (08:20 +0200)
commit78e596719f43df6ffcb2a84f5160589c2a8d59a6
tree1a286a5a5af49c280ff2fe0b99060f11dd5948d4
parent6fffbffb6f61435c359dfe94b7f5a60c5579c041
linux: Force CONFIG_NET=y when using mdev+devtempfs for /dev management

Since mdev was switched to the daemon mode introduced in Busybox 1.31.0,
it requires CONFIG_NET to be enabled in the kernel such that the mdev
daemon can listen to netlink events.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk