summaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-09 20:49:21 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-09 20:49:21 +0000
commitf9d6a1282ce7d8f41078da0125569607591de8d1 (patch)
tree7b4f9fbc5abd7df06dcd5d2da81ceaeb583ad3ac /package/kernel
parentc31bf097337128e0799e39ba4028db9d56795c38 (diff)
oops, 2 typos missed from [8721]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8722 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/modules/other.mk2
-rw-r--r--package/kernel/modules/usb.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk
index 866d760f2..781a05187 100644
--- a/package/kernel/modules/other.mk
+++ b/package/kernel/modules/other.mk
@@ -294,7 +294,7 @@ define KernelPackage/bluetooth
CONFIG_BLUEZ_RFCOMM \
CONFIG_BLUEZ_BNEP \
CONFIG_BLUEZ_HCIUART \
- CONFIG_BLUEZ_HCIUSB
+ CONFIG_BLUEZ_HCIUSB \
CONFIG_BT \
CONFIG_BT_L2CAP \
CONFIG_BT_SCO \
diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk
index 548c6cecc..dfcaccd0a 100644
--- a/package/kernel/modules/usb.mk
+++ b/package/kernel/modules/usb.mk
@@ -177,7 +177,7 @@ define KernelPackage/usb-audio
$(call usbdep,+kmod-soundcore)
TITLE:=Support for audio devices
KCONFIG:= \
- CONFIG_USB_AUDIO
+ CONFIG_USB_AUDIO \
CONFIG_SND_USB_AUDIO
endef