summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-08 17:15:05 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-31 13:11:07 +0100
commit41f4d2e71b42de7210e7c862104930075245bb56 (patch)
treefde1eb4ecf80d77ff948ca8b60fb00c637ca474f
parentcf953f951ce3e9376ebe3b276f226662543448b4 (diff)
downloadlinux-41f4d2e71b42de7210e7c862104930075245bb56.tar.gz
linux.morph: add CONFIG_PACKET to enable packet sockets
this is needed by dhcp and probably a lot of other things
-rw-r--r--linux.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
index 77e0bf5e68ca..b715d39f7bd0 100644
--- a/linux.morph
+++ b/linux.morph
@@ -3,6 +3,7 @@
"kind": "chunk",
"configure-commands": [
"make defconfig",
+ "scripts/config -e PACKET",
"scripts/config -e SATA_AHCI",
"scripts/config -e ATA_GENERIC",
"scripts/config -e HAVE_IDE",