1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 07:39:27 +03:00

Package multipath kernel modules from #1608

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7131 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-07 21:14:59 +00:00
parent 39a50f68a0
commit b2b254cb42

View File

@ -258,6 +258,25 @@ endef
$(eval $(call KernelPackage,ax25))
define KernelPackage/mp-alg
TITLE:=ECMP caching algorithms
DESCRIPTION:= \
Kernel modules that provide several different algorithms for multipath \\\
route selection from the route cache. The iproute "mpath" argument allows \\\
specifying which algorithm to use for routes. \\\
quagga (at least <=0.99.6) requires a multipath patch to support this \\\
cached mp route feature.
SUBMENU:=$(NSMENU)
KCONFIG:= \
$(CONFIG_IP_ROUTE_MULTIPATH_RR) \
$(CONFIG_IP_ROUTE_MULTIPATH_RANDOM) \
$(CONFIG_IP_ROUTE_MULTIPATH_WRANDOM) \
$(CONFIG_IP_ROUTE_MULTIPATH_DRR)
FILES:=$(MODULES_DIR)/kernel/net/ipv4/multipath_*.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,35,multipath_rr multipath_random multipath_wrandom multipath_drr)
endef
$(eval $(call KernelPackage,mp-alg))
NDMENU:=Network Devices