diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-09 20:49:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-09 20:49:21 +0000 |
commit | d015eb9e31f9f4defaf978eaec829d09d5308823 (patch) | |
tree | 83137f369126857578b56cc8ac7dabff05cc281f /package/kernel | |
parent | 7e4038434bf93724a7875361d98505a20350d740 (diff) | |
download | upstream-d015eb9e31f9f4defaf978eaec829d09d5308823.tar.gz upstream-d015eb9e31f9f4defaf978eaec829d09d5308823.tar.bz2 upstream-d015eb9e31f9f4defaf978eaec829d09d5308823.zip |
oops, 2 typos missed from [8721]
SVN-Revision: 8722
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/other.mk | 2 | ||||
-rw-r--r-- | package/kernel/modules/usb.mk | 2 |
2 files changed, 2 insertions, 2 deletions
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 |