mirror of https://github.com/hak5/openwrt.git
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
|
||
---|---|---|
.. | ||
acx-mac80211 | ||
ar7-atm | ||
avila-wdt | ||
brcm2708-gpu-fw | ||
broadcom-wl | ||
button-hotplug | ||
ep80579-drivers | ||
gpio-button-hotplug | ||
hostap-driver | ||
i2c-gpio-custom | ||
lantiq | ||
linux | ||
mac80211 | ||
mmc_over_gpio | ||
mt76 | ||
mwlwifi | ||
om-watchdog | ||
rotary-gpio-custom | ||
rtc-rv5c386a | ||
spi-gpio-custom | ||
trelay | ||
w1-gpio-custom | ||
wrt55agv2-spidevs |