mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
Conditionals are not supported in Kconfig.
SVN-Revision: 15783
This commit is contained in:
parent
037e296207
commit
de44ea0536
@ -257,7 +257,6 @@ define KernelPackage/bluetooth
|
|||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Bluetooth support
|
TITLE:=Bluetooth support
|
||||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-input-core
|
DEPENDS:=@USB_SUPPORT +kmod-usb-core +kmod-input-core
|
||||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.29)),1)
|
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_BLUEZ \
|
CONFIG_BLUEZ \
|
||||||
CONFIG_BLUEZ_L2CAP \
|
CONFIG_BLUEZ_L2CAP \
|
||||||
@ -273,27 +272,9 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.29)),1)
|
|||||||
CONFIG_BT_RFCOMM \
|
CONFIG_BT_RFCOMM \
|
||||||
CONFIG_BT_BNEP \
|
CONFIG_BT_BNEP \
|
||||||
CONFIG_BT_HCIBTUSB \
|
CONFIG_BT_HCIBTUSB \
|
||||||
CONFIG_BT_HCIUART \
|
|
||||||
CONFIG_BT_HIDP
|
|
||||||
else
|
|
||||||
KCONFIG:= \
|
|
||||||
CONFIG_BLUEZ \
|
|
||||||
CONFIG_BLUEZ_L2CAP \
|
|
||||||
CONFIG_BLUEZ_SCO \
|
|
||||||
CONFIG_BLUEZ_RFCOMM \
|
|
||||||
CONFIG_BLUEZ_BNEP \
|
|
||||||
CONFIG_BLUEZ_HCIUART \
|
|
||||||
CONFIG_BLUEZ_HCIUSB \
|
|
||||||
CONFIG_BLUEZ_HIDP \
|
|
||||||
CONFIG_BT \
|
|
||||||
CONFIG_BT_L2CAP \
|
|
||||||
CONFIG_BT_SCO \
|
|
||||||
CONFIG_BT_RFCOMM \
|
|
||||||
CONFIG_BT_BNEP \
|
|
||||||
CONFIG_BT_HCIUSB \
|
CONFIG_BT_HCIUSB \
|
||||||
CONFIG_BT_HCIUART \
|
CONFIG_BT_HCIUART \
|
||||||
CONFIG_BT_HIDP
|
CONFIG_BT_HIDP
|
||||||
endif
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/bluetooth/2.4
|
define KernelPackage/bluetooth/2.4
|
||||||
|
Loading…
Reference in New Issue
Block a user