aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2014-05-07 15:41:45 +0800
committerGuodong Xu <guodong.xu@linaro.org>2014-05-07 15:41:45 +0800
commit55dac0371cd75c25063ba91cb12595927679b00b (patch)
tree3c69c7bfe80980e1a66c358febba2ed15298005e
parent5c0cce177981dc816f2acd770ef66ebc1e7952ea (diff)
ARM: config: enable config items for dhclient to workintegration-hilt-d01
enable CONFIG_PACKET (Packet socket) and CONFIG_NETFILTER (Socket Filtering) for dhclient (DHCP client tool) to work Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
-rw-r--r--arch/arm/configs/hip04_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/hip04_defconfig b/arch/arm/configs/hip04_defconfig
index 864c0f7de684..4a904eb6db78 100644
--- a/arch/arm/configs/hip04_defconfig
+++ b/arch/arm/configs/hip04_defconfig
@@ -67,3 +67,5 @@ CONFIG_KVM_ARM_HOST=y
CONFIG_KVM_ARM_MAX_VCPUS=4
CONFIG_KVM_ARM_VGIC=y
CONFIG_KVM_ARM_TIMER=y
+CONFIG_PACKET=y
+CONFIG_NETFILTER=y