From e7fadd8e8eddd60f6e10a9ba92f89ceb3c2d8386 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 18 Jul 2014 09:51:14 +0200 Subject: [PATCH] linux-sysmocom: Enable the tun device in the odu config --- recipes-bsp/linux/files/sysmocom-odu/defconfig | 1 + recipes-bsp/linux/linux-sysmocom_3.2.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/linux/files/sysmocom-odu/defconfig b/recipes-bsp/linux/files/sysmocom-odu/defconfig index cf2fc15..fe94ee6 100644 --- a/recipes-bsp/linux/files/sysmocom-odu/defconfig +++ b/recipes-bsp/linux/files/sysmocom-odu/defconfig @@ -132,6 +132,7 @@ CONFIG_BLK_DEV_SD=y CONFIG_SCSI_MULTI_LUN=y CONFIG_SCSI_SCAN_ASYNC=y CONFIG_NETDEVICES=y +CONFIG_TUN=y # CONFIG_NET_VENDOR_BROADCOM is not set # CONFIG_NET_VENDOR_CHELSIO is not set # CONFIG_NET_VENDOR_FARADAY is not set diff --git a/recipes-bsp/linux/linux-sysmocom_3.2.bb b/recipes-bsp/linux/linux-sysmocom_3.2.bb index a598e96..523e070 100644 --- a/recipes-bsp/linux/linux-sysmocom_3.2.bb +++ b/recipes-bsp/linux/linux-sysmocom_3.2.bb @@ -17,7 +17,7 @@ SRCREV = "bcc4fa827be7f59486ff305d664b42a142025f9b" SRCREV_sysmocom-odu = "f11945e1d688bef5d2a81cc0255b19ed416cab42" LINUX_VERSION_sysmocom-odu = "3.2.0" -PR = "r33" +PR = "r34" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.2 \