more cosmetic fixes missed from [8250]

SVN-Revision: 8521
This commit is contained in:
Nicolas Thill 2007-08-28 12:33:43 +00:00
parent 0f4183c33b
commit 3c11423892
2 changed files with 1 additions and 2 deletions

View File

@ -226,6 +226,7 @@ define KernelPackage/nls-base
FILES:=$(LINUX_DIR)/fs/nls/nls_base.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,20,nls_base)
endef
$(eval $(call KernelPackage,nls-base))

View File

@ -129,7 +129,6 @@ define KernelPackage/net-hermes-pci
DESCRIPTION:=Kernel modules for Intersil Prism 2.5 PCI support
DEPENDS:=kmod-net-hermes
KCONFIG:=CONFIG_PCI_HERMES
SUBMENU:=$(WIMENU)
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco_pci.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,55,orinoco_pci)
endef
@ -155,7 +154,6 @@ define KernelPackage/net-prism54
TITLE:=Intersil Prism54 support
DESCRIPTION:=Kernel modules for Intersil Prism54 support
KCONFIG:=CONFIG_PRISM54
SUBMENU:=$(WIMENU)
FILES:=$(LINUX_DIR)/drivers/net/wireless/prism54/prism54.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,prism54)
endef