immortalwrt/package/kernel/linux/modules
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
..
001-depends.mk kernel: modules: fix permission 2019-10-26 08:40:20 +08:00
block.mk kernel: modules: add package kmod-iosched-bfq 2020-08-10 21:15:10 +08:00
can.mk IPSec: fix kernel modules 2020-07-02 00:55:25 +08:00
crypto.mk kernel: limit crypto-hw-ccp to the x86 2021-04-14 23:12:05 +08:00
firewire.mk kernel: modules: fix permission 2019-10-26 08:40:20 +08:00
fs.mk kernel: improve the description of fs-nfs-v4 2020-09-11 17:16:30 +08:00
hwmon.mk IPSec: fix kernel modules 2020-07-02 00:55:25 +08:00
i2c.mk IPSec: fix kernel modules 2020-07-02 00:55:25 +08:00
iio.mk IPSec: fix kernel modules 2020-07-02 00:55:25 +08:00
input.mk IPSec: fix kernel modules 2020-07-02 00:55:25 +08:00
leds.mk kernel: fix AutoLoad parameter for uleds module 2021-05-27 23:15:06 +08:00
lib.mk kernel: kmod-zram: break the strict dependency from lz4 2020-07-12 12:08:32 +08:00
netdevices.mk kernel: netdev: add qlcnic 2021-05-01 11:35:58 +08:00
netfilter.mk kernel: add @IPV6 dependency to ipv6 modules 2021-06-01 23:54:23 +08:00
netsupport.mk kernel: add @IPV6 dependency to ipv6 modules 2021-06-01 23:54:23 +08:00
nls.mk kernel: modules: fix permission 2019-10-26 08:40:20 +08:00
other.mk kernel: drop outdated version detection 2021-02-18 02:24:17 +08:00
pcmcia.mk kernel: modules: fix permission 2019-10-26 08:40:20 +08:00
sound.mk kernel: drop outdated version detection 2021-02-18 02:24:17 +08:00
spi.mk kernel: modules: fix permission 2019-10-26 08:40:20 +08:00
usb.mk kernel: drop outdated version detection 2021-02-18 02:24:17 +08:00
video.mk Revert "kernel: video: add multimedia-input driver" 2021-05-09 00:33:56 +08:00
virt.mk kernel: modules: fix permission 2019-10-26 08:40:20 +08:00
w1.mk IPSec: fix kernel modules 2020-07-02 00:55:25 +08:00
wireless.mk kernel: drop outdated version detection 2021-02-18 02:24:17 +08:00
wpan.mk kernel: drop outdated version detection 2021-02-18 02:24:17 +08:00