1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-07 23:14:32 +03:00

[kernel] load module capifs before capi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14775 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hauke 2009-03-07 15:54:23 +00:00
parent 037ef0afce
commit 43a4aa2db0

View File

@ -69,9 +69,9 @@ define KernelPackage/capi
CONFIG_ISDN_CAPIFS
FILES:= \
$(LINUX_DIR)/drivers/isdn/capi/kernelcapi.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/isdn/capi/capi.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/drivers/isdn/capi/capifs.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,kernelcapi capi capifs)
$(LINUX_DIR)/drivers/isdn/capi/capi.$(LINUX_KMOD_SUFFIX) \
AUTOLOAD:=$(call AutoLoad,30,kernelcapi capifs capi)
endef
define KernelPackage/capi/description