mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
package/grout: add kernel TUN dependency
Grout automatically creates a TUN interface at runtime, so the target kernel must have CONFIG_TUN enabled. Add a fix-up to ensure that option is selected. Signed-off-by: Maxime Leroy <maxime@leroys.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
bc28c3df6f
commit
37b35546eb
@@ -20,4 +20,8 @@ GROUT_DEPENDENCIES = \
|
||||
libecoli \
|
||||
util-linux
|
||||
|
||||
define GROUT_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_TUN)
|
||||
endef
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
||||
Reference in New Issue
Block a user