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.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -256,7 +256,7 @@ $(eval $(call KernelPackage,usb-serial-airprime))
|
|||
|
||||
|
||||
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
|
||||
KCONFIG:=CONFIG_USB_SERIAL_BELKIN
|
||||
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
|
||||
$(call usbdep,kmod-usb-serial)
|
||||
$(call usbdep,kmod-usb-serial @LINUX_2_6&&@!LINUX_2_6_23)
|
||||
TITLE:=Support for CH341 devices
|
||||
KCONFIG:=CONFIG_USB_SERIAL_CH341
|
||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/ch341.$(LINUX_KMOD_SUFFIX)
|
||||
|
|
Loading…
Reference in a new issue