immortalwrt/package/kernel/linux
Eneas U de Queiroz 79e743c464 kernel: add @IPV6 dependency to ipv6 modules
IPv6 modules should all depend on @IPV6, to avoid circular dependencies
problems, especially if they select a module that depends on IPV6 as
well.  In theory, if a package A depends on IPV6, any package doing
'select A' (DEPENDS+= A) should also depend on IPV6; otherwise selecting
A will fail.  Sometimes the build system is forgiving this, but
eventually, and unexpectedly, it may blow up on some other commit.

Alternatively one can conditionally add IPv6 dependencies only if
CONFIG_IPV6 is selected: (DEPENDS+= +IPV6:package6).

Fixes: https://github.com/immortalwrt/immortalwrt/issues/394

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2021-06-01 23:54:23 +08:00
..
files kernel: sysctl: increase max conns limit to 65536 2021-05-09 20:01:58 +08:00
modules kernel: add @IPV6 dependency to ipv6 modules 2021-06-01 23:54:23 +08:00
Makefile build: introduce $(MKHASH) 2021-05-13 22:49:42 +08:00