diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2007-08-01 16:09:16 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-01 16:09:16 +0000 |
| commit | 0e2479c57c9af0d5b30f4d32c8302bf919665aff (patch) | |
| tree | 43651f7827b67501beb0c9bba1b960ce540d0bd6 /package/kernel | |
| parent | 6ffaa1d3b8b8dabda5629632aea7cb1242802099 (diff) | |
| download | upstream-0e2479c57c9af0d5b30f4d32c8302bf919665aff.tar.gz upstream-0e2479c57c9af0d5b30f4d32c8302bf919665aff.tar.bz2 upstream-0e2479c57c9af0d5b30f4d32c8302bf919665aff.zip | |
add missing kconfig symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8308 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
| -rw-r--r-- | package/kernel/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 08b470de2a4..f8f104238a9 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -169,7 +169,7 @@ define KernelPackage/bluetooth DEPENDS:=@USB_SUPPORT DESCRIPTION:=Kernel support for Bluetooth devices SUBMENU:=$(EMENU) - KCONFIG:=CONFIG_BLUEZ CONFIG_BT + KCONFIG:=CONFIG_BLUEZ CONFIG_BT CONFIG_USB_BLUETOOTH endef define KernelPackage/bluetooth/2.4 |
