mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 06:38:27 +02:00
[kernel] usb-serial: Fix swapped dependencies for belkin and ch341
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11953 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4b48da1924
commit
b8c6962563
@ -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 New Issue
Block a user