1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 03:29:48 +03:00

oops, 2 typos missed from [8721]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8722 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-09-09 20:49:21 +00:00
parent c31bf09733
commit f9d6a1282c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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