brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0243-bcm2709_defconfig-Fix-typo-on-BoomBerry-configuratio.patch
1 From b671dfcbf9a59907b3d6947bc78eb1d744020112 Mon Sep 17 00:00:00 2001
2 From: Jeremy McDermond <nh6z@nh6z.net>
3 Date: Thu, 14 Apr 2016 09:39:20 -0700
4 Subject: [PATCH] bcm2709_defconfig: Fix typo on BoomBerry configuration
5 directive
6
7 The BoomBerry configuration directive in bcm2709_defconfig has a typo.
8 ---
9 arch/arm/configs/bcm2709_defconfig | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12 --- a/arch/arm/configs/bcm2709_defconfig
13 +++ b/arch/arm/configs/bcm2709_defconfig
14 @@ -854,7 +854,7 @@ CONFIG_SND_BCM2708_SOC_HIFIBERRY_DACPLUS
15 CONFIG_SND_BCM2708_SOC_HIFIBERRY_DIGI=m
16 CONFIG_SND_BCM2708_SOC_HIFIBERRY_AMP=m
17 CONFIG_SND_BCM2708_SOC_BOOMBERRY_DAC=m
18 -CONFIG_SNG_BCM2708_SOC_BOOMBERRY_DIGI=m
19 +CONFIG_SND_BCM2708_SOC_BOOMBERRY_DIGI=m
20 CONFIG_SND_BCM2708_SOC_RPI_DAC=m
21 CONFIG_SND_BCM2708_SOC_RPI_PROTO=m
22 CONFIG_SND_BCM2708_SOC_IQAUDIO_DAC=m