immortalwrt/package
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
..
base-files busybox: preserve crontabs 2021-05-19 23:28:58 +08:00
boot grub2: disable liblzma dependency 2021-05-22 17:05:50 +08:00
devel binutils: update to 2.35.2 2021-05-23 23:21:46 +08:00
emortal default-settings: make chinese optimization parts optional 2021-05-23 22:44:25 +08:00
firmware cypress-firmware: bump to v5.4.18-2021_0527 2021-05-29 00:15:16 +08:00
kernel kernel: add @IPV6 dependency to ipv6 modules 2021-06-01 23:54:23 +08:00
libs wolfssl: add support for OpenVPN 2021-05-23 23:21:14 +08:00
network hostapd: support verbose build using V=sc 2021-05-27 23:15:42 +08:00
system ubox: fix init script validation of log_ip option 2021-05-28 22:44:11 +08:00
utils busybox: mention SRV support in help message 2021-05-26 17:10:11 +08:00
Makefile build: fix opkg install step for large package selection 2021-05-12 23:27:23 +08:00