disable another module on UML
SVN-Revision: 8869
This commit is contained in:
parent
b4d3ea5ec2
commit
22c6c0b076
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ $(eval $(call KernelPackage,pcmcia-serial))
|
||||||
define KernelPackage/bluetooth
|
define KernelPackage/bluetooth
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Bluetooth support
|
TITLE:=Bluetooth support
|
||||||
DEPENDS:=@USB_SUPPORT @!TARGET_atheros
|
DEPENDS:=@USB_SUPPORT @!TARGET_atheros @!TARGET_uml
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_BLUEZ \
|
CONFIG_BLUEZ \
|
||||||
CONFIG_BLUEZ_L2CAP \
|
CONFIG_BLUEZ_L2CAP \
|
||||||
|
|
Loading…
Reference in a new issue