Browse Source

disable another module on UML

SVN-Revision: 8869
Nicolas Thill 18 years ago
parent
commit
22c6c0b076
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/kernel/modules/other.mk

+ 1 - 1
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 \