bb39b8d99a
Update our copies of the brcm2708 patches to the latest rpi-3.10-y rebased against linux-3.10.y stable (3.10.32). This should hopefully make it easier for us in the future to leverage the raspberry/rpi-* branches. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39770
20 lines
516 B
Diff
20 lines
516 B
Diff
From bc4acbad80239f770ca05312d94e15285ede65f7 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Sat, 23 Nov 2013 11:47:00 +0000
|
|
Subject: [PATCH 105/174] config: Add CONFIG_IFB
|
|
|
|
---
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -408,6 +408,7 @@ CONFIG_DM_DELAY=m
|
|
CONFIG_NETDEVICES=y
|
|
CONFIG_BONDING=m
|
|
CONFIG_DUMMY=m
|
|
+CONFIG_IFB=m
|
|
CONFIG_MACVLAN=m
|
|
CONFIG_NETCONSOLE=m
|
|
CONFIG_TUN=m
|