mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-27 14:30:18 +00:00
Revision 46834 changed IPv6 support from a module to builtin. But
since the configuration of the IPv6 kernel options was left in
package/kernel/linux/modules/netsupport.mk, this means that an
empty kmod-ipv6 module was still being generated (not packaged).
This patch moves the configuration of the IPv6 kernel options to
config/Config-kernel.in to remove this last bit of the module.
Note that CONFIG_IPV6_PRIVACY was dropped (enabled by default
since Linux v3.13), so this option is no longer needed.
See
|
||
|---|---|---|
| .. | ||
| modules | ||
| Makefile | ||