diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 11:55:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 11:55:11 +0000 |
commit | 45380ebd1ab3d604ece3dd14a84f89fbc69ea7b1 (patch) | |
tree | 816e479975bb22e39e9cbdde8fdfb400f38f72a9 /target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch | |
parent | 170ce2961703fe3c2c74e9aa3088df2905b3697e (diff) | |
download | mtk-20170518-45380ebd1ab3d604ece3dd14a84f89fbc69ea7b1.zip mtk-20170518-45380ebd1ab3d604ece3dd14a84f89fbc69ea7b1.tar.gz mtk-20170518-45380ebd1ab3d604ece3dd14a84f89fbc69ea7b1.tar.bz2 |
brcm2708: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43687
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.patch | 24 |
1 files changed, 0 insertions, 24 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 deleted file mode 100644 index de96426..0000000 --- a/target/linux/brcm2708/patches-3.10/0184-config-Add-CONFIG_VETH-for-virtual-ethernet-devices.patch +++ /dev/null @@ -1,24 +0,0 @@ -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 - |