mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
modules/other.mk: Enable bluetooth for atheros
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11150 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -133,7 +133,7 @@ define KernelPackage/pcmcia-serial
|
|||||||
DEPENDS:=kmod-pcmcia-core
|
DEPENDS:=kmod-pcmcia-core
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_PCMCIA_SERIAL_CS \
|
CONFIG_PCMCIA_SERIAL_CS \
|
||||||
CONFIG_SERIAL_8250_CS
|
CONFIG_SERIAL_8250_CS
|
||||||
AUTOLOAD:=$(call AutoLoad,45,serial_cs)
|
AUTOLOAD:=$(call AutoLoad,45,serial_cs)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@@ -158,7 +158,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 @!TARGET_uml
|
DEPENDS:=@USB_SUPPORT @!TARGET_uml
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_BLUEZ \
|
CONFIG_BLUEZ \
|
||||||
CONFIG_BLUEZ_L2CAP \
|
CONFIG_BLUEZ_L2CAP \
|
||||||
|
|||||||
Reference in New Issue
Block a user