From d1c84e1f3e97494833901f54a06b3682ff64566e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 26 May 2014 13:35:31 +0200 Subject: [PATCH] Revert "linux: build dns resolver as module" This reverts commit 499a7aa342e6f32081be4ad57de025a020f0ef11. --- projects/Cuboxi/linux/linux.arm.conf | 2 +- projects/RPi/linux/linux.arm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Cuboxi/linux/linux.arm.conf b/projects/Cuboxi/linux/linux.arm.conf index 71763f9de4..1ef10625b8 100644 --- a/projects/Cuboxi/linux/linux.arm.conf +++ b/projects/Cuboxi/linux/linux.arm.conf @@ -808,7 +808,7 @@ CONFIG_LLC=m # CONFIG_IEEE802154 is not set # CONFIG_NET_SCHED is not set # CONFIG_DCB is not set -CONFIG_DNS_RESOLVER=m +CONFIG_DNS_RESOLVER=y # CONFIG_BATMAN_ADV is not set # CONFIG_OPENVSWITCH is not set # CONFIG_VSOCKETS is not set diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf index 63a3dfa69c..66dda2ea27 100644 --- a/projects/RPi/linux/linux.arm.conf +++ b/projects/RPi/linux/linux.arm.conf @@ -742,7 +742,7 @@ CONFIG_LLC=m CONFIG_6LOWPAN_IPHC=m # CONFIG_NET_SCHED is not set # CONFIG_DCB is not set -CONFIG_DNS_RESOLVER=m +CONFIG_DNS_RESOLVER=y # CONFIG_BATMAN_ADV is not set # CONFIG_OPENVSWITCH is not set # CONFIG_VSOCKETS is not set