tn3399_openwrt/package
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
..
base-files base-files: add enabled commands to service rc.common 2020-04-08 22:07:18 +02:00
boot grub2: fix build when ASLR enabled 2020-04-02 13:42:26 +01:00
devel strace: update to version 5.5 2020-02-24 23:25:28 +01:00
firmware linux-firmware: add firmware for RTL8723BS SDIO modules 2020-03-28 13:03:02 +01:00
kernel kernel: add @IPV6 dependency to ipv6 modules 2020-04-09 12:51:10 +02:00
libs jansson: convert to cmake 2020-04-01 16:36:04 +01:00
network linux-atm: Include linux/sockios.h for SIOCGSTAMP 2020-04-09 00:12:46 +02:00
system rpcd: fix respawn settings 2020-03-16 22:21:45 +01:00
utils bcm27xx-userland: update to latest version 2020-03-23 09:06:49 +01:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00