From: Nicolas Thill Date: Sun, 9 Sep 2007 20:49:21 +0000 (+0000) Subject: oops, 2 typos missed from [8721] X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d015eb9e31f9f4defaf978eaec829d09d5308823;p=librecmc%2Flibrecmc.git oops, 2 typos missed from [8721] SVN-Revision: 8722 --- 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