1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 22:43:53 +01:00

oops, 2 typos missed from [8721]

SVN-Revision: 8722
This commit is contained in:
Nicolas Thill 2007-09-09 20:49:21 +00:00
parent 7e4038434b
commit d015eb9e31
2 changed files with 2 additions and 2 deletions

@ -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 \

@ -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