tn3399_openwrt/package/kernel/linux/modules
Eneas U de Queiroz 2e6b6f9fca 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).

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-04-09 12:51:10 +02:00
..
001-depends.mk kernel: remove useless AddDepends/rtc abstraction 2015-03-29 08:12:50 +00:00
block.mk kernel: make kmod-ata-core selected by dependent modules 2020-03-11 19:40:03 +01:00
can.mk kernel: can: add MCP251x CAN controller module support 2020-03-01 21:36:00 +01:00
crypto.mk mvebu: fix build regression due to neon-asm ghash module 2020-02-29 14:14:08 +01:00
firewire.mk firewire.mk: sort kernel modules 2018-02-13 11:48:49 +01:00
fs.mk kernel: kmod-fs-exfat: fix typo LINUX_4_{,1}4 2020-03-09 22:40:48 +08:00
hwmon.mk kernel: package f71882fg hwmon driver 2020-03-28 13:03:02 +01:00
i2c.mk kernel: make kmod-i2c-mux selected by dependent modules 2020-03-16 16:26:29 +01:00
iio.mk kernel: add kernel module for Sensirion SPS30 PMS 2020-03-08 15:10:55 +01:00
input.mk kernel: Add of_touchscreen.ko to kmod-input-touchscreen-ads7846 2020-02-28 17:50:46 +01:00
leds.mk kernel: Replace ledtrig-netdev with upstream backport 2018-12-15 12:50:06 +01:00
lib.mk kernel: fix lib-xor for ARM64 2020-03-08 15:10:55 +01:00
netdevices.mk kernel: netdev: add missing config for mlx5 driver 2020-04-06 12:39:00 +02:00
netfilter.mk kernel: add @IPV6 dependency to ipv6 modules 2020-04-09 12:51:10 +02:00
netsupport.mk kernel: add @IPV6 dependency to ipv6 modules 2020-04-09 12:51:10 +02:00
nls.mk kernel: add Chinese codepages 2017-02-20 09:13:52 +01:00
other.mk kernel: package gpio-f7188x driver 2020-03-28 13:03:02 +01:00
pcmcia.mk kernel: add support for Option Fusion+ PCMCIA card 2016-12-20 09:35:36 +01:00
sound.mk kernel: Add snd-intel-nhlt.ko to kmod-sound-hda-intel 2020-02-28 17:50:46 +01:00
spi.mk kernel: remove kmod-spi-gpio-old 2018-02-09 10:29:07 +01:00
usb.mk modules: fix dwc3-qcom wrong condition 2020-03-03 23:38:23 +01:00
video.mk kernel: Remove chash.ko from kmod-drm-amdgpu 2020-02-28 17:50:46 +01:00
virt.mk kernel: remove another redundant KCONFIG entry in virt.mk 2016-11-24 13:41:10 +01:00
w1.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
wireless.mk kernel: remove obsolete kernel version switches 2020-01-12 16:34:20 +01:00
wpan.mk kernel: avoid underscore in *6lowpan package names 2020-02-19 22:07:40 +01:00