From 00726e62fc3298a89dfa89c0233c49b7477d8702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 22 Mar 2010 20:01:48 +0000 Subject: [PATCH] Fixing some sheevaplug linux kernel configuration options, because they were bad written. I also added the support for tun devices. svn path=/nixpkgs/trunk/; revision=20773 --- pkgs/top-level/platforms.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix index 6ac865ea8d8..5244769a261 100644 --- a/pkgs/top-level/platforms.nix +++ b/pkgs/top-level/platforms.nix @@ -43,9 +43,10 @@ rec { EXT4_FS m USB_STORAGE_CYPRESS_ATACB m - CONFIG_IP_PNP y - CONFIG_NFS_FS y - CONFIG_ROOT_NFS y + IP_PNP y + NFS_FS y + ROOT_NFS y + TUN m # Fail to build DRM n @@ -61,8 +62,6 @@ rec { ATM_HE n SCSI_ACARD n BLK_DEV_CMD640_ENHANCED n - - IP_PNP y ''; kernelTarget = "uImage"; uboot = "sheevaplug";