mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix a kconfig usage bug
SVN-Revision: 8027
This commit is contained in:
parent
8e42553971
commit
2a4481b95c
@ -50,17 +50,14 @@ define KernelPackage/usb-uhci
|
|||||||
$(call usbdep,)
|
$(call usbdep,)
|
||||||
TITLE:=Support for UHCI controllers
|
TITLE:=Support for UHCI controllers
|
||||||
DESCRIPTION:=Kernel support for USB UHCI controllers
|
DESCRIPTION:=Kernel support for USB UHCI controllers
|
||||||
|
KCONFIG:=CONFIG_USB_UHCI_ALT CONFIG_USB_UHCI_HCD
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-uhci/2.4
|
define KernelPackage/usb-uhci/2.4
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/host/uhci.o
|
FILES:=$(LINUX_DIR)/drivers/usb/host/uhci.o
|
||||||
KCONFIG:=CONFIG_USB_UHCI_ALT
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,uhci)
|
AUTOLOAD:=$(call AutoLoad,50,uhci)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-uhci/2.6
|
define KernelPackage/usb-uhci/2.6
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/host/uhci-hcd.ko
|
FILES:=$(LINUX_DIR)/drivers/usb/host/uhci-hcd.ko
|
||||||
KCONFIG:=CONFIG_USB_UHCI_HCD
|
|
||||||
AUTOLOAD:=$(call AutoLoad,50,uhci-hcd)
|
AUTOLOAD:=$(call AutoLoad,50,uhci-hcd)
|
||||||
endef
|
endef
|
||||||
$(eval $(call KernelPackage,usb-uhci))
|
$(eval $(call KernelPackage,usb-uhci))
|
||||||
|
Loading…
Reference in New Issue
Block a user