From 00b9523bbba2078b96546fe284d4672fb452b43b Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Tue, 15 May 2012 14:00:21 +0000 Subject: [PATCH] Added IP_PNP_DHCP to the SheevaPlug kernel configuration. This allows the SheevaPlug to set up the network automatically with DHCP, if the "ip=dhcp" kernel option is set. svn path=/nixpkgs/trunk/; revision=34105 --- pkgs/top-level/platforms.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index 02732768f1db..386ca566d552 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -48,6 +48,7 @@ rec { USB_STORAGE_CYPRESS_ATACB m IP_PNP y + IP_PNP_DHCP y NFS_FS y ROOT_NFS y TUN m