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

more cosmetic fixes missed from [8250]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8521 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-08-28 12:33:43 +00:00
parent 720644c3ac
commit a2f35ed1f4
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