usb-serial: Fix swapped dependencies for belkin and ch341
SVN-Revision: 11953
This commit is contained in:
parent
f0ecaa6c18
commit
0abeea4e60
1 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006-2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -80,17 +80,17 @@ $(eval $(call KernelPackage,usb-uhci))
|
||||||
|
|
||||||
define KernelPackage/usb-uhci-iv
|
define KernelPackage/usb-uhci-iv
|
||||||
$(call usbdep,@LINUX_2_4)
|
$(call usbdep,@LINUX_2_4)
|
||||||
TITLE:=Support for Intel/VIA UHCI controllers
|
TITLE:=Support for Intel/VIA UHCI controllers
|
||||||
KCONFIG:=CONFIG_USB_UHCI
|
KCONFIG:=CONFIG_USB_UHCI
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/host/usb-uhci.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/usb/host/usb-uhci.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,50,usb-uhci)
|
AUTOLOAD:=$(call AutoLoad,50,usb-uhci)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-uhci-iv/description
|
define KernelPackage/usb-uhci-iv/description
|
||||||
Kernel support for Intel/VIA USB UHCI controllers
|
Kernel support for Intel/VIA USB UHCI controllers
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,usb-uhci-iv))
|
$(eval $(call KernelPackage,usb-uhci-iv))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-ohci
|
define KernelPackage/usb-ohci
|
||||||
|
@ -242,21 +242,21 @@ $(eval $(call KernelPackage,usb-serial))
|
||||||
|
|
||||||
define KernelPackage/usb-serial-airprime
|
define KernelPackage/usb-serial-airprime
|
||||||
$(call usbdep,kmod-usb-serial @LINUX_2_6)
|
$(call usbdep,kmod-usb-serial @LINUX_2_6)
|
||||||
TITLE:=Support for Airprime (EVDO)
|
TITLE:=Support for Airprime (EVDO)
|
||||||
KCONFIG:=CONFIG_USB_SERIAL_AIRPRIME
|
KCONFIG:=CONFIG_USB_SERIAL_AIRPRIME
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/airprime.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/airprime.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,65,airprime)
|
AUTOLOAD:=$(call AutoLoad,65,airprime)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-serial-airprime/description
|
define KernelPackage/usb-serial-airprime/description
|
||||||
Kernel support for Airprime (EVDO)
|
Kernel support for Airprime (EVDO)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,usb-serial-airprime))
|
$(eval $(call KernelPackage,usb-serial-airprime))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-serial-belkin
|
define KernelPackage/usb-serial-belkin
|
||||||
$(call usbdep,kmod-usb-serial @LINUX_2_6&&@!LINUX_2_6_23)
|
$(call usbdep,kmod-usb-serial)
|
||||||
TITLE:=Support for Belkin devices
|
TITLE:=Support for Belkin devices
|
||||||
KCONFIG:=CONFIG_USB_SERIAL_BELKIN
|
KCONFIG:=CONFIG_USB_SERIAL_BELKIN
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/belkin_sa.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/belkin_sa.$(LINUX_KMOD_SUFFIX)
|
||||||
|
@ -271,7 +271,7 @@ $(eval $(call KernelPackage,usb-serial-belkin))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-serial-ch341
|
define KernelPackage/usb-serial-ch341
|
||||||
$(call usbdep,kmod-usb-serial)
|
$(call usbdep,kmod-usb-serial @LINUX_2_6&&@!LINUX_2_6_23)
|
||||||
TITLE:=Support for CH341 devices
|
TITLE:=Support for CH341 devices
|
||||||
KCONFIG:=CONFIG_USB_SERIAL_CH341
|
KCONFIG:=CONFIG_USB_SERIAL_CH341
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/ch341.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/ch341.$(LINUX_KMOD_SUFFIX)
|
||||||
|
|
Loading…
Reference in a new issue