From: Felix Fietkau Date: Wed, 18 Jul 2007 11:49:10 +0000 (+0000) Subject: fix a kconfig usage bug X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2a4481b95c9f6d165757c6503b1c768ec5ff9634;p=openwrt%2Fstaging%2Fyousong.git fix a kconfig usage bug SVN-Revision: 8027 --- diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index 636984a0b5..573398e481 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -50,17 +50,14 @@ define KernelPackage/usb-uhci $(call usbdep,) TITLE:=Support for UHCI controllers DESCRIPTION:=Kernel support for USB UHCI controllers + KCONFIG:=CONFIG_USB_UHCI_ALT CONFIG_USB_UHCI_HCD endef - define KernelPackage/usb-uhci/2.4 FILES:=$(LINUX_DIR)/drivers/usb/host/uhci.o - KCONFIG:=CONFIG_USB_UHCI_ALT AUTOLOAD:=$(call AutoLoad,50,uhci) endef - define KernelPackage/usb-uhci/2.6 FILES:=$(LINUX_DIR)/drivers/usb/host/uhci-hcd.ko - KCONFIG:=CONFIG_USB_UHCI_HCD AUTOLOAD:=$(call AutoLoad,50,uhci-hcd) endef $(eval $(call KernelPackage,usb-uhci))