From 4d1536df484287353781049a451bfd9a00bf1903 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 9 Sep 2007 20:49:21 +0000 Subject: oops, 2 typos missed from [8721] git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8722 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/modules/other.mk | 2 +- package/kernel/modules/usb.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package') diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 866d760f2b..781a051876 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 548c6ceccd..dfcaccd0a9 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 -- cgit v1.2.3