mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
33beafa8d8
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
|
||
---|---|---|
.. | ||
001-depends.mk | ||
block.mk | ||
can.mk | ||
crypto.mk | ||
firewire.mk | ||
fs.mk | ||
hwmon.mk | ||
i2c.mk | ||
input.mk | ||
leds.mk | ||
lib.mk | ||
netdevices.mk | ||
netfilter.mk | ||
netsupport.mk | ||
nls.mk | ||
other.mk | ||
pcmcia.mk | ||
sound.mk | ||
spi.mk | ||
usb.mk | ||
video.mk | ||
virtual.mk | ||
w1.mk | ||
wireless.mk | ||
wpan.mk |