Fixing the kernel configuration for Fuloong2F. Specially with VGA_CONSOLE enabled,
it will not boot. svn path=/nixpkgs/trunk/; revision=31750
This commit is contained in:
parent
6945a75f7b
commit
e6c1aa2005
|
@ -230,6 +230,15 @@ rec {
|
||||||
|
|
||||||
# Needed for udev >= 150
|
# Needed for udev >= 150
|
||||||
SYSFS_DEPRECATED_V2 n
|
SYSFS_DEPRECATED_V2 n
|
||||||
|
|
||||||
|
VGA_CONSOLE n
|
||||||
|
VT_HW_CONSOLE_BINDING y
|
||||||
|
SERIAL_8250_CONSOLE y
|
||||||
|
FRAMEBUFFER_CONSOLE y
|
||||||
|
EXT2_FS y
|
||||||
|
EXT3_FS y
|
||||||
|
REISERFS_FS y
|
||||||
|
MAGIC_SYSRQ y
|
||||||
'';
|
'';
|
||||||
kernelTarget = "vmlinux";
|
kernelTarget = "vmlinux";
|
||||||
uboot = null;
|
uboot = null;
|
||||||
|
|
Loading…
Reference in New Issue