projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72bf73
)
kernel: modules: usb.mk: fix a typo
author
Jonas Gorski
<jogo@openwrt.org>
Thu, 22 Sep 2011 20:14:42 +0000
(20:14 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Thu, 22 Sep 2011 20:14:42 +0000
(20:14 +0000)
Closes #10143.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28290
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/usb.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/usb.mk
b/package/kernel/modules/usb.mk
index
d5ad947
..
45ad088
100644
(file)
--- a/
package/kernel/modules/usb.mk
+++ b/
package/kernel/modules/usb.mk
@@
-546,7
+546,7
@@
$(eval $(call KernelPackage,usb-serial-keyspan))
define KernelPackage/usb-serial-wwan
TITLE:=Support for GSM and CDMA modems
- DEPENDS:= @!LINUX_2_6_30&&!LINUX_
3
_6_31&&!LINUX_2_6_32
+ DEPENDS:= @!LINUX_2_6_30&&!LINUX_
2
_6_31&&!LINUX_2_6_32
KCONFIG:=CONFIG_USB_SERIAL_WWAN
FILES:=$(LINUX_DIR)/drivers/usb/serial/usb_wwan.ko
AUTOLOAD:=$(call AutoLoad,61,usb_wwan)