disable another module on UML
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Sep 2007 10:46:23 +0000 (10:46 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Sep 2007 10:46:23 +0000 (10:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8869 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/kernel/modules/other.mk

index c136757..6d94b77 100644 (file)
@@ -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 \
This page took 0.0276 seconds and 4 git commands to generate.