mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
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:
parent
6236de3380
commit
28841f686c
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue