aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-09-27 19:10:51 +0000
committerFlorian Fainelli <florian@openwrt.org>2014-09-27 19:10:51 +0000
commit6918ea2484861cbf806c812b95a814ab40063c05 (patch)
tree3f4d53baabebad9339cadd1bbfaaf07ed61b9c1e /target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch
parentff6b0d57b8e4dd9c72b13ac0586c523c8d6e8841 (diff)
downloadupstream-6918ea2484861cbf806c812b95a814ab40063c05.tar.gz
upstream-6918ea2484861cbf806c812b95a814ab40063c05.tar.bz2
upstream-6918ea2484861cbf806c812b95a814ab40063c05.zip
brcm2708: update 3.10 patches with raspberrypi/rpi-3.10.y of 27 Apr. 2014
Update the 3.10 rasperry patches by rebasing raspberry/rpi-3.10-y against linux-stable/v3.10.49. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 42678
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch')
-rw-r--r--target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch b/target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch
new file mode 100644
index 0000000000..de96426282
--- /dev/null
+++ b/target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch
@@ -0,0 +1,24 @@
+From bf9e43bf1c4bc6d362395573c777b8a4966f726f Mon Sep 17 00:00:00 2001
+From: popcornmix <popcornmix@gmail.com>
+Date: Thu, 27 Mar 2014 00:31:03 +0000
+Subject: [PATCH 184/196] config: Add CONFIG_VETH for virtual ethernet devices
+
+---
+ arch/arm/configs/bcmrpi_defconfig | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig
+index fe1cff3..ca40634 100644
+--- a/arch/arm/configs/bcmrpi_defconfig
++++ b/arch/arm/configs/bcmrpi_defconfig
+@@ -416,6 +416,7 @@ CONFIG_IFB=m
+ CONFIG_MACVLAN=m
+ CONFIG_NETCONSOLE=m
+ CONFIG_TUN=m
++CONFIG_VETH=m
+ CONFIG_MDIO_BITBANG=m
+ CONFIG_PPP=m
+ CONFIG_PPP_BSDCOMP=m
+--
+1.9.1
+