mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00: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
@ -173,6 +173,8 @@ rec {
|
|||||||
USB_STORAGE_CYPRESS_ATACB m
|
USB_STORAGE_CYPRESS_ATACB m
|
||||||
|
|
||||||
IP_PNP y
|
IP_PNP y
|
||||||
|
IP_PNP_DHCP y
|
||||||
|
IP_PNP_BOOTP y
|
||||||
NFS_FS y
|
NFS_FS y
|
||||||
ROOT_NFS y
|
ROOT_NFS y
|
||||||
TUN m
|
TUN m
|
||||||
@ -201,6 +203,9 @@ rec {
|
|||||||
BLK_DEV_CMD640_ENHANCED n
|
BLK_DEV_CMD640_ENHANCED n
|
||||||
|
|
||||||
FUSE_FS m
|
FUSE_FS m
|
||||||
|
|
||||||
|
# Needed for udev >= 150
|
||||||
|
SYSFS_DEPRECATED_V2 n
|
||||||
'';
|
'';
|
||||||
kernelTarget = "vmlinux";
|
kernelTarget = "vmlinux";
|
||||||
uboot = null;
|
uboot = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user