1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

disable another module on UML

SVN-Revision: 8869
This commit is contained in:
Nicolas Thill 2007-09-20 10:46:23 +00:00
parent b4d3ea5ec2
commit 22c6c0b076

@ -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 \