Hi Eial ! > ok, I think I've solved the issue, I was defining /dev/console with > major = 5 and minor = 1, changing minor to 2 solved it (per the > following commit in the kernel: http://... > which clearly states this minor should be 2.)
On my system (kernel 3.3.3) /dev/console is on major 5 minor 1 (according to /proc/tty/drivers), the device at major 5 minor 2 is /dev/ptmx ... so who is wrong? -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
