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 | 4d1536df484287353781049a451bfd9a00bf1903 (patch) | |
tree | 7b4f9fbc5abd7df06dcd5d2da81ceaeb583ad3ac /package/kernel | |
parent | bced9acc2911fffe494801708f456f541b9b866f (diff) | |
download | upstream-4d1536df484287353781049a451bfd9a00bf1903.tar.gz upstream-4d1536df484287353781049a451bfd9a00bf1903.tar.bz2 upstream-4d1536df484287353781049a451bfd9a00bf1903.zip |
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.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 |