mirror of https://github.com/hak5/openwrt.git
23 lines
681 B
Diff
23 lines
681 B
Diff
From 03d555e309627080adf8ba8f4eb28093f5d8e2ee Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
Date: Tue, 5 Feb 2019 12:31:23 +0000
|
|
Subject: [PATCH 345/806] config: Add IPVLAN module to bcmrpi3_defconfig
|
|
|
|
It's built for the 32bit kernels, but not for the 64bit ones.
|
|
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
|
|
---
|
|
arch/arm64/configs/bcmrpi3_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/arch/arm64/configs/bcmrpi3_defconfig
|
|
+++ b/arch/arm64/configs/bcmrpi3_defconfig
|
|
@@ -430,6 +430,7 @@ CONFIG_BONDING=m
|
|
CONFIG_DUMMY=m
|
|
CONFIG_IFB=m
|
|
CONFIG_MACVLAN=m
|
|
+CONFIG_IPVLAN=m
|
|
CONFIG_VXLAN=m
|
|
CONFIG_NETCONSOLE=m
|
|
CONFIG_TUN=m
|