From daa0f1335849b47d49bacb0592537223f868995e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 29 Aug 2010 10:01:46 +0000 Subject: [PATCH] Fixing the kernel for the fuloong (I should never had deactivated IDE, otherwise it cannot find the hd controller) svn path=/nixpkgs/branches/stdenv-updates/; revision=23497 --- pkgs/top-level/platforms.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index a52f7ab05b5..c3d9b1005f7 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -201,9 +201,6 @@ rec { BLK_DEV_CMD640_ENHANCED n FUSE_FS m - - # To get /dev/sda devices instead of /dev/hda - IDE n ''; kernelTarget = "vmlinux"; uboot = null;