1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 04:08:33 +03:00

automatically load ipv6 module

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7625 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-06-13 21:13:25 +00:00
parent 50795a07db
commit 912f0d3ea0

View File

@ -127,6 +127,7 @@ define KernelPackage/ipv6
Kernel modules for IPv6 support
KCONFIG:=$(CONFIG_IPV6)
SUBMENU:=$(NSMENU)
AUTOLOAD:=$(call AutoLoad,20,ipv6)
endef
define KernelPackage/ipv6/2.4
FILES:=$(LINUX_DIR)/net/ipv6/ipv6.$(LINUX_KMOD_SUFFIX)