[kernel] load module capifs before capi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14775 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Hauke Mehrtens 2009-03-07 15:54:23 +00:00
parent 26f1a2bc1f
commit 8907a19358
1 changed files with 2 additions and 2 deletions

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