projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a596b29
)
Fix the option kernel driver dependency
author
Florian Fainelli
<florian@openwrt.org>
Wed, 1 Aug 2007 12:42:33 +0000
(12:42 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Wed, 1 Aug 2007 12:42:33 +0000
(12:42 +0000)
SVN-Revision: 8300
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index db9e31acf1c8c9753250b1708ed6ab98f476752e..32a1457248a43d21a38e6494fe985b8ccaada1fa 100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-248,7
+248,6
@@
define KernelPackage/usb-serial-option
$(call usbdep,kmod-usb-serial @LINUX_2_6)
TITLE:=Support for Option HSDPA modems
DESCRIPTION:=Kernel support for Option HSDPA modems
- DEPENDS:=@LINUX_2_6
KCONFIG:=CONFIG_USB_SERIAL_OPTION
FILES:=$(LINUX_DIR)/drivers/usb/serial/option.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,65,option)