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

[package] fix kernel module name for autoloading

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15649 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-07 00:23:44 +00:00
parent b04158cabc
commit 25740fa285

View File

@ -261,7 +261,7 @@ define KernelPackage/ide-it821x
DEPENDS:=+kmod-ide-core DEPENDS:=+kmod-ide-core
KCONFIG:=CONFIG_BLK_DEV_IT821X KCONFIG:=CONFIG_BLK_DEV_IT821X
FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX) FILES=$(LINUX_DIR)/drivers/ide/it821x.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ite821x) AUTOLOAD:=$(call AutoLoad,30,it821x)
endef endef
define KernelPackage/ide-it821x/description define KernelPackage/ide-it821x/description