From 28841f686c8c93d1974c39fcf39a2bc0be784dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Thu, 16 Sep 2010 19:32:13 +0000 Subject: [PATCH] Fixing the fuloong kernel, which had a SYSFS_DEPRECATED_V2 enabled. That made udev work bad, the main simptom being the lack of /dev/hda*. I also added the IP_PNP DHCP and BOOTP methods, which may be confortable in nfsroot situations. svn path=/nixpkgs/branches/stdenv-updates/; revision=23827 --- pkgs/top-level/platforms.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index c3d9b1005f71..4be5f61f4ed8 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -173,6 +173,8 @@ rec { USB_STORAGE_CYPRESS_ATACB m IP_PNP y + IP_PNP_DHCP y + IP_PNP_BOOTP y NFS_FS y ROOT_NFS y TUN m @@ -201,6 +203,9 @@ rec { BLK_DEV_CMD640_ENHANCED n FUSE_FS m + + # Needed for udev >= 150 + SYSFS_DEPRECATED_V2 n ''; kernelTarget = "vmlinux"; uboot = null;