projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4d3ea5
)
disable another module on UML
author
Nicolas Thill
<nico@openwrt.org>
Thu, 20 Sep 2007 10:46:23 +0000
(10:46 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Thu, 20 Sep 2007 10:46:23 +0000
(10:46 +0000)
SVN-Revision: 8869
package/kernel/modules/other.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/other.mk
b/package/kernel/modules/other.mk
index c13675739f60af57e4ffd4abcce535408329d401..6d94b77318b41681119b8c3ca9952a367de70ffa 100644
(file)
--- a/
package/kernel/modules/other.mk
+++ b/
package/kernel/modules/other.mk
@@
-178,7
+178,7
@@
$(eval $(call KernelPackage,pcmcia-serial))
define KernelPackage/bluetooth
SUBMENU:=$(OTHER_MENU)
TITLE:=Bluetooth support
- DEPENDS:=@USB_SUPPORT @!TARGET_atheros
+ DEPENDS:=@USB_SUPPORT @!TARGET_atheros
@!TARGET_uml
KCONFIG:= \
CONFIG_BLUEZ \
CONFIG_BLUEZ_L2CAP \