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
This commit is contained in:
Lluís Batlle i Rossell 2010-09-16 19:32:13 +00:00
parent 6236de3380
commit 28841f686c

View File

@ -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;